MediaWiki:ROAP.css

From Roap Movie Team

(Difference between revisions)
 
Line 1: Line 1:
-
'''Notice to Administrators!'''
+
/* Body */
 +
BODY {
 +
        margin: 0px 0px 0px 0px;
-
<!--  
+
        background-color : #0000CC;
-
'''<span style="color: #f00;">Please note that due to caching effects any April Fools' joke placed here can last for several days! So will any block resulting from such actions.</span>'''
+
        color : ##ABABAB;
-
-->
+
        }
-
(In Mozilla and Opera, you can test style changes dynamically with the [http://www.squarefree.com/bookmarklets/webdevel.html test styles] bookmarklet from squarefree.com.  It pops up a window for adding style rules, and updates the page as you type.)
+
td,tr,p,div {
 +
        font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
 +
        font-size: 11px;
 +
        color: #ffffff;
 +
        }
-
See also the [[Wikipedia:Catalogue of CSS classes|catalogue of CSS classes]].
+
h4 {
 +
        color: #ffffff; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 +
        font-size: 16px; font-weight: bold;
 +
        }
-
<pre><nowiki>*/
+
h5 {
 +
        color: #ffffff; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 +
        font-size: 14px; font-weight: bold;
 +
        }
-
/* Main page fixes */
+
h6 {
-
.interwiki-completelist {
+
        color: #ffffff; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
-
    font-weight: bold;
+
        font-size: 12px; font-weight: bold;
-
}
+
        }
-
/* Add space below the toolbar */
+
/* Links */
-
#toolbar {
+
a:link, a:visited {
-
    margin-bottom: 6px;
+
        font-size: 12px; color: #eadd84; text-decoration: none;
-
}
+
        font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
 +
        }
-
/* Page Background */
+
a:hover {
-
#content {
+
        color: #eadd84;       text-decoration: none;
-
background: #f1f4f5;
+
        }
-
border: 1px solid gray;
+
-
margin: 2.8em 10em 0 11.8em;
+
-
}
+
-
/* Backgrounod */
+
/* Horizontal Line */
-
body
+
hr {
-
{
+
        background: #F0AB4A; height:2px; border: 1px inset;
-
background: #b8cfe2 
+
        }
-
url("http://editthis.info/images/roap_movie_team/6/64/ROAP_skin.jpg") 0 0 no-repeat;
+
-
}
+
-
/* Categories */
 
-
#catlinks {
 
-
border: 1px solid #7f8286;
 
-
background-color: #899baf;
 
-
background-image: url(http://www.maj.com/gallery/Bioran23/Icons/kncategoryimage.png);
 
-
background-repeat: no-repeat;
 
-
background-position: bottom right;
 
-
}
 
-
/* TOC Colours */
+
/* --Default Class Settings-- */
-
}
+
-
.toccolours {
+
-
border: 1px solid #7f8286;
+
-
background-color: #899baf;
+
-
}
+
-
/* make the list of references look smaller */
 
-
ol.references {
 
-
  font-size: 100%;
 
-
}
 
-
.references-small { font-size: 90%;}
+
a.mainmenu:link, a.mainmenu:visited {
 +
        font-size: 11px;
 +
        color: #F0AB4A;
 +
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 +
        font-weight: bold;
 +
        padding: 1px;
 +
        height: 14;
 +
        width: 95%;
 +
        border-top-width: 1px;
 +
        border-top-style: dashed;
 +
        border-top-color: #cccccc;
 +
        }
-
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
+
a.mainmenu:hover {
-
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
+
        font-size: 11px;
-
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
+
        color: #556B2F;
-
/* Please ignore any validator errors caused by these two lines */
+
        text-decoration: none;
-
.references-2column {
+
        font-weight: bold;
-
  font-size: 90%;
+
        background-color:#F0AB4A;
-
  -moz-column-count:2;
+
        height: 14;
-
  -webkit-column-count:2;
+
        width: 95%;
-
  column-count:2;
+
        padding: 1px;
-
}
+
        border-top-width: 1px;
 +
        border-top-style: dashed;
 +
        border-top-color: #000000
 +
        }
 +
/* Content - Sections & Categories */
 +
.contentpane {
-
.same-bg { background: none }
 
-
/* Highlight clicked reference in blue to help navigation */
+
        }
-
ol.references > li:target {
+
.contentpaneopen {
-
background-color: #DEF;
+
-
}
+
-
sup.reference:target {
+
        }
-
  background-color: #DEF;
+
-
}
+
-
/* Styling for Citations */
+
.contentheading {
 +
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 +
        font-size: 13px;
 +
        font-weight: bold;
 +
        color: #ffffff
 +
        text-align:left;
 +
        }
-
cite {
+
.contentdescription {
-
    font-style: normal;
+
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
-
    word-wrap: break-word;
+
        font-size: 11px;
-
}
+
        color: #ffffff;
 +
        text-align: left;
 +
        }
-
/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */
+
.pathway {
 +
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 +
        font-size: 9px;
 +
        color: #F0AB4A;
 +
        }
-
cite:target {
 
-
  background-color: #DEF;
 
-
}
 
-
/* Do not expand URLs within citations for printing. The urls should be included explicitly, to avoid confusion */
+
/* Links */
 +
a.blogsection:link, a.blogsection:visited {
 +
        color: #F0AB4A; text-decoration: none; font-weight: normal;
 +
        font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
 +
        }
