themes/stpatty/css-extra/ie-fixes-shamrock.css
author Dan Fuhry <dan@enanocms.org>
Sat, 15 Sep 2012 13:18:01 -0400
changeset 1363 f1ed3e9298ae
parent 1227 bdac73ed481e
permissions -rw-r--r--
Added template context API and render_getpage_norender hook. This allows variable sets to be pushed and popped from $template, so that variables in a template inclusion can be accessed and pre-processed by plugins.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
185
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
     1
/*
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
     2
 * St. Patty theme for Enano
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
     3
 * Copyright (C) 2007 Dan Fuhry
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
     4
 *
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
     5
 * This theme is Free Software, available under the terms of the GNU General Public License. See the file "GPL" included with this
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
     6
 * package for details.
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
     7
 */
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
     8
 
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
     9
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: 185
diff changeset
    10
	background-image: none;
185
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
    11
}
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
    12
div#title {
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: 185
diff changeset
    13
	/* background-image: none; */
185
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
    14
}
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
    15
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: 185
diff changeset
    16
	background-image: url(../images/rap-ie.gif);
185
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
    17
}
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
    18
div#sidebar ul li a {
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: 185
diff changeset
    19
	margin-bottom: -14px;
185
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
    20
}
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
    21
div#pagetools a {
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: 185
diff changeset
    22
	padding: 4px 3px;
185
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
    23
}