Rubik's cube 5x5x5 edgeswap added.
[zzandy.git] / style / common.css
blobedc5fd120d52c602e7e06eaf4967bef6be4f3523
1 * {padding: 0; margin: 0}
3 html, input {
4 color: #D7D7D7;
5 background: #262626;
6 font: 8pt/1.5em "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
9 h1, h2 {
10 font-family: Georgia, "Times New Roman", serif;
12 h1, h2, h3, h4, h5 {margin: 1em 0 .5em 0; color: white}
13 p{margin: 1em 0}
14 ul, ol {
15 margin: 1em 0 1em 2em;
16 -moz-column-count: 2;
17 -moz-column-gap: 5ex;
19 ul {list-style: disc}
20 body {
21 width: 110ex;
22 min-width: 800px;
23 margin-top: 0;
24 margin-left: auto;
25 margin-right: auto;
28 .clr {clear: both}
30 #header {
31 font: 500%/2em Haettenschweiler, Impact;
32 color: #199392;
33 padding-left: .3em;
34 font-style: italic;
35 float: left;
37 #header span.hi {color: #DDBD02}
39 a {color: #9ACD32; text-decoration: none; border-bottom: 1px solid}
40 a:visited {color: #AAB12B}
41 a:hover {color: #A8FF00; text-decoration: underline; border: none}
42 a:hover:visited {color: #9ACD32}
44 #controls {
45 margin-top: 3em;
46 float: right;
47 background: #3E3E3E;
48 border: 1px solid #5A5A5A;
49 padding: 1ex 3ex 1ex 5ex;
50 text-align: right;
52 -webkit-border-radius: 4ex 0 0 4ex;
53 -moz-border-radius: 4ex 0 0 4ex;
56 #search input {
57 width: 24ex;
58 padding: .1ex 3ex .2ex 1ex;
59 color: #262626;
60 background: #D7D7D7;
61 border-style: solid;
62 border-width: 1px;
63 border-color: #9E9E9E #EAEAEA #EAEAEA #9E9E9E;
64 -moz-border-radius: 4ex;
65 -webkit-border-radius: 4ex;
68 #search span {
69 font-weight: bold;
70 font-size: 110%;
71 vertical-align: top;
72 color: black;
73 margin-left: -2.3ex;
74 cursor: hand;
75 cursor: pointer;
78 #menu {padding-top: 1ex}
79 #menu a {padding: 0 2ex; color: white; font-weight: bold; border: none; text-decoration: underline}
80 #menu a:hover {text-decoration: none}
81 #menu a:visited {color: #e0e0e0}
83 #status {border-top: 1px solid #5F782C}