-
@media print {
+
a.blogsection:hover {
-
    #content cite a.external.text:after {
+
         color: #F0AB4A;        text-decoration: none;
-
         display: none;
+
        }
-
    }
+
-
}
+
-
/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */
+
a.pathway:link, a.pathway:visited {
 +
        color: #F0AB4A; text-decoration: none; font-weight: normal;        font-size: 9px;
 +
        font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
 +
        }
-
@media screen, handheld, projection {
+
a.pathway:hover {
-
    cite *.printonly {
+
         color:#ffffff;
-
         display: none;
+
        text-decoration: underline;
-
    }
+
        }
-
}
+
-
/* wikitable/prettytable class for skinning normal tables */
+
a.weblinks:link, a.weblinks:visited {
 +
        color: #F0AB4A; text-decoration: none; font-weight: normal;
 +
        font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
 +
        }
-
table.wikitable,
+
a.weblinks:hover {
-
table.prettytable {
+
        color: #ffffff;       text-decoration: none;
-
  margin: 1em 1em 1em 0;
+
        }
-
  background: #f9f9f9;
+
-
  border: 1px #aaa solid;
+
-
  border-collapse: collapse;
+
-
}
+
-
table.wikitable th, table.wikitable td,
+
a.readon:link, a.readon:visited {
-
table.prettytable th, table.prettytable td {
+
        color: #F0AB4A; text-decoration: none; font-weight: normal;
-
  border: 1px #aaa solid;
+
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
-
  padding: 0.2em;
+
        font-size: 10px;
-
}
+
        }
-
table.wikitable th,
+
a.readon:hover {
-
table.prettytable th {
+
        color: #ffffff;
-
  background: #f2f2f2;
+
        text-decoration: none;
-
  text-align: center;
+
        }
-
}
+
-
table.wikitable caption,
+
table.moduletable th {
-
table.prettytable caption {
+
        font: Tahoma, Verdana, Arial, Helvetica, sans-serif;
-
  margin-left: inherit;
+
        font-size: 11px;
-
  margin-right: inherit;
+
        font-weight: bold;
-
  font-weight: bold;
+
        color: #ffffff;
-
}
+
        text-align: left;
 +
        height: 22px;
 +
        line-height: 22px;
 +
        white-space: nowrap;
 +
        width: 100%;
-
table.prettytable code,
+
        text-indent: 12px;
-
table.wikitable code {
+
        }
-
  background-color: transparent;
+
-
}
+
-
/********* Extension Infobox Styling ***********/
+
table.moduletable {
-
+
margin: 0px 0px 0px 0px;
-
.ext-infobox {
+
width: 95%;
-
  border: 2px solid #aaaaaa;
+
border-left: solid 0px #000000;
-
  width: 272px;  
+
border-right: solid 0px #000000;
-
  float: right;
+
border-top: solid 0px #000000;
-
  margin: 0 0 0.5em 0.5em;
+
border-bottom: solid 0px #000000;
-
  border-collapse: collapse;
+
}
-
  background-color: white;
+
-
}
+
-
+
-
.ext-infobox td {
+
-
  border: 2px none #aaaaaa;
+
-
  padding: 0.2em 0.5em;
+
-
  border-bottom: 1px solid #f0f0f0 !important;
+
-
}
+
-
+
-
.ext-header {
+
-
  background-color: #aaaaaa;
+
-
  color: white;
+
-
  text-align: left;
+
-
}
+
-
.ext-header td {
+
-
  padding-top: 0.5em;
+
-
}
+
-
+
-
.ext-header img {
+
-
  padding: 0 0.2em 0 0.5em;
+
-
}
+
-
+
-
.ext-status-locmain, .ext-status-locmain td {
+
-
  border-color: #ff9900;
+
-
}
+
-
.ext-status-locmain .ext-header {
+
-
  background-color: #ff9900;
+
-
  color: white;
+
-
}
+
-
+
-
.ext-status-locdestroyed, .ext-status-locdestroyed td {
+
-
  border-color: #ffbb00;
+
-
}
+
-
.ext-status-locdestroyed .ext-header {
+
-
  background-color: #ffbb00;
+
-
}
+
-
/* default skin for navigation boxes */
+
.componentheading {
-
table.navbox {
+
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
-
    background-color: #f9f9f9;
+
        font-size: 13px;
-
    border: 1px solid #aaa;
+
        font-weight: bold;
-
    clear: both;
+
        color: #ffffff;
-
    font-size: 90%;
+
        text-align:left;
-
    margin: 1em 0em 0em;
+
        }
-
    padding: 2px;
+
-
    text-align: center;
+
-
    width: 100%;
+
-
}
+
-
table.navbox th {
+
.boxheading {
-
    background-color: #ccf;
+
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
-
    padding-left: 1em;
+
        font-size: 13px;
-
    padding-right: 1em;
+
        font-weight: bold;
-
}
+
        color: #ffffff;
 +
        text-align:left;
 +
        }
-
@media print {
+
.button {
-
    .navbox {
+
         font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
-
         display: none;
+
        font-style: normal;
-
    }
+
        font-weight: bold;
-
}
+
        font-size: 11px;
 +
        background: #F0AB4A;
 +
        color: #000000;
 +
        border-style: solid;
 +
        border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
 +
        }
-
/* Infobox template style */
+
.inputbox {
 +
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 +
        font-size: 11px;
 +
        font-weight: bold;
 +
        color: #000000;
 +
        background: #F0AB4A;
 +
        border: 1px solid;
 +
        }
