diff options
author | the little girl <yui@blekksprut.net> | 2014-06-06 14:41:19 +0200 |
---|---|---|
committer | the little girl <yui@blekksprut.net> | 2014-06-06 14:41:19 +0200 |
commit | 3f4676c3488e7fb065629029ad880f7d8a568200 (patch) | |
tree | 400b213b4945d42d876b2366cc53c1eafa2d379b /wiki.css | |
parent | 4cf2bb5092906bd9e4e689999c1729e37b4abd18 (diff) | |
download | ukulele-3f4676c3488e7fb065629029ad880f7d8a568200.tar.xz |
oh oh oh pages og css
Diffstat (limited to 'wiki.css')
-rw-r--r-- | wiki.css | 21 |
1 files changed, 18 insertions, 3 deletions
@@ -1,4 +1,4 @@ -body { font: 16px/1.2 sans-serif; width: 64em; margin: 0 auto; } +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; } @@ -8,9 +8,24 @@ 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 0; } +th, td { padding: 4px 8px 4px 8px; } tr:nth-child(2n) { background: #fff; } -a { text-decoration: none; color: DeepPink; } +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%; } + |