]> 4ch.mooo.com Git - test.git/blob - data/css/photon.css
new file: ChangeLog
[test.git] / data / css / photon.css
1 html, body {
2         background-color: #EEEEEE;
3         color: #333333;
4         font-family: "Trebuchet MS",Trebuchet,serif;
5 }
6 a {
7         color: #FF6600;
8 }
9 a:hover {
10         color: #0066FF;
11 }
12 .adminbar {
13         clear:both;
14         float:right;
15         font-size: .8em;
16 }
17 .adminbar a {
18         font-weight: bold;
19 }
20 .logo {
21         clear:both;
22         text-align:left;
23         font-size:2em;
24         font-weight: bold;
25         color:#FF6600;
26         /*width:100%;*/
27 }
28 .theader, .passvalid {
29         background:#DDDDDD;
30         text-align:center;
31         padding:2px;
32         color:#2266AA;
33         clear: both;
34         font-weight: bold;
35         margin-bottom: .5em;
36         border: solid 1px #CCCCCC;
37         -moz-border-radius: 5px;
38 }
39 .postarea {
40 }
41 .rules {
42         font-size:0.7em;
43 }
44 .postblock {
45         background:transparent;
46         color:#002244;
47         font-weight:bold;
48 }
49 .footer {
50         text-align:center;
51         font-size:12px;
52         font-family:serif;
53         margin: 2em 0 0 0;
54 }
55 .dellist {
56         font-weight: bold;
57         text-align:center;
58 }
59 .delbuttons {
60         text-align:center;
61         padding-bottom:4px;
62 }
63 .managehead {
64         background:#DDDDDD;
65         color:#002244;
66         padding:0px;
67 }
68 .postlists {
69         background:#FFFFFF;
70         width:100%;
71         padding:0px;
72         color:#800000;
73 }
74 .row1 {
75         background:#DDDDDD;
76         color:#002244;
77 }
78 .row2 {
79         background:#CCCCCC;
80         color:#002244;
81 }
82 .unkfunc {
83         background:inherit;
84         color:#789922;
85 }
86 .reflink {
87         font-size: .8em;
88         font-weight: bold;
89 }
90 .filesize {
91         text-decoration:none;
92         color: #666666;
93         font-size: .8em;
94 }
95 .filetitle {
96         background:inherit;
97         font-size:1.2em;
98         color:#002244;
99         font-weight:bold;
100 }
101 .postername {
102         color:#004A99;
103         font-weight:bold;
104 }
105 .postertrip {
106         color:#FF3300;
107 }
108 .oldpost {
109         color:#CC1105;
110         font-weight:bold;
111 }
112 .omittedposts {
113         color:#666666;
114 }
115 .reply {
116         background:#DDDDDD;
117         border: solid 1px #CCCCCC;
118         padding: 0;
119         margin: 0;
120         -moz-border-radius: 5px;
121 }
122 blockquote {
123         margin: .5em .5em .5em 1em;
124 }
125 blockquote p {
126         margin: 0;
127         padding: 0;
128 }
129 .reply blockquote {
130         margin: .5em;
131 }
132 .doubledash {
133         display: none;
134         vertical-align:top;
135         clear:both;
136         float:left;
137 }
138 .replytitle {
139         font-size: 1.2em;
140         color:#002244;
141         font-weight:bold;
142 }
143 .commentpostername {
144         color:#004A99;
145         font-weight:800;
146 }
147 .thumbnailmsg {
148         font-size: .8em;
149         color:#666666;
150 }
151 hr {
152         border-style: solid none none none;
153         border-width: 1px;
154         border-color: #BBBBBB;
155 }
156 table {
157         border-style: none;
158 }
159 table td {
160         border-style: none;
161 }
162 .nothumb {
163         background-color: #FFFFFF;
164         border-style: dotted;
165         margin: .3em .5em;
166 }
167
168 .abbrev {
169         color:#666666;
170 }
171 .highlight {
172         background:#EEDACB;
173         color:#333333;
174         border: 2px dashed #EE6600;
175 }