User:David/common.css: Difference between revisions

From Zelda Dungeon Wiki
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
No edit summary
No edit summary
 
Line 1: Line 1:
#firstHeading, #mw-previewheader, #bodyContent h1, bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5, #bodyContent h6 {
#firstHeading, #mw-previewheader, #bodyContent h1, bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5, #bodyContent h6 {
text-shadow: #AAA 1px 1px 1px;
text-shadow: #AAA 1px 1px 1px;
}
/* Rank Page Title Coloring
  Applies rank colors to page title on user and user talk pages. */
/* Admins */
body.page-User_Axle_the_Beast h1#firstHeading, body.page-User_talk_Axle_the_Beast h1#firstHeading, body.page-User_David h1#firstHeading, body.page-User_talk_David h1#firstHeading, body.page-User_Josh h1#firstHeading, body.page-User_talk_Josh h1#firstHeading, body.page-User_Locke h1#firstHeading, body.page-User_talk_Locke h1#firstHeading, body.page-User_Mases h1#firstHeading, body.page-User_talk_Mases h1#firstHeading, body.page-User_Matt h1#firstHeading, body.page-User_talk_Matt h1#firstHeading {
color:#2BA206;
}
/* Patrollers */
body.page-User_EzikielofHyrule h1#firstHeading, body.page-User_talk_EzikielofHyrule h1#firstHeading, body.page-User_Ganon h1#firstHeading, body.page-User_talk_Ganon h1#firstHeading, body.page-User_KogamoSJS h1#firstHeading, body.page-User_talk_KogamoSJS h1#firstHeading {
color: #E99216;
}
/* Bots */
body.page-User_Navi h1#firstHeading, body.page-User_talk_Navi h1#firstHeading{
color:#3EB8C6;
}
/* End Rank Page Title Coloring */
/* prevents Pre tags from spilling out of their content area. */
pre {
  white-space: pre-wrap;      /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;      /* Internet Explorer 5.5+ */
}
}

Latest revision as of 15:43, April 9, 2012

#firstHeading, #mw-previewheader, #bodyContent h1, bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5, #bodyContent h6 {
text-shadow: #AAA 1px 1px 1px;
}