Please refer to Copyright Policy as well as the Media Upload Policy for Chrono Wiki. If there are any questions, please direct them into the discussion page. As always, please refer to the Manual of Style when editing.

MediaWiki:Common.css: Difference between revisions

From Chrono Wiki, a database for the Chrono series that anyone can edit
switch to protocol relative URLs
m (fix)
(switch to protocol relative URLs)
 
Line 25: Line 25:
   height: 32px;
   height: 32px;
   width: 100%;
   width: 100%;
   background: url('http://cdn.wikimg.net/chronowiki/images/2/26/Background.png') repeat-x;
   background: url('//cdn.wikimg.net/chronowiki/images/2/26/Background.png') repeat-x;
   padding: 3px;
   padding: 3px;
   text-align: center;
   text-align: center;
Line 74: Line 74:
}
}
.forumlist td.forum_title a.forum_new {
.forumlist td.forum_title a.forum_new {
     font-weight: bold; background: url(http://cdn.wikimg.net/chronowiki/images/4/4e/Forum_new.gif)
     font-weight: bold; background: url(//cdn.wikimg.net/chronowiki/images/4/4e/Forum_new.gif)
     center left no-repeat; padding-left: 20px;
     center left no-repeat; padding-left: 20px;
}
}
Line 306: Line 306:
   padding:0.2em 0.4em;  
   padding:0.2em 0.4em;  
   margin:0 0 10px 0;  
   margin:0 0 10px 0;  
   background: url('http://cdn.wikimg.net/chronowiki/images/2/26/Background.png') repeat-x;
   background: url('//cdn.wikimg.net/chronowiki/images/2/26/Background.png') repeat-x;
   color: white;  
   color: white;  
   font-size:140%;  
   font-size:140%;  
Line 341: Line 341:
/* Put a checker background at the image description page only visible if the image has transparent background */
/* Put a checker background at the image description page only visible if the image has transparent background */
#file img {
#file img {
     background: url("http://images.wikia.com/central/images/5/5d/Checker-16x16.png") repeat;
     background: url("//images.wikia.com/central/images/5/5d/Checker-16x16.png") repeat;
}
}