Header
From Star Trek Hood
(10 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | |||
- | |||
- | |||
<style type="text/css"> | <style type="text/css"> | ||
- | /* This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css */ | + | /* |
+ | Notes: | ||
+ | -You must log as admin to edit this page | ||
+ | -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. | ||
+ | -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 | ||
+ | |||
+ | For example uncomment this next section to turn all the text green: | ||
+ | */ | ||
+ | /* | ||
body { | body { | ||
- | |||
color: green; | color: green; | ||
- | |||
- | |||
} | } | ||
+ | */ | ||
</style> | </style> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | BODY { | ||
+ | |||
+ | margin: 0px 0px 0px 0px; | ||
+ | |||
+ | background-color : #000066; | ||
+ | color : ##00FF00; | ||
+ | } | ||
+ | |||
+ | td,tr,p,div { | ||
+ | font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; | ||
+ | font-size: 11px; | ||
+ | color: #FFFF33; | ||
+ | } | ||
+ | |||
+ | h4 { | ||
+ | color: #FFFF33; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; | ||
+ | font-size: 16px; font-weight: bold; | ||
+ | } | ||
+ | |||
+ | h5 { | ||
+ | color: #FFFF33; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; | ||
+ | font-size: 14px; font-weight: bold; | ||
+ | } | ||
+ | |||
+ | h6 { | ||
+ | color: #FFFF33; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; | ||
+ | font-size: 12px; font-weight: bold; | ||
+ | } | ||
+ | |||
+ | /* Links */ | ||
+ | a:link, a:visited { | ||
+ | font-size: 12px; color: #FFFFFF; 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; | ||
+ | } | ||
+ | /* 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); | ||
+ | } | ||
+ | |||
+ | |||
+ | </script> |
Current revision as of 18:23, 2 January 2008
<style type="text/css"> /* Notes: -You must log as admin to edit this page -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. -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 For example uncomment this next section to turn all the text green: */ /* body { color: green; } */ </style>
<script type="text/javascript"> BODY {
margin: 0px 0px 0px 0px;
background-color : #000066; color : ##00FF00; }
td,tr,p,div { font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFF33; }
h4 {
color: #FFFF33; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; }
h5 {
color: #FFFF33; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; }
h6 {
color: #FFFF33; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
/* Links */ a:link, a:visited {
font-size: 12px; color: #FFFFFF; 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; }
/* 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);
}
</script>