]> git.mxchange.org Git - fba.git/blob - static/css/light.css
Partly reverted cdcd2b0109e126bca887d0712a7ddf602e5d6e62:
[fba.git] / static / css / light.css
1 body {
2     background-color: #ffffff;
3     color: #000022;
4     text-align: center;
5     font-family: sans;
6 }
7
8 #header {
9     margin-bottom: 20px;
10 }
11
12 h1 {
13     background-color: #eaeaea;
14     border-radius: 5px;
15     padding-left: 5px;
16     padding-right: 5px;
17     width: auto;
18 }
19
20 #content {
21     margin-bottom: 20px;
22 }
23
24 table {
25     width: 100%;
26     border: 2px solid #eaeaea;
27     border-spacing: 0px;
28     border-radius: 5px;
29 }
30
31 th {
32     padding-top: 4px;
33     padding-bottom: 4px;
34 }
35
36 .index-table {
37     width: 700px;
38     margin-left: auto;
39     margin-right: auto;
40 }
41
42 .table-with-rows > tbody > tr:nth-of-type(2n),
43 .table-with-rows > thead,
44 .index-table > thead {
45     background-color: #eaeaea;
46 }
47
48 .notice > table {
49     border: unset !important;
50 }
51
52 .index-table h3 {
53     margin: 0px;
54 }
55
56 .index-table form {
57     padding: 2px;
58 }
59
60 table td {
61     padding: 4px;
62     text-align: left;
63 }
64
65 .block_level {
66     width: 100%;
67     margin: auto;
68     margin-top: 10px;
69 }
70 .block {
71     padding: 5px;
72     margin: 5px;
73 }
74
75 a {
76     color: #000000;
77 }
78 a.listlink {
79     text-decoration: none;
80 }
81 a:hover {
82     color: #f00000;
83 }
84
85 input {
86     padding: 5px;
87     border-radius: 5px;
88     font-size: 16px;
89 }
90 input[type="submit"] {
91     cursor: pointer;
92 }
93 input:hover {
94     border-color: #f00000;
95 }
96
97 span[title] {
98     text-decoration: underline dotted;
99 }
100
101 .scoreboard {
102     margin-left: auto;
103     margin-right: auto;
104     min-width: 50%;
105     width: 50em;
106 }
107
108 /* notice box */
109 .notice {
110     margin-left: auto;
111     margin-right: auto;
112     margin-bottom: 20px;
113     width: 50em;
114     text-align: left;
115     border: 1px solid #eaeaea;
116     border-radius: 5px;
117 }
118 /* notice header */
119 .notice > h3 {
120     margin: 0px;
121     padding: 5px;
122     background-color: #eaeaea;
123     text-align: center;
124 }
125 /* notice text/body */
126 .notice > div {
127     margin: 0px;
128     padding: 5px;
129 }
130
131 li {
132     padding-bottom: 4px;
133 }
134
135 code {
136     padding: 3px;
137     background-color: #eaeaea;
138     border-radius: 5px;
139 }
140
141 ul.nav > li {
142     margin: 2px;
143     display: inline;
144 }