File: style.css

package info (click to toggle)
ogmrip 1.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,580 kB
  • sloc: ansic: 47,390; sh: 11,160; xml: 2,248; makefile: 968
file content (191 lines) | stat: -rw-r--r-- 5,136 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
#g_title p, #g_footer p, #g_description p {
margin: 0;
}
/*
  -- -- -- -- -- -- --
  Browser Fixes
  -- -- -- -- -- -- --
  	
  This file uses CSS filtering methods to fix various
  layout bugs.

  Each of the following three imported files is a 
  separate, browser-specific CSS file that keeps all 
  hacks out of the main style sheet.

  Over time, as supporting these browsers no longer
  remains a priority, cleaning up the hacks is as
  easy as deleting the @import statement below, or
  simply no longer linking this file from the HTML.
*/

/* 
  fix ie6 "peekaboo bug" using the "holly hack". 
  Note, this style only gets applied to ie6
*/
* html .wrapper {
  height: 0.1%;
}

/* 
 * IE5 mac - overrides the IE/Win hack 
 */

/*\*//*/

* html #threecolumn div {
  height: auto;
}

/**/

/* 
 * IE5/Win-specific CSS -ensures #container wraps all content on window resize
 */

@media tty {
  i{content:"\";/*" "*/}} * html #container { height: 1%; } /*";}
}/* */

/* Styling for editable elements. Eventually, this will be part of the style. */
.editable {
  border: 1px dashed blue;
}
  
#footer {
clear: both;
}
  
/* Extra divs hidden by default. The custom CSS can override this though */
#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
display: none;
}
  
a img,:link img,:visited img {
  border: none;
}

body {
  text-align: center;
}

#container {
  width: 800px;
  text-align: left;
  margin: 0 auto;
}

#main-content {
  float: left;
  display: inline; /* for IE */
  width: 550px;
}

#sidebar {
  float: right;
  display: inline; /* for IE */
  width: 230px;
}

#footer {
  clear: both;
} 

/** BEGIN CUSTOM SKIN **/

/*
  -- -- -- -- -- -- --
  Base CSS
  -- -- -- -- -- -- --
  	
  This file simply removes default styling on most HTML elements in 
  order to reduce the need to later override them.
*/

h1,h2,h3,h4,h5,h6,pre,code,p,pre {font-size: 1em;}
dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,pre,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}html {background:#eee;}
body {background:#eee;font-family:'Verdana','Helvetica', 'Arial', sans-serif;font-size:0.85em;}
a {color:#00c;text-decoration:underline !important;}
a:visited {color:#551a8b;}
b, strong {font-weight:bold;}
blockquote {border-left:1px solid #ccc;margin:1em 3em;padding-left:1em;font-size:0.9em;}
blockquote p {line-height:1.45em;}
em {font-style:italic;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;margin:1.5em 0 0.5em 0;}
h1 {font-size:2.25em;color:#000;margin:0.5em 0 0.5em 0;}
h2 {font-size:1.5em;color:#333;}
h3 {font-size:1.3em;}
h4 {font-size:1.15em;}
h5 {font-size:1em;}
h6 {font-size:0.8em;}
p,li {color:#000;line-height:1.75em;margin:0 0 1.5em 0;}
blockquote p, table p, dd p, li p, #header p {margin-bottom:0.5em;}
ul, ol {margin:1em 0; padding-left: 1.6em;}
li {margin:0.25em 0;}
ul li {list-style-type:disc;}
ol li {list-style-type:decimal;}
table {border:0px solid #ccc;border-width:0px;}
table caption {display:block;font-style:italic;white-space:nowrap;margin:0.5em 1em;}
table td, table th {padding:0.5em 1em;text-align:left;vertical-align:middle;}
table th {font-weight:bold;border-bottom:0px solid #999;}
table td {border-bottom:0px solid #ddd;font-size:0.85em;}

dl {margin:1em;line-height:1.5em;list-style-type:disc;}
dt {font-weight:bold;margin-top:0.5em;}
dd {margin-left:2em;}

#adsense {text-align:center;}
#container {
padding: 25px 40px 10px 40px; 
border: 1px solid #ccc;
background:#fff;
margin:1em auto;
}
#footer {border-top:1px solid #ccc;margin-top:2em;}
#header {border-bottom:1px solid #ccc;margin-bottom:2em;}
#sidebar {font-size:1.0em;}
#sidebar :first-child {margin-top:0;}
#sidebar-alternate {font-size:1.0em;}
#sidebar-alternate :first-child {margin-top:0;}
#main-content {background:#fff;}
#main-content h2:first-child {margin-top:0;}	

@media print {
html {background:#fff !important;}
#container {border-width:0px !important;padding:0 !important;}
}

/* Tweaks for Three-column layout
----------------------------------------------- */
#threecolumn #main-content .wrapper {padding:0 25px;}

/* Tweaks for Two-column Left layout
----------------------------------------------- */
#twocolumn-left #main-content .wrapper {padding-left:25px;}

/* Tweaks for Two-column Right layout
----------------------------------------------- */
#twocolumn-right #main-content .wrapper {padding-right:25px;}

/* Tweaks for Two-column Liquid layout
----------------------------------------------- */
#twocolumn-liquid-right #container {margin:1em 1em;}
#twocolumn-liquid-right #main-content .wrapper {padding-right:25px;}
#twocolumn-liquid-left #container {margin:1em 1em;}
#twocolumn-liquid-left #main-content .wrapper {padding-left:25px;}

/* Tweaks for One-column Liquid layout
----------------------------------------------- */

/* Tweaks for One-column layout
----------------------------------------------- */
#onecolumn #main-content .wrapper {padding-left:0;}

/* ie5win */
@media tty { i{content:"\";/*" "*/}} * html #container { padding: 25px 0px 10px 10px; } /*";}
}/* */

/** END CUSTOM SKIN **/