Merge branch 'master' of git.moose.perl.org:moose-website
[gitmo/moose-website.git] / lib / Moose / Website / Resource / WebFiles / css / style.css
CommitLineData
cde4926e 1@charset "UTF-8";
3cb66fff 2
3BODY {
84e24912 4 font-family : Arial, Helvetica, sans-serif;
3cb66fff 5 font-size : 10pt;
6 margin : 0px;
e4ac6848 7 color : #333333;
2776b60f 8 background : #ffffff;
3cb66fff 9}
10
4e705bd2 11a {
e4ac6848 12 color : #666666;
4e705bd2 13}
14
3cb66fff 15h1 {
84e24912 16 font-family : Arial Black, sans-serif;
91d99a11 17 margin : 0px;
18 line-height : 0.8em;
19 color : #ffffff;
20 text-shadow : -3px 0 4px #333333;
21 border-bottom : 1px solid #333333;
e96de502 22 font-size : 100pt;
23 padding-top : 32px;
24 padding-left : 70px;
25 letter-spacing : -13px;
91d99a11 26 background-repeat : no-repeat;
10159434 27 text-transform : lowercase;
3cb66fff 28}
29
30h2 {
31 font-size : 14pt;
32 margin : 0px;
33 line-height : 1em;
e4ac6848 34 color : #ffffff;
35 background : #307AA7;
e96de502 36 padding-left : 78px;
9dac4e3b 37 padding-top : 20px;
38 padding-bottom : 15px;
3cb66fff 39}
40
41.nav {
e4ac6848 42 border-bottom : 1px dotted #C22E24;
43 border-top : 10px solid #C22E24;
3cb66fff 44}
45
ebf77bd9 46.menu {
c24d5391 47 position : relative;
48 left : 70px;
3cb66fff 49 margin-top : 0px;
50}
51
ebf77bd9 52.menu td {
3cb66fff 53 list-style-type : none;
54 float : left;
55 padding-left : 12px;
56 padding-right : 12px;
57 padding-top : 10px;
58 padding-bottom : 10px;
59 font-size : 1.2em;
60}
61
ebf77bd9 62.menu td.active {
e4ac6848 63 color : #ffffff;
64 background : #C22E24;
3cb66fff 65}
66
ebf77bd9 67.menu td.inactive {
e4ac6848 68 color : #C22E24;
3cb66fff 69}
70
ebf77bd9 71.menu td a {
a3fd2f6a 72 display : block;
73 margin : -10px -12px;
74 padding : 10px 12px;
e4ac6848 75 color : #C22E24;
3cb66fff 76 text-decoration : none;
77}
78
ebf77bd9 79.menu td a:hover {
e4ac6848 80 color : #C22E24;
3cb66fff 81 text-decoration : underline;
82}
83
84.content {
91d99a11 85 padding-left : 75px;
3cb66fff 86 padding-top : 20px;
91d99a11 87 font-size : 1.2em;
88 background : url('../images/gradient.gif') repeat-x;
3cb66fff 89}
90
91d99a11 91.content p {
92 width : 550px;
3cb66fff 93}
94
95.content h3 {
91d99a11 96 font-size : 1.4em;
3cb66fff 97 margin : 0px;
e4ac6848 98 color : #C22E24;
3cb66fff 99 line-height : 1em;
100}
101
e95a25e2 102#code_sample code {
103 display : block;
104 white-space : pre;
84e24912 105 font-family : Monaco, Courier, monospace;
4e705bd2 106 font-size : 9pt;
107 padding : 10px;
108 border : 1px dotted #aaaaaa;
109 color : #333333;
91d99a11 110}
111
9db2b8f2 112ul.articles {
113 list-style-type : none;
114 padding-left : 0px;
c24d5391 115 width : 550px;
9db2b8f2 116}
117
118ul.presentations {
119 list-style-type : none;
120 padding-left : 0px;
c24d5391 121 width : 550px;
9db2b8f2 122}
123
124li.year {
9db2b8f2 125 font-weight : bold;
126}
127
128li.year > ul {
129 padding-top : 10px;
130 padding-bottom : 10px;
131}
132
133li.article {
134 list-style-type : circle;
9db2b8f2 135 font-weight : normal;
136}
137
138li.article_set {
9db2b8f2 139 font-weight : bold;
140}
141
142li.presentation {
143 list-style-type : circle;
9db2b8f2 144 font-weight : normal;
145}
146
3cb66fff 147.footer {
92d8ba6e 148 margin-top : 30px;
3cb66fff 149 border-top : 1px solid #aaaaaa;
150 padding-left : 75px;
151 color : #aaaaaa;
91d99a11 152 font-size : 0.9em;
3cb66fff 153 padding-bottom : 40px;
154}
155
91d99a11 156.footer a {
157 color : #aaaaaa;
158}
159
3cb66fff 160.clearfix {
161 clear: both;
162}
163
164