-
.infobox {
+
.slogan {
-
  border: 1px solid #aaa;
+
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
-
  background-color: #f9f9f9;
+
        font-size: 18px;
-
  color: black;
+
        font-weight: bold;
-
  margin-bottom: 0.5em;
+
        color: #F0AB4A;
-
  margin-left: 1em;
+
        }
-
  padding: 0.2em;
+
-
  float: right;
+
-
  clear: right;
+
-
}
+
-
.infobox td,
+
-
.infobox th {
+
-
  vertical-align: top;
+
-
}
+
-
.infobox caption {
+
-
  font-size: larger;
+
-
  margin-left: inherit;
+
-
}
+
-
.infobox.bordered {
+
-
  border-collapse: collapse;
+
-
}
+
-
.infobox.bordered td,
+
-
.infobox.bordered th {
+
-
  border: 1px solid #aaa;
+
-
}
+
-
.infobox.bordered .borderless td,
+
-
.infobox.bordered .borderless th {
+
-
  border: 0;
+
-
}
+
-
.infobox.sisterproject {
+
.searchsite {
-
  width: 20em;
+
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
-
  font-size: 90%;
+
        font-size: 15px;
-
}
+
        font-weight: bold;
 +
        color: #ffffff;
 +
        }
-
@media print {
+
/** category text format and links **/
-
    .infobox.sisterproject {
+
.category {
-
         display: none;
+
         color: #F0AB4A; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
-
    }
+
        font-size: 11px; font-weight: bold; text-decoration: none;
-
}
+
        }
-
/* styles for bordered infobox with merged rows */
+
a.category:link, a.category:visited {
-
.infobox.bordered .mergedtoprow td,
+
        color: #F0AB4A; font-weight: bold;
-
.infobox.bordered .mergedtoprow th {
+
        }
-
  border: 0;
+
-
  border-top: 1px solid #aaa;
+
-
  border-right: 1px solid #aaa;
+
-
}
+
-
.infobox.bordered .mergedrow td,
+
a.category:hover {
-
.infobox.bordered .mergedrow th {
+
        color: #ffffff;
-
  border: 0;
+
        }
-
  border-right: 1px solid #aaa;
+
-
}
+
 +
.poll {
 +
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 +
        font-size: 10px;
 +
        color: #F0AB4A;
 +
        line-height: 14px
 +
        }
-
/* styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */
+
.sectiontableentry1 {
 +
        background-color : #000000;
 +
        }
-
.infobox.geography {
+
.sectiontableentry2 {
-
  text-align: left;
+
        background-color : #000000;
-
  border-collapse: collapse;
+
        }
-
  line-height: 1.2em;
+
-
  font-size: 90%;
+
-
}
+
-
.infobox.geography  td,
+
.sectiontableheader {
-
.infobox.geography  th {
+
        background-color : #F0AB4A;
-
  border-top: solid 1px #aaa;
+
        color : #000000;
-
  padding: 0.4em 0.6em 0.4em 0.6em;
+
        font-weight : bold;
-
}
+
        }
-
.infobox.geography .mergedtoprow td,
+
-
.infobox.geography .mergedtoprow th {
+
-
  border-top: solid 1px #aaa;
+
-
  padding: 0.4em 0.6em 0.2em 0.6em;
+
-
}
+
-
.infobox.geography .mergedrow td,
+
.small {
-
.infobox.geography .mergedrow th {
+
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
-
      border: 0;
+
        font-size: 10px;
-
      padding: 0 0.6em 0.2em 0.6em;
+
        color: #F0AB4A;
-
}
+
        text-decoration: none;
 +
        font-weight: normal;
 +
        }
-
.infobox.geography .mergedbottomrow td,
+
.createdate {
-
.infobox.geography .mergedbottomrow th {
+
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
-
  border-top: 0;
+
        font-size: 10px;
-
  border-bottom: solid 1px #aaa;
+
        color: #F0AB4A;
-
  padding: 0 0.6em 0.4em 0.6em;
+
        text-decoration: none;
-
}
+
        font-weight: normal;
 +
        }
-
.infobox.geography .maptable td,
+
.modifydate {
-
.infobox.geography .maptable th {
+
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
-
      border: 0;
+
        font-size: 10px;
-
      padding: 0;
+
        color: #F0AB4A;
-
}
+
        text-decoration: none;
 +
        font-weight: normal;
 +
        }
-
/* Style for "notices" */
+
ul {
-
.notice {
+
        margin: 0px 0px 0px 0px;
-
    margin: 1em;
+
        }
-
    padding: 0.2em;
+
-
}
+
-
#disambig {
+
li {
-
    border-top: 1px solid #ccc;  
+
        list-style: inside url(images/M_images/ROAP_skin.jpg) 3px;
-
    border-bottom: 1px solid #ccc;
+
        list-style-image: url(images/M_images/ROAP_skin.jpg);
-
}
+
        }
-
.spoiler {
+
.fase4rdf {
-
    border-top: 2px solid #ddd;
+
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
-
    border-bottom: 2px solid #ddd;
+
        font-size: 11px; color: #ffffff; font-weight: normal;
-
}
+
        }
-
/* Standard talk template style */
+
a.fase4rdf:link {
 +
        font-size: 11px; font-weight: normal; color: #F0AB4A;
 +
        }
