Header

From Cometwiki

(Difference between revisions)
m (Reverted edit of Comet, changed back to last version by Admin)
(try)
Line 16: Line 16:
  </style>
  </style>
-
  <script type="text/javascript">
+
  /* <pre><nowiki>
-
  //Feel free to add your javascript code here.
+
*/
-
</script>
+
 
 +
/* NON MONOBOOK SPECIFIC STUFF TO BE MOVED TO [[MediaWiki:Common.css]]! */
 +
 
 +
/* Display text below main article header, located at MediaWiki:tagline */
 +
#siteSub
 +
{
 +
    display: inline;
 +
    font-size: 0.9em;
 +
    font-weight: normal;
 +
    font-style: italic;
 +
}
 +
 
 +
/* 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, .toc
 +
{
 +
    -moz-border-radius-topleft: 0.5em;
 +
    -moz-border-radius-topright: 0.5em;
 +
    -moz-border-radius-bottomleft: 0.5em;
 +
    -moz-border-radius-bottomright: 0.5em;
 +
}
 +
 
 +
body
 +
{
 +
    background: #D8E9FC url(http://images.wikia.com/starwars/images/0/09/Skyline1big_blue.jpg) repeat-x;
 +
    font-family: arial, helvetica, sans-serif;
 +
}
 +
 
 +
#globalWrapper
 +
{
 +
    font-size: 13px;
 +
}
 +
 
 +
.portlet
 +
{
 +
    font-size: 1em;
 +
}
 +
 
 +
#column-one
 +
{
 +
    font-size: 0.95em;
 +
}
 +
 
 +
div.tleft { border: none; }
 +
div.tright { margin-left: 13px; }
 +
 
 +
.content-bg { background: white; }
 +
 
 +
.portlet .pBody, #column-content, #content, #p-cactions li, #catlinks
 +
{
 +
    border-width: 0px;
 +
}
 +
 
 +
#p-cactions li a, #p-cactions li.selected a
 +
{
 +
    border-color: white;
 +
}
 +
 
 +
a:link, a:visited
 +
{
 +
/*    text-decoration: none; */
 +
}
 +
 
 +
a:hover, a.new:hover, li.new a:hover
 +
{
 +
    color: orange;
 +
    text-decoration: underline;
 +
}
 +
 
 +
/*
 +
div.tleft, div.tright, div.thumb
 +
{
 +
    border-color: transparent;
 +
}
 +
*/
 +
 
 +
div.tleft div, div.tright div, div.thumb div
 +
{
 +
    border-width: 0;
 +
    background: #F2F5FD;
 +
}
 +
 
 +
div.tleft a.internal img, div.tright a.internal img, div.thumb a.internal img
 +
{
 +
    border-width: 0;
 +
}
 +
 
 +
input[type="text"], input[type="password"], textarea, select, #content textarea, #wpOldTitle, #wpReason, #wpSummary, #searchInput
 +
{
 +
    border: 1px solid #aaa;
 +
}
 +
 
 +
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, #wpOldTitle:focus, #wpReason:focus, #wpSummary:focus, #searchInput:focus
 +
{
 +
    background: #fffff0;
 +
}
 +
 
 +
#catlinks, #toc, .toc
 +
{
 +
    background: #f2f5fd;
 +
}
 +
 
 +
li#pt-userpage, li#pt-anonuserpage, li#pt-login
 +
{
 +
    background: url(http://images.wikia.com/starwars/images/5/54/User-icon.png) top left no-repeat;
 +
}
 +
 
 +
/*
 +
h1, h2
 +
{
 +
    border-color: #D8E9FC;
 +
}
 +
*/
 +
 
 +
#p-cactions
 +
{
 +
    margin-left: 1em;
 +
}
 +
 
 +
#p-personal ul
 +
{
 +
    font-weight: bold;
 +
}
 +
 
 +
/* </nowiki></pre>
 +
*/

Revision as of 01:37, 15 July 2007

<style type="text/css">
  /*
     Notes: 
      -You must log as admin to edit this page
      -Whatever you enter in this page will be added to the html in the header after the standard style sheet, so you can override styles. 
      -if you want your code to look nice on this page, put a space at the beginning of each line
      -This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css 
      
      For example uncomment this next section to turn all the text green:
  */
 /*
body {
   color: green;
}
 */ 
</style>
/*
*/

/* NON MONOBOOK SPECIFIC STUFF TO BE MOVED TO [[MediaWiki:Common.css]]! */

/* Display text below main article header, located at MediaWiki:tagline */
#siteSub
{
    display: inline;
    font-size: 0.9em;
    font-weight: normal;
    font-style: italic;
}

/* 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, .toc
{
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
}

body
{
    background: #D8E9FC url(http://images.wikia.com/starwars/images/0/09/Skyline1big_blue.jpg) repeat-x;
    font-family: arial, helvetica, sans-serif;
}

#globalWrapper
{
    font-size: 13px;
}

.portlet
{
    font-size: 1em;
}

#column-one
{
    font-size: 0.95em;
}

div.tleft { border: none; }
div.tright { margin-left: 13px; }

.content-bg { background: white; }

.portlet .pBody, #column-content, #content, #p-cactions li, #catlinks
{
    border-width: 0px;
}

#p-cactions li a, #p-cactions li.selected a
{
    border-color: white;
}

a:link, a:visited
{
/*    text-decoration: none; */
}

a:hover, a.new:hover, li.new a:hover
{
    color: orange;
    text-decoration: underline;
}

/*
div.tleft, div.tright, div.thumb
{
    border-color: transparent;
}
*/

div.tleft div, div.tright div, div.thumb div
{
    border-width: 0;
    background: #F2F5FD;
}

div.tleft a.internal img, div.tright a.internal img, div.thumb a.internal img
{
    border-width: 0;
}

input[type="text"], input[type="password"], textarea, select, #content textarea, #wpOldTitle, #wpReason, #wpSummary, #searchInput
{
    border: 1px solid #aaa;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, #wpOldTitle:focus, #wpReason:focus, #wpSummary:focus, #searchInput:focus
{
    background: #fffff0;
}

#catlinks, #toc, .toc
{
    background: #f2f5fd;
}

li#pt-userpage,	li#pt-anonuserpage, li#pt-login
{
    background: url(http://images.wikia.com/starwars/images/5/54/User-icon.png) top left no-repeat;
}

/*
h1, h2
{
    border-color: #D8E9FC;
}
*/

#p-cactions
{
    margin-left: 1em;
}

#p-personal ul
{
    font-weight: bold;
}

/* 
  • /
Personal tools
IRC Channel
My Blog