view theme/se_gamer.css @ 0:84057f728815

Initial commit. Already a few changes in here
author Eris Caffee <discordia@eldalin.com>
date Sun, 26 Jan 2014 21:32:19 -0800
parents
children
line source
1 .fl {float: left;} .fr {float: right;} .cb {clear: both;}
3 /* font-awesome tweaks */
5 i {
6 font-size: 15px;
7 }
9 h1.logotext {
10 font-family: "ExoDemiBold", Arial, Helvetica, sans-serif;
11 font-size: 3em;
12 letter-spacing: -1px;
13 margin: 60px 30px 0;
14 text-shadow: 0 5px 10px #000000;
15 }
17 h1.logotext span {color: #fd6b31;}
19 .nav {
20 width: 100%;
21 height: 34px;
22 background: url("{T_THEME_PATH}/images/nav.gif") repeat-x left top;
23 border-top: 1px solid #181818;
24 }
26 span.nav-corners-bottom {
27 background: url("{T_THEME_PATH}/images/nav_corners_right.png") no-repeat right bottom;
28 height: 10px;
29 display: block;
30 margin-top: -9px;
31 position: relative;
32 z-index: 9999;
33 }
35 .nav-corners-bottom span {
36 background: url("{T_THEME_PATH}/images/nav_corners_left.png") no-repeat left bottom;
37 height: 10px;
38 display: block;
39 }
41 .nav ul {
42 margin: 0;
43 padding: 0;
44 list-style: none;
45 }
47 .nav ul li {
48 float: left;
49 position: relative;
50 }
52 .nav ul li a {
53 display: block;
54 color: #ffffff;
55 font-family: "ExoBold", Arial, Helvetica, sans-serif;
56 font-size: 14px;
57 padding: 9px 14px 10px;
58 text-shadow: 0 0 2px #000000;
59 }
61 .nav ul li a:hover, .nav ul li.current a {
62 background: #1b1b1b;
63 color: #ff992c;
64 text-decoration: none;
65 }
67 span.droptip {
68 width: 12px;
69 height: 10px;
70 background: url("{T_THEME_PATH}/images/droptip.png") no-repeat left top;
71 display: block;
72 float: right;
73 margin: 3px 0 0 3px;
74 }
76 input.quicksearch {
77 width: 115px;
78 height: 20px;
79 background: url("{T_THEME_PATH}/images/search.png") no-repeat left top;
80 border: none;
81 margin-top: 6px;
82 margin-right: 5px;
83 padding: 2px 20px 0 30px;
84 font-family: "ExoDemiBold", Arial, Helvetica, sans-serif;
85 }
87 /*.optionspanel {
88 padding: 50px;
89 position: absolute;
90 white-space: nowrap;
91 right: 0px;
92 background: #ffffff;
93 box-shadow: 0 0 5px #000000;
94 }*/
96 .trigger {
97 background: url("{T_THEME_PATH}/images/collapse-icon.png") no-repeat;
98 width: 18px;
99 height: 19px;
100 cursor: pointer;
101 float: right;
102 position: relative;
103 z-index: 9998;
104 margin-top: -30px;
105 margin-right: 5px;
106 }
108 .active {background-position: left top;}
109 .inactive {background-position: left bottom;}
111 li.header dl.icon dt {
112 background: url("{T_THEME_PATH}/images/cattip.png") no-repeat 7px 9px;
113 }
115 .flbg1 {
116 background-color: #202020;
117 }
119 .flbg2 {
120 background-color: #181818;
121 }
123 dd.moderators {
124 width: 17%;
125 font-size: 1.1em;
126 text-align: center;
127 line-height: 1.2em;
128 }
130 .modcolumn ul.topiclist dt {
131 width: 40%;
132 }
134 .modcolumn dd.lastpost {
135 width: 20%;
136 }
138 .bothsidebars dd.lastpost {
139 display: none;
140 }
142 .bothsidebars dl.icon dt {
143 width: 70%;
144 }
146 /* Sidebars */
148 .sidebarwrapper {
149 position: relative;
150 }
152 /* left sidebar, right section */
153 .fixedfluid-content {
154 padding: 0 0 0 170px;
155 background: white;
156 }
158 /* left sidebar */
159 .fixedfluid-sidebar, .fixedfluidfixed-left {
160 position: absolute;
161 left: 0;
162 top: 0;
163 width: 160px;
164 bottom: 0;
165 padding: 0;
166 }
168 /* right sidebar, left section */
169 .fluidfixed-content {
170 padding-right: 270px;
171 background: white;
172 }
174 /* right sidebar */
175 .fluidfixed-sidebar, .fixedfluidfixed-right {
176 position: absolute;
177 right: 0;
178 top: 0;
179 width: 260px;
180 bottom: 0;
181 padding: 0;
182 }
184 /* Both sidebars, middle section */
185 .fixedfluidfixed-content {
186 padding: 0 270px 0 170px;
187 background: white;
188 }
190 .ad1, .ad2 {
191 display: block;
192 float: left;
193 }
195 .ad1 {
196 margin: 0 10px 10px 0;
197 }
199 span.topictype {
200 display: inline-block;
201 margin: 1px 4px 1px 0;
202 padding: 2px 5px;
203 background: #505050;
204 color: #ffffff;
205 border-radius: 2px;
206 -moz-border-radius: 2px;
207 -webkit-border-radius: 2px;
208 text-shadow: 0 -1px 0 #111111;
209 }
211 .buttons {
212 margin: 5px 0;
213 }
215 .navbar a {
216 color: #cccccc;
217 }
219 .navbar i {
220 color: #df4910;