diff options
author | the little girl <yui@blekksprut.net> | 2014-09-22 21:24:14 +0900 |
---|---|---|
committer | the little girl <yui@blekksprut.net> | 2014-09-22 21:24:14 +0900 |
commit | 292a17b7803a6a066583bafb941dce0c48211a8e (patch) | |
tree | e1ec1ef2624ca34a93fb14c298b2c94ed7291528 /ukulele.css | |
parent | 65caed0a231c60a578f89fffd4347d6df0405cc5 (diff) | |
download | ukulele-292a17b7803a6a066583bafb941dce0c48211a8e.tar.xz |
wiki -> ukulele
Diffstat (limited to 'ukulele.css')
-rw-r--r-- | ukulele.css | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/ukulele.css b/ukulele.css new file mode 100644 index 0000000..d1d17dc --- /dev/null +++ b/ukulele.css @@ -0,0 +1,31 @@ +body { font: 16px/1.2 sans-serif; width: 90%; margin: 0 auto; max-width: 64em; background: white; } +textarea { font: inherit; width: 100%; } +h1 { text-transform: uppercase; } +hr { clear: both; } +img { border: none; } +img[align=left] { margin: 0 1em 1em 0; } +img[align=right] { margin: 0 0 1em 1em; } +ul { list-style: inside square; } +ul.glob { list-style: inside circle; padding: 0; text-transform: uppercase; } +table { text-align: left; border-collapse: collapse; background: #eee; } +th, td { padding: 4px 8px 4px 8px; } +tr:nth-child(2n) { background: #fff; } +a { text-decoration: none; color: red; } +a:hover, a:visited { color: Crimson; } +h1 a:hover:after { content: " ยป" attr(data-text); color: #aaa; } +pre { border: 1px dotted gray; padding: 0.5em; background: GhostWhite; } +textarea { font-family: monospace; } +tt { font-weight: bold; } +.edit a { margin-right: 1em; } +.meny { float: right; padding: 1em; clear: right; margin: 0 1em 1em 1em; width: 240px; background: #ddd; border-left: 4px solid #000; box-shadow: 5px 5px 10px #777; } +.meny h2, .meny h3 { font-size: large; margin-top: 0; text-transform: uppercase; } +.meny ul { padding: 0; margin: 0; } +.marxuplol { padding: 1em; background: #ddd; } +.rosa { color: DeepPink; }pre { overflow: hidden; } +@media screen and (max-width: 640px) { + .meny { float: none; margin: 0; } + .magisk { display: none; } +} + +img { image-rendering: optimizeSpeed; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: optimize-contrast; image-rendering: crisp-edges; image-rendering: pixelated; -ms-interpolation-mdoe: nearest-neighbor; max-width: 100%; } + |