Earthen Ring Wiki
Splarka (talk | contribs)
No edit summary
(tinker)
Line 1: Line 1:
 
/***** CSS placed here will be applied to all skins on the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/
 
/***** CSS placed here will be applied to all skins on the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/
   
/* See also: [[MediaWiki:Monobook.css]] */
+
/* See also: [[MediaWiki:Monobook.css]] to apply changes only to the Monobook skin.*/
  +
----
/* <pre> */
 
 
 
 
 
/*** Mark redirects in Special:Allpages und Special:Watchlist ***/
 
/*** Mark redirects in Special:Allpages und Special:Watchlist ***/
 
 
.watchlistredir {
+
.watchlistredir {
 
font-style: italic;
 
font-style: italic;
}
+
}
 
   
 
/*** Forum formatting (by -Algorithm & -Splaka) ***/
 
/*** Forum formatting (by -Algorithm & -Splaka) ***/
  +
 
.forumheader {
+
.forumheader {
 
border: 1px solid #aaa; background-color: #f9f9f9; margin-top: 1em; padding: 12px;
 
border: 1px solid #aaa; background-color: #f9f9f9; margin-top: 1em; padding: 12px;
}
+
}
.forumlist td.forum_edited a {
+
.forumlist td.forum_edited a {
color: black; text-decoration: none
+
color: black; text-decoration: none
}
+
}
.forumlist td.forum_title a {
+
.forumlist td.forum_title a {
padding-left: 20px;
+
padding-left: 20px;
}
+
}
.forumlist td.forum_title a.forum_new {
+
.forumlist td.forum_title a.forum_new {
 
font-weight: bold; background: url(/images/4/4e/Forum_new.gif)
 
font-weight: bold; background: url(/images/4/4e/Forum_new.gif)
 
center left no-repeat; padding-left: 20px;
 
center left no-repeat; padding-left: 20px;
}
+
}
.forumlist td.forum_title a.forum_new:visited {
+
.forumlist td.forum_title a.forum_new:visited {
 
font-weight: normal; background: none; padding-left: 20px;
 
font-weight: normal; background: none; padding-left: 20px;
}
+
}
.forumlist th.forum_title {
+
.forumlist th.forum_title {
 
padding-left: 20px;
 
padding-left: 20px;
}
+
}
   
  +
/*** Format story headers ***/
 
 
<pre>
.storyheader {
+
.storyheader {
border: 2px inset tan;
+
border: 2px solid tan;
 
font-family: serif;
 
font-family: serif;
 
color: saddlebrown;
 
color: saddlebrown;
background: #efe6e6 url(http://images.wikia.com/earthenring/images/b/be/Oldpaper.gif) repeat 0 0;
+
background: #efe6e6
  +
background-image: url(http://images.wikia.com/earthenring/images/b/be/Oldpaper.gif) repeat 0 0;
 
padding: 1.5em;
 
padding: 1.5em;
 
margin: 0px 20px 20px 20px;
 
margin: 0px 20px 20px 20px;
}
+
}
 
</pre>
 
/* </pre> */
 

Revision as of 19:27, 12 April 2007

/***** CSS placed here will be applied to all skins on the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/

/* See also: [[MediaWiki:Monobook.css]] to apply changes only to the Monobook skin.*/
----
/*** Mark redirects in Special:Allpages und Special:Watchlist ***/
 
 .watchlistredir {
     font-style: italic;
 }

/*** Forum formatting (by -Algorithm & -Splaka) ***/
 
 .forumheader { 
     border: 1px solid #aaa; background-color: #f9f9f9; margin-top: 1em; padding: 12px; 
 }
 .forumlist td.forum_edited a { 
      color: black; text-decoration: none 
 }
 .forumlist td.forum_title a { 
      padding-left: 20px; 
 }
 .forumlist td.forum_title a.forum_new { 
     font-weight: bold; background: url(/images/4/4e/Forum_new.gif) 
     center left no-repeat; padding-left: 20px; 
 }
 .forumlist td.forum_title a.forum_new:visited { 
     font-weight: normal; background: none; padding-left: 20px; 
 }
 .forumlist th.forum_title { 
     padding-left: 20px; 
 }

/*** Format story headers ***/ 
 <pre>
 .storyheader {
  border: 2px solid tan; 
  font-family: serif; 
  color: saddlebrown; 
  background: #efe6e6
  background-image: url(http://images.wikia.com/earthenring/images/b/be/Oldpaper.gif) repeat 0 0;
  padding: 1.5em; 
  margin: 0px 20px 20px 20px;
 }
 </pre>