The Bill Wiki
No edit summary
No edit summary
 
Line 9: Line 9:
 
/* Setting background image to fixed position (so it doesn't move as you scroll) */
 
/* Setting background image to fixed position (so it doesn't move as you scroll) */
 
body {
 
body {
background-attachment: fixed !important;
+
background-attachment: fixed;
 
}
 
}
   
Line 16: Line 16:
   
 
.WikiaPage, .WikiaHeader {
 
.WikiaPage, .WikiaHeader {
-moz-border-radius-topright:8px;
+
border-radius: 8px 8px 8px 8px
-moz-border-radius-topleft:8px;
 
-moz-border-radius-bottomright:8px;
 
-moz-border-radius-bottomleft:8px;
 
 
}
 
}
   
Line 55: Line 52:
 
border-style: groove groove groove groove;
 
border-style: groove groove groove groove;
 
background-color: white;
 
background-color: white;
-moz-border-radius: 3px 3px 3px 3px
+
border-radius: 3px 3px 3px 3px
 
}
 
}
 
.epilist_actor-character
 
.epilist_actor-character
Line 63: Line 60:
 
border-style: groove groove groove groove;
 
border-style: groove groove groove groove;
 
background-color: white;
 
background-color: white;
-moz-border-radius: 3px 3px 3px 3px
+
border-radius: 3px 3px 3px 3px
 
}
 
}
 
.epilist_cast_callsign_top
 
.epilist_cast_callsign_top
Line 71: Line 68:
 
border-style: groove groove groove groove;
 
border-style: groove groove groove groove;
 
background-color: white;
 
background-color: white;
-moz-border-radius: 3px 3px 3px 3px;
+
border-radius: 3px 3px 3px 3px;
 
text-align: right
 
text-align: right
 
}
 
}
Line 80: Line 77:
 
border-style: groove groove groove groove;
 
border-style: groove groove groove groove;
 
background-color: white;
 
background-color: white;
-moz-border-radius: 3px 3px 3px 3px;
+
border-radius: 3px 3px 3px 3px;
 
text-align: right
 
text-align: right
 
}
 
}
Line 89: Line 86:
 
border-style: groove groove groove groove;
 
border-style: groove groove groove groove;
 
background-color: white;
 
background-color: white;
-moz-border-radius: 3px 3px 3px 3px;
+
border-radius: 3px 3px 3px 3px;
 
text-align: center
 
text-align: center
 
}
 
}

Latest revision as of 16:52, 7 June 2014

/* Bureaucrats and Admins colours */

a[href="/wiki/User:Canley"],
a[href="/wiki/User:Chief38956"] { font-weight: bold; color:#000; }

a[href="/wiki/User:Panel_Guy"],
a[href="/wiki/User:LightSpirit06"] { font-weight: bold; color:#2F4F4F; }

/* Setting background image to fixed position (so it doesn't move as you scroll) */
body {
   background-attachment: fixed;
}

/* Hide on mainpage */
.mainpage #WikiaArticleCategories { display: none; }

.WikiaPage, .WikiaHeader {
border-radius: 8px 8px 8px 8px
 }

/*
** Place all print-specific rules in an @media print block.
*/
@media print {
#toc, #WikiaArticleCategories { display: none; }
}

/* The Bill Episode List template style */
 .epilist_table {border-width: 1px; border-spacing: 1px; width: auto;}
 .epilist_epno {padding: 5px 5px 5px 5px; text-align: right; width: 35px;}
 .epilist_- {padding: 5px 5px 5px 5px; text-align: left;}
 .epilist_series {padding: 5px 5px 5px 5px; text-align: right; width: 17px;}
 .epilist_yearepno {padding: 5px 5px 5px 5px; text-align: center;}
 .epilist_eptitle {padding: 5px 5px 5px 5px; text-align: center; width: 275px;}
 .epilist_airdateuk {padding: 5px 5px 5px 5px; text-align: right; width: 75px;}
 .epilist_~ {padding: 5px 5px 5px 5px; text-align: center; width: 25px; font-size: 10px;}
 .epilist_notes {padding: 5px 5px 5px 5px; text-align: left; font-size: 10px;}

 /* The Bill Episode List Cast List template style */
 .epilist_table-cast 
 {
   border-width: 0px;
   border-spacing: 0px;
   border-style: groove groove groove groove;
   border-collapse: collapse;
   background-color: #ffffff
 }
 .epilist_actor-character_top 
 {
   border-width: 0px;
   padding: 4px 4px 4px 4px;
   border-style: groove groove groove groove;
   background-color: white;
   border-radius: 3px 3px 3px 3px
 }
 .epilist_actor-character 
 {
   border-width: 0px;
   padding: 4px 4px 4px 4px;
   border-style: groove groove groove groove;
   background-color: white;
   border-radius: 3px 3px 3px 3px
 }
 .epilist_cast_callsign_top 
 {
   border-width: 0px;
   padding: 4px 4px 4px 4px;
   border-style: groove groove groove groove;
   background-color: white;
   border-radius: 3px 3px 3px 3px;
   text-align: right
 }
 .epilist_cast_callsign 
 {
   border-width: 0px;
   padding: 4px 4px 4px 4px;
   border-style: groove groove groove groove;
   background-color: white;
   border-radius: 3px 3px 3px 3px;
   text-align: right
 }
 .epilist_cast_callsign-center
 {
   border-width: 0px;
   padding: 4px 4px 4px;
   border-style: groove groove groove groove;
   background-color: white;
   border-radius: 3px 3px 3px 3px;
   text-align: center
 }
 
/* for use with the "Hidden appearances section/interactive tree" script; by [[User:Bp]] */
 
 .hiddenlist { display:none; }
 .visiblelist { display:block; }
 
 .listexpand { text-decoration: none; color: #66BBFF; }
 .listexpand:hover { text-decoration: underline; color: #66BBFF; }