Header

From Picklewiki

(Difference between revisions)
Line 6: Line 6:
background-repeat: repeat-x;
background-repeat: repeat-x;
background-position: top left
background-position: top left
-
}
 
-
 
-
fieldset { background-color: #000000; }
 
-
 
-
#preftoc li {
 
-
background-color: transparent;
 
-
border: 0px;
 
-
}
 
-
 
-
#preftoc li a { color: #AAAAAA; }
 
-
 
-
#preftoc li.selected {
 
-
border: 1px;
 
-
background-color: #F9F9F9;
 
-
}
 
-
 
-
ol ol { list-style-type: lower-latin; }
 
-
 
-
ol ol ol { list-style-type: lower-roman; }
 
-
 
-
li#pt-userpage {
 
-
background: url("/graphics/user.gif") top left no-repeat !important;
 
-
background-repeat: no-repeat;
 
-
background-color: transparent !important;
 
-
padding-left: 20px;
 
-
text-transform: none;
 
}
}
Line 55: Line 29:
  /* buttons and input boxes */
  /* buttons and input boxes */
-
  input[type="submit"] { border: 1px solid #aaa; border-bottom: 2px solid #aaa; border-right: 2px solid #aaa; background: #eee; }
+
  input[type="submit"] { border: 1px solid #aaa; border-bottom: 2px solid #aaa; border-right: 2px solid #aaa; background: #e0ffe0; }
  input[type="text"], input[type="password"], textarea[name="wpTextbox1"] { border: 1px solid #aaa; border-top: 2px solid #aaa; border-left: 2px solid #aaa; }
  input[type="text"], input[type="password"], textarea[name="wpTextbox1"] { border: 1px solid #aaa; border-top: 2px solid #aaa; border-left: 2px solid #aaa; }

Revision as of 20:13, 10 November 2007

<style type="text/css">

body { background-image: url(Background.PNG); background-repeat: repeat-x; background-position: top left }

/* Bold 'edit this page' link to encourage newcomers */

  1. ca-edit a { font-weight: bold !important; }
/* rounded corners - Mozilla/Firefox only */
.pBody {
 padding: 0.1em 0.1em;
 -moz-border-radius-topright: 0.5em;
 -moz-border-radius-bottomright: 0.5em;
}
#p-cactions ul li, #p-cactions ul li a {  
 -moz-border-radius-topright: 0.5em;
 -moz-border-radius-topleft: 0.5em;
}
#content {
 -moz-border-radius-topleft: 0.5em;
 -moz-border-radius-topright: 0.5em;
 -moz-border-radius-bottomleft: 0.5em;
 -moz-border-radius-bottomright: 0.5em;
}
/* buttons and input boxes */
input[type="submit"] { border: 1px solid #aaa; border-bottom: 2px solid #aaa; border-right: 2px solid #aaa; background: #e0ffe0; }
input[type="text"], input[type="password"], textarea[name="wpTextbox1"] { border: 1px solid #aaa; border-top: 2px solid #aaa; border-left: 2px solid #aaa; }

/* Add small Blank-themed background image to bottom right of categories bar */

  1. catlinks {

background-image: url(Category_pic.png); background-repeat: no-repeat; background-position: right; }

p.catlinks { border: 1px outset #282828; margin: 2px; padding: 5px; }

</style>

Personal tools
Navigation