|
|
Line 1: |
Line 1: |
- | /* Body */
| + | <style type="text/css"> |
- | BODY {
| + | /* |
- | margin: 0px 0px 0px 0px;
| + | Notes: |
- | | + | -You must log as admin to edit this page |
- | background-color : #7C787A;
| + | -Whatever you enter in this page will be added to the html in the header after the standard style sheet, so you can override styles. |
- | color : ##ABABAB;
| + | -if you want your code to look nice on this page, put a space at the beginning of each line |
- | }
| + | -This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css |
- | | + | |
- | td,tr,p,div {
| + | For example uncomment this next section to turn all the text green: |
- | 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: #F0AB4A; text-decoration: none;
| + | |
- | font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
| + | |
- | }
| + | |
- | | + | |
- | a:hover {
| + | |
- | color: #ffffff; 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/arrow.png) 3px;
| + | |
- | list-style-image: url(images/M_images/arrow.png);
| + | |
- | }
| + | |
- | | + | |
- | .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);
| + | |
- | }
| + | |
- | | + | |
- | | + | |
| */ | | */ |
| /* | | /* |
Line 349: |
Line 13: |
| color: green; | | color: green; |
| } | | } |
- | */ | + | */ |
| + | </style> |
| + | |
| + | <script type="text/javascript"> |
| + | body { |
| + | color:black |
| + | |
| + | </script> |