author | Dan |
Tue, 30 Mar 2010 11:34:56 -0400 | |
changeset 1230 | 31d226269d2f |
parent 1227 | bdac73ed481e |
permissions | -rw-r--r-- |
0 | 1 |
/* |
2 |
* St. Patty theme for Enano |
|
3 |
* Copyright (C) 2007 Dan Fuhry |
|
4 |
* |
|
5 |
* This theme is Free Software, available under the terms of the GNU General Public License. See the file "GPL" included with this |
|
6 |
* package for details. |
|
7 |
* |
|
8 |
* Some ideas - most notably the hatching patterns and floating divs, were taken from Bittersweet <http://templates.arcsin.se/> |
|
9 |
* No code or graphics were copied. |
|
10 |
*/ |
|
11 |
||
12 |
div#title h1 { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
0
diff
changeset
|
13 |
font-size: 16pt; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
0
diff
changeset
|
14 |
text-align: left; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
0
diff
changeset
|
15 |
font-weight: normal; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
0
diff
changeset
|
16 |
margin: 0 10px; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
0
diff
changeset
|
17 |
padding: 10px; |
0 | 18 |
} |
19 |
||
20 |
div#maincontent h2#pagetitle { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
0
diff
changeset
|
21 |
font-size: 12pt; |
0 | 22 |
} |
23 |
div.footer { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
0
diff
changeset
|
24 |
min-height: 10px; |
0 | 25 |
} |
26 |
||
27 |
table#stretcher { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
0
diff
changeset
|
28 |
width: 100%; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
0
diff
changeset
|
29 |
height: 100%; |
0 | 30 |
} |
31 |
||
32 |
div#bg { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
0
diff
changeset
|
33 |
height: 100%; |
0 | 34 |
} |
35 |
||
36 |
div#rap { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
0
diff
changeset
|
37 |
border-top: 1px solid #237000; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
0
diff
changeset
|
38 |
border-bottom: 1px solid #237000; |
0 | 39 |
} |
40 |