-
.Talk-Notice  {
+
a.fase4rdf:hover {
-
    border: 1px solid #C0C090;
+
        font-weight: bold; color: #ffffff;
-
    background-color: #F8EABA;
+
        }
-
    margin-bottom: 3px;
+
-
    width: 85%;
+
-
    border-spacing: 3px;
+
-
    margin-left: auto;
+
-
    margin-right: auto;
+
-
}
+
-
.Talk-Notice:after {
+
table.searchintro {
-
  content: "The CSS for this template should be changed. See [[Wikipedia:Template Standardisation]].";
+
          background-color: #F0AB4A;
-
}
+
        }
-
/* Make template background appear correctly on all browsers */
+
table.contact {
-
.Talk-Notice td {
+
        background-color: #000000;
-
    background: inherit;
+
        }
-
}
+
-
/* Persondata */
+
table.contact td.icons {
-
table.persondata {
+
        background-color: #ffffff;
-
    border: 1px solid #aaa;
+
        }
-
    display: none;
+
-
    speak: none;
+
-
}
+
-
.persondata-label {
+
-
    color: #aaa;
+
-
}
+
-
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
+
table.contact td.details {
-
.redirect-in-category, .allpagesredirect {
+
         background-color: #000000
-
    font-style: italic;
+
         font-size: 10px;
-
}
+
-
 
+
-
/* Class for links with loudspeaker icon next to them */
+
-
/* (Used in [[Template:Audio]] and the like to make the speaker clickable) */
+
-
 
+
-
.audiolink a {
+
-
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
+
-
    padding-left: 16px !important;
+
-
    padding-right: 0 !important;
+
-
}
+
-
 
+
-
/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */
+
-
 
+
-
div.listenlist {
+
-
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
+
-
    padding-left: 40px;
+
-
}
+
-
 
+
-
div.videolist, div.multivideolist {
+
-
    background: url("http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
+
-
    padding-left: 50px;
+
-
}
+
-
 
+
-
/* Style rules for media list templates */
+
-
 
+
-
div.medialist {
+
-
    min-height: 50px;
+
-
    margin: 1em;
+
-
    background-position: top left;
+
-
    background-repeat: no-repeat;
+
-
}
+
-
 
+
-
div.medialist ul {
+
-
    list-style-type: none;
+
-
    list-style-image: none;
+
-
    margin: 0;
+
-
}
+
-
 
+
-
div.medialist ul li {
+
-
    padding-bottom: 0.5em;
+
-
}
+
-
 
+
-
div.medialist ul li li {
+
-
    font-size: 91%;
+
-
    padding-bottom: 0;
+
-
}
+
-
 
+
-
/* Change the external link icon to an Adobe icon for all PDF files */
+
-
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */
+
-
#bodyContent a[href$=".pdf"].external,
+
-
#bodyContent a[href*=".pdf?"].external,
+
-
#bodyContent a[href*=".pdf#"].external,
+
-
#bodyContent a[href$=".PDF"].external,
+
-
#bodyContent a[href*=".PDF?"].external,
+
-
#bodyContent a[href*=".PDF#"].external {
+
-
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;
+
-
    padding-right: 16px;
+
-
}
+
-
 
+
-
/* Change the external link icon to an Adobe icon anywhere the PDFlink class */
+
-
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
+
-
span.PDFlink a {
+
-
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;
+
-
    padding-right: 17px !important;
+
-
}
+
-
 
+
-
span.geolink a {
+
-
    background: url(http://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important;
+
-
    padding-right: 11px !important;
+
-
}
+
-
 
+
-
/* Content in columns with CSS instead of tables [[Template:Columns]] */
+
-
div.columns-2 div.column {
+
-
    float: left;
+
-
    width: 50%;
+
-
    min-width: 300px;
+
-
}
+
-
 
+
-
div.columns-3 div.column {
+
-
    float: left;
+
-
    width: 33.3%;
+
-
    min-width: 200px;
+
-
}
+
-
 
+
-
div.columns-4 div.column {
+
-
    float: left;
+
-
    width: 25%;
+
-
    min-width: 150px;
+
-
}
+
-
 
+
-
div.columns-5 div.column {
+
-
    float: left;
+
-
    width: 20%;
+
-
    min-width: 120px;
+
-
}
+
-
 
+
-
/*Add formatting to make sure that "external references" from [[Template:Ref]] do
+
-
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
+
-
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class
+
-
  "urlexpansion", which was not displayed on screen, but was shown when the medium was
+
-
  "print". The rules below ensure (a) that there is no extra padding to the right of
+
-
  the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
+
-
  the link, and (c) that this SPAN of class "urlexpansion" is never shown.
+
-
  ~~~~
+
-
*/
+
-
 
+
-
.plainlinksneverexpand {
+
-
  background: none ! important;
+
-
  padding: 0 ! important;
+
-
}
+
-
 
+
-
.plainlinksneverexpand .urlexpansion {
+
-
  display: none ! important;
+
-
}
+
-
 
+
-
/* Make sure that ext links displayed within "plainlinksneverexpand" don't get
+
-
  the arrow...
+
-
*/
+
-
.plainlinksneverexpand a {
+
-
  background: none !important;
+
-
  padding: 0 !important;
+
-
}
+
-
 
+
-
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
+
-
  following the anchor A, the anchor itself now has class "external autonumber" and the
+
-
  expansion is inserted when printing (see the common printing style sheet at
+
-
  http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
+
-
  element of CSS. We have to switch this off for links due to Template:Ref!
+
-
  ~~~~
+
-
*/
+
-
.plainlinksneverexpand a.external.text:after {
+
-
  display: none !important;
+
-
}
+
-
.plainlinksneverexpand a.external.autonumber:after {
+
-
  display: none !important;
+
-
}
+
-
 
+
-
/* Messagebox templates */
+
-
 
+
-
.messagebox {
+
-
  border: 1px solid #788997;
+
-
  background-color: #d1d6da;
+
-
  width: 80%;
+
-
  margin: 0 auto 1em auto;
+
-
  padding: .2em;
+
-
}
+
-
.messagebox.merge {
+
-
  border: 1px solid #c0b8cc;
+
-
  background-color: #f0e5ff;
+
-
  text-align: center;
+
-
}
+
-
.messagebox.cleanup {
+
-
  border: 1px solid #9f9fff;
+
-
  background-color: #efefff;
+
-
  text-align: center;
+
-
}
+
-
.messagebox.standard-talk {
+
-
  border: 1px solid #c0c090;
+
-
  background-color: #f8eaba;
+
-
}
+
-
.messagebox.nested-talk {
+
-
  border: 1px solid #c0c090;
+
-
  background-color: #f8eaba;
+
-
  width: 100%;
+
-
  margin: 2px 4px 2px 4px;
+
-
}
+
-
.messagebox.small {
+
-
  width: 238px;
+
-
  font-size: 85%;
+
-
  float: right;
+
-
  clear: both;
+
-
  margin: 0 0 1em 1em;
+
-
  line-height: 1.25em;
+
-
}
+
-
.messagebox.small-talk {
+
-
  width: 238px;
+
-
  font-size: 85%;
+
-
  float: right;
+
-
  clear: both;
+
-
  margin: 0 0 1em 1em;
+
-
  line-height: 1.25em;
+
-
  background: #F8EABA;
+
-
}
+
-
 
+
-
/* Put a checker background at the image description page only visible if the image has transparent background */
+
-
 
+
-
#file img {background: url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;}
+
-
 
+
-
/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6.  The empty comment must remain. Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */
+
-
.IPA {
+
-
         font-family: "Chrysanthi Unicode", "Doulos SIL", Gentium, GentiumAlt, Code2000, "TITUS Cyberbit Basic", "DejaVu Sans", "Bitstream Cyberbit", "Arial Unicode MS", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "Matrix Unicode";
+
-
        font-family /**/:inherit;
+
-
}
+
-
.Unicode {
+
-
        font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic", "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit", "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt, "Lucida Grande", "Free Sans", "Arial Unicode MS", "Microsoft Sans Serif", "Lucida Sans Unicode";
+
-
        font-family /**/:inherit;
+
-
}
+
-
.latinx {
+
-
        font-family: Code2000, Code2001, "TITUS Cyberbit Basic", "Microsoft Sans Serif";
+
-
        font-family /**/:inherit;
+
-
}
+
-
.polytonic {
+
-
        font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000;
+
-
        font-family /**/:inherit;
+
-
}
+
-
.mufi {
+
-
        font-family: Alphabetum, Cardo, LeedsUni, Junicode, "TITUS Cyberbit Basic", ALPHA-Demo;
+
-
}
+
-
 
+
-
/* pseudo-classes in support of [[Template:lang]]. */
+
-
 
+
-
:lang(he) {
+
-
      font-family: "SBL Hebrew", "Ezra SIL SR", "Ezra SIL", Cardo, "Chrysanthi Unicode", "TITUS Cyberbit Basic", "Arial Unicode MS", Narkisim, "Times New Roman";
+
-
      font-family /**/:inherit;
+
-
}
+
-
:lang(fa) {
+
-
      font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
+
-
      font-family /**/:inherit;
+
-
}
+
-
:lang(ps) {
+
-
      font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
+
-
      font-family /**/:inherit;
+
-
}
+
-
:lang(ur) {
+
-
      font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
+
-
      font-family /**/:inherit;
+
-
}
+
-
:lang(sux-Xsux) {
+
-
      font-family: Akkadian;
+
-
      font-family /**/:inherit;
+
-
}
+
-
:lang(ja) {
+
-
      font-family: Code2000, "Arial Unicode MS", "Bitstream Cyberbit", "Bitstream CyberCJK", IPAGothic, IPAPGothic, IPAUIGothic, "Kochi Gothic", IPAMincho, IPAPMincho;
+
-
      font-family /**/:inherit;
+
-
}
+
-
:lang(ko) {
+
-
      font-family: "Adobe Myungjo Std M", AppleMyungjo, "Baekmuk Batang", "Baekmuk Gulim", Batang, Dotum, DotumChe, Gulim, GulimChe, HYGothic-Extra, HYMyeongJo-Extra, "New Gulim", UnBatang, UnDotum, UnYetgul, UWKMJF;
+
-
      font-family /**/:inherit;
+
-
}
+
-
:lang(zh-Hans) {
+
-
      font-family: "Adobe Song Std L", "AR PL ShanHeiSun Uni", "AR PL ShanHeiSun Uni MBE", "MS Hei", "MS Song", SimHei;
+
-
      font-family /**/:inherit;
+
-
}
+
-
:lang(zh-Hant) {
+
-
      font-family: "Adobe Ming Std L", "AR PL New Sung", "AR PL ZenKai Uni", "AR PL ZenKai Uni MBE", MingLiU, PMingLiU;
+
-
      font-family /**/:inherit;
+
-
}
+
-
:lang(grc) {
+
-
      font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000;
+
-
      font-family /**/:inherit;
+
-
}
+
-
 
+
-
#wpSave {
+
-
  font-weight: bold;
+
-
}
+
-
 
+
-
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
+
-
.hiddenStructure {
+
-
  display: inline ! important;
+
-
  color: #f00;
+
-
  background-color: #0f0;
+
-
}
+
-
 
+
-
/* Removes underlines from links */
+
-
.nounderlines a {
+
-
  text-decoration: none;
+
-
}
+
-
 
+
-
/* Remove underline from IPA links */
+
-
.IPA a:link, .IPA a:visited {
+
-
  text-decoration: none;
+
-
}
+
-
 
+
-
/* Removes useless links from printout */
+
-
@media print {
+
-
    #privacy, #about, #disclaimer {display:none;}
+
-
}
+
-
 
+
-
#EnWpMpBook { background-image: url(http://upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }
+
-
#EnWpMpSearch { background: url(http://upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; }
+
-
#EnWpMpSearchInner { float: right; width: 20em; text-align: center; }
+
-
#EnWpMpBook2 { background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }
+
-
 
+
-
/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */
+
-
 
+
-
div.Boxmerge,
+
-
div.NavFrame {
+
-
        margin: 0px;
+
-
        padding: 4px;
+
-
        border: 1px solid #aaa;
+
-
        text-align: center;
+
-
        border-collapse: collapse;
+
-
         font-size: 95%;
+
-
}
+
-
div.Boxmerge div.NavFrame {
+
-
        border-style: none;
+
-
        border-style: hidden;
+
-
}
+
-
div.NavFrame + div.NavFrame {
+
-
        border-top-style: none;
+
-
        border-top-style: hidden;
+
-
}
+
-
div.NavPic {
+
-
        background-color: #fff;
+
-
        margin: 0px;
+
-
        padding: 2px;
+
-
        float: left;
+
-
}
+
-
div.NavFrame div.NavHead {
+
-
        height: 1.6em;
+
         font-weight: bold;
         font-weight: bold;
-
        background-color: #ccf;
+
         font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
-
        position:relative;
+
         color: #ffffff;
-
}
+
         }
-
div.NavFrame p {
+
-
         font-size: 100%;
+
-
}
+
-
div.NavFrame div.NavContent {
+
-
        font-size: 100%;
+
-
}
+
-
div.NavFrame div.NavContent p {
+
-
         font-size: 100%;
+
-
}
+
-
div.NavEnd {
+
-
         margin: 0px;
+
-
        padding: 0px;
+
-
        line-height: 1px;
+
-
        clear: both;
+
-
}
+
-
a.NavToggle {
+
-
        position:absolute;
+
-
        top:0px;
+
-
        right:3px;
+
-
        font-weight:normal;
+
-
        font-size:smaller;
+
-
}
+
-
/* Coloured watchlist numbers */
+
externalLinks = function() {
-
.mw-plusminus-pos {
+
        if (!document.getElementsByTagName) {
-
  color: #006400; /* darkgreen */
+
                return;
 +
        }
 +
        var anchors = document.getElementsByTagName("a");
 +
        for (var i = 0; i < anchors.length; i++) {
 +
                var anchor = anchors[i];
 +
                if (anchor.getAttribute("href") &&
 +
                                anchor.getAttribute("rel") != null &&
 +
                                (anchor.getAttribute("rel").indexOf("external") >= 0 ||
 +
                                        anchor.getAttribute("rel").indexOf("nofollow") >= 0)
 +
                        ) {
 +
                        anchor.target = "_blank";
 +
                }
 +
        }
}
}
-
/* .mw-plusminus-null currently at developer default */
+
if (window.addEventListener) {
-
 
+
        window.addEventListener("load", externalLinks, false);
-
.mw-plusminus-neg {
+
-
  color: #8B0000; /* darkred */
+
}
}
-
 
+
else if (window.attachEvent) {
-
.dablink {
+
        window.attachEvent("onload", externalLinks);
-
  font-style: italic;
+
-
  padding-left: 2em;
+
}
}
-
.dablink i {
 
-
  font-style: normal;
 
-
}
 
-
 
-
/* Style for horizontal UL lists */
 
-
.horizontal ul {
 
-
  padding: 0;
 
-
  margin: 0;
 
-
}
 
-
 
-
.horizontal li {
 
-
  padding: 0 0.6em 0 0.4em;
 
-
  display: inline;
 
-
  border-right: 1px solid;
 
-
}
 
-
 
-
.horizontal li:last-child {
 
-
  border-right: none;
 
-
  padding-right: 0;
 
-
}
 
-
 
-
/* Geographical coordinates
 
-
 
-
To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:
 
-
  .geo-default { display: inline } .geo-nondefault { display: none }
 
-
  .geo-dec { display: inline } .geo-dms { display: inline }
 
-
 
-
To display coordinates using decimal notation, write this in your User:Username/monobook.css:
 
-
  .geo-default { display: inline } .geo-nondefault { display: inline }
 
-
  .geo-dec { display: inline } .geo-dms { display: none }
 
-
 
-
To display coordinates using DMS notation, write this in your User:Username/monobook.css:
 
-
  .geo-default { display: inline } .geo-nondefault { display: inline }
 
-
  .geo-dec { display: none }  .geo-dms { display: inline }
 
-
 
-
To display coordinates in both decimal and DMS notation, write this in your User:Username/monobook.css:
 
-
  .geo-default { display: inline } .geo-nondefault { display: inline }
 
-
  .geo-dec { display: inline }  .geo-dms { display: inline }
 
-
  .geo-multi-punct { display: inline }
 
-
 
-
See [[Template:Coor link]] for how these are used.
 
-
 
-
Note that the classes "geo", "longitude", and "latitude" are not just styles but also used by the [[Geo microformat]], so the names should not be changed.
 
-
 
-
*/
 
-
 
-
.geo-default { display: inline; }
 
-
.geo-nondefault { display: none; }
 
-
.geo-dms { display: inline; }
 
-
.geo-dec { display: inline; }
 
-
.geo-multi-punct { display: none; }
 
-
 
-
.longitude .latitude {
 
-
  white-space: nowrap;
 
-
}
 
-
 
-
/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */
 
-
.geo { }
 
-
 
-
/***** end Geo-related */
 
-
 
-
/* When <div class="nonumtoc"> is used on the table of contents, the ToC will display without numbers */
 
-
.nonumtoc .tocnumber { display:none; }
 
-
.nonumtoc #toc ul,
 
-
.nonumtoc .toc ul {
 
-
  line-height: 1.5em;
 
-
  list-style: none;
 
-
  margin: .3em 0 0;
 
-
  padding: 0;
 
-
}
 
-
.nonumtoc #toc ul ul,
 
-
.nonumtoc .toc ul ul {
 
-
margin: 0 0 0 2em;
 
-
}
 
-
 
-
/* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for
 
-
  instance, will limit to showing ==headings== and ===headings=== but no further (as long as
 
-
  there are no =headings= on the page, which there shouldn't be according to the MoS). */
 
-
.toclimit-2 .toclevel-2 {display:none;}
 
-
.toclimit-3 .toclevel-3 {display:none;}
 
-
.toclimit-4 .toclevel-4 {display:none;}
 
-
.toclimit-5 .toclevel-5 {display:none;}
 
-
.toclimit-6 .toclevel-6 {display:none;}
 
-
.toclimit-7 .toclevel-7 {display:none;}
 
-
 
-
/* Allow transcluded pages to display in lists rather than a table. Compatible in Firefox; incompatible in IE6. */
 
-
.listify td {display:list-item}
 
-
.listify tr {display:block}
 
-
.listify table {display:block}
 
-
 
-
/* Styling for Template:Quote */
 
-
 
-
blockquote.templatequote { margin-top: 0; }
 
-
 
-
blockquote.templatequote div.templatequotecite {
 
-
    line-height: 1em;
 
-
    text-align: left;
 
-
    padding-left: 2em;
 
-
    margin-top: 0;
 
-
}
 
-
 
-
blockquote.templatequote div.templatequotecite cite {
 
-
    font-size: smaller;
 
-
}
 
-
 
-
div.user-block {
 
-
    padding: 5px;
 
-
    border: 1px solid #A9A9A9;
 
-
    background-color: #FFEFD5;
 
-
}
 
-
 
-
/* Prevents line breaks in links; see docs at Template:Nowraplinks */
 
-
 
-
.nowraplinks a {
 
-
    white-space: nowrap;
 
-
}
 
-
 
-
/* Enables borders on PNG images in IE 5.5 and 6 */
 
-
 
-
.thumbborder {
 
-
border:1px solid #DDDDDD;
 
-
}
 
-
 
-
/* For template documentation */
 
-
.template-documentation {
 
-
  clear: both;
 
-
  margin: 1em 0 0 0;
 
-
  border: 1px solid #aaa;
 
-
  background-color: #ecfcf4;
 
-
  padding: 5px;
 
-
}
 
-
 
-
.thumbinner {
 
-
min-width:100px;
 
-
}
 
-
/* New logo: Use one of these:
+
  */
-
http://upload.wikimedia.org/wikipedia/commons/e/e1/Wikipedia-logo-en-Gold.png
+
  /*
-
http://upload.wikimedia.org/wikipedia/commons/7/7e/Barnstar-rotating.gif
+
body {
-
http://upload.wikimedia.org/wikipedia/commons/7/78/Wikinews-trans_135px_ohne_text.png
+
     color: green;
-
http://upload.wikimedia.org/wikipedia/commons/7/76/WIKIFONDATION3D.PNG
+
}
-
http://upload.wikimedia.org/wikipedia/commons/2/2d/Wikimedia_without_text.png http://upload.wikimedia.org/wikipedia/commons/d/d2/Squash_WIkicommons_3.png
+
  */
-
*/
+
-
#p-logo {  
+
-
     background: url(http://upload.wikimedia.org/wikipedia/commons/e/e1/Wikipedia-logo-en-Gold.png) no-repeat;  
+
-
    display: none
+
-
    position:z-index;  /*needed to use z-index */
+
-
    top: 8;
+
-
    left: 200;
+
-
    right: 65;
+
-
    height: 0;
+
-
    width: 0;
+
-
    padding: 50px 0 150px 150px;
+
-
    overflow: hidden;
+
-
}</nowiki></pre>
+

Current revision as of 00:25, 21 April 2008

/* Body */
BODY {
        margin: 0px 0px 0px 0px;

        background-color : #0000CC;
        color : ##ABABAB;
        }

td,tr,p,div {
        font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #ffffff;
        }

h4 {
        color: #ffffff; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px; font-weight: bold;
        }

h5 {
        color: #ffffff; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px; font-weight: bold;
        }

h6 {
        color: #ffffff; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px; font-weight: bold;
        }

/* Links */
a:link, a:visited {
        font-size: 12px; color: #eadd84; text-decoration: none;
        font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
        }

a:hover {
        color: #eadd84;        text-decoration: none;
        }

/* Horizontal Line */
hr {
        background: #F0AB4A; height:2px; border: 1px inset;
        }


/* --Default Class Settings-- */


a.mainmenu:link, a.mainmenu:visited {
        font-size: 11px;
        color: #F0AB4A;
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        padding: 1px;
        height: 14;
        width: 95%;
        border-top-width: 1px;
        border-top-style: dashed;
        border-top-color: #cccccc;
        }

a.mainmenu:hover {
        font-size: 11px;
        color: #556B2F;
        text-decoration: none;
        font-weight: bold;
        background-color:#F0AB4A;
        height: 14;
        width: 95%;
        padding: 1px;
        border-top-width: 1px;
        border-top-style: dashed;
        border-top-color: #000000
        }
/* Content - Sections & Categories */
.contentpane {


        }

.contentpaneopen {

        }

.contentheading {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
         color: #ffffff
        text-align:left;
        }

.contentdescription {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #ffffff;
        text-align: left;
        }

.pathway {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
         color: #F0AB4A;
        }


/* Links */
a.blogsection:link, a.blogsection:visited {
        color: #F0AB4A; text-decoration: none; font-weight: normal;
        font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
        }

a.blogsection:hover {
        color: #F0AB4A;        text-decoration: none;
        }

a.pathway:link, a.pathway:visited {
        color: #F0AB4A; text-decoration: none; font-weight: normal;        font-size: 9px;
        font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
        }

a.pathway:hover {
        color:#ffffff;
        text-decoration: underline;
        }

a.weblinks:link, a.weblinks:visited {
        color: #F0AB4A; text-decoration: none; font-weight: normal;
        font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
        }

a.weblinks:hover {
        color: #ffffff;        text-decoration: none;
        }

a.readon:link, a.readon:visited {
        color: #F0AB4A; text-decoration: none; font-weight: normal;
        font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        }

a.readon:hover {
        color: #ffffff;
        text-decoration: none;
        }

table.moduletable th {
        font: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #ffffff;
        text-align: left;
        height: 22px;
        line-height: 22px;
        white-space: nowrap;
        width: 100%;

        text-indent: 12px;
        }

table.moduletable {
	margin: 0px 0px 0px 0px;
	width: 95%;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 0px #000000;
	border-bottom: solid 0px #000000;
	}

.componentheading {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
         color: #ffffff;
        text-align:left;
        }

.boxheading {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
         color: #ffffff;
        text-align:left;
        }

.button {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 11px;
        background: #F0AB4A;
        color: #000000;
        border-style: solid;
        border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
        }

.inputbox {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #000000;
        background: #F0AB4A;
        border: 1px solid;
        }

.slogan {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
         color: #F0AB4A;
        }

.searchsite {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: bold;
         color: #ffffff;
        }

/** category text format and links **/
.category {
        color: #F0AB4A; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px; font-weight: bold; text-decoration: none;
        }

a.category:link, a.category:visited {
        color: #F0AB4A; font-weight: bold;
        }

a.category:hover {
        color: #ffffff;
        }

.poll {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #F0AB4A;
        line-height: 14px
        }

.sectiontableentry1 {
        background-color : #000000;
        }

.sectiontableentry2 {
        background-color : #000000;
        }

.sectiontableheader {
        background-color : #F0AB4A;
        color : #000000;
        font-weight : bold;
        }

.small {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #F0AB4A;
        text-decoration: none;
        font-weight: normal;
        }

.createdate {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #F0AB4A;
        text-decoration: none;
        font-weight: normal;
        }

.modifydate {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #F0AB4A;
        text-decoration: none;
        font-weight: normal;
        }

ul {
        margin: 0px 0px 0px 0px;
        }

li {
        list-style: inside url(images/M_images/ROAP_skin.jpg) 3px;
        list-style-image: url(images/M_images/ROAP_skin.jpg);
        }

.fase4rdf {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px; color: #ffffff; font-weight: normal;
        }

a.fase4rdf:link {
        font-size: 11px; font-weight: normal; color: #F0AB4A;
        }

a.fase4rdf:hover {
        font-weight: bold; color: #ffffff;
        }

table.searchintro {
          background-color: #F0AB4A;
        }

table.contact {
        background-color: #000000;
        }

table.contact td.icons {
        background-color: #ffffff;
        }

table.contact td.details {
        background-color: #000000
        font-size: 10px;
        font-weight: bold;
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        color: #ffffff;
        }

externalLinks = function() {
        if (!document.getElementsByTagName) {
                return;
        }
        var anchors = document.getElementsByTagName("a");
        for (var i = 0; i < anchors.length; i++) {
                var anchor = anchors[i];
                if (anchor.getAttribute("href") && 
                                anchor.getAttribute("rel") != null && 
                                (anchor.getAttribute("rel").indexOf("external") >= 0 ||
                                        anchor.getAttribute("rel").indexOf("nofollow") >= 0)
                        ) {
                        anchor.target = "_blank";
                }
        }
}

if (window.addEventListener) {
        window.addEventListener("load", externalLinks, false);
}
else if (window.attachEvent) {
        window.attachEvent("onload", externalLinks);
}


   */
  /*
 body {
    color: green;
 }
  */
Personal tools
Other Sites