Header

From Modifieddesign

(Difference between revisions)
 
(46 intermediate revisions not shown)
Line 1: Line 1:
<style type="text/css">
<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
 
-
      - color chart at http://www.december.com/html/spec/colorcodes.html 
 
-
  */
 
-
/*black background */
 
#content {
#content {
-
    margin: 2.2em 0 0 12.2em;
 
-
    padding: 0em 0.5em 0em 0.5em;
 
     background-color: transparent;
     background-color: transparent;
-
     border: 1px solid #ff0099;
+
     border: 2px solid #ff0099;
-
    border-right: none;
+
-
    line-height: 1.5em;
+
-
    position: relative;
+
-
    z-index: 2;
+
}
}
-
/*banner on header */
 
-
/*Black background with white text */
 
body {
body {
     font: x-small sans-serif;
     font: x-small sans-serif;
-
     background: url("http://as6.we1000.com/bg.jpg") 0.8em 0px no-repeat;
+
     background: #ffffff url("http://as6.web1000.com/blank_header.jpg") 0px 0px no-repeat;
-
     color: White;
+
     color: black;
-
    margin: 0;
+
-
    padding: 16.0em 0.2em;
+
}
}
-
.firstHeading { color: White; margin-bottom:0.1em; margin-top:0.1em; background: #000033; text-align:center;}
 
-
h1, h2, h3, h4, h5, h6 {  color: White }
 
-
table {
 
-
    font-size: 100%;
 
-
    background: black;
 
-
}
 
-
/* Non existent links - on page - not red anymore (too gaudy) */
 
-
 
a {
a {
     text-decoration: none;
     text-decoration: none;
-
     color: #B9D3EE;
+
     color: #ff0099 ;
     background: none;
     background: none;
}
}
-
a:visited { color:#B9D3EE; }
+
a:visited { color: #cc0066; }
-
a:active { color: #B9D333; }
+
a:active { color: #ff0099; }
a:hover { text-decoration: underline; }
a:hover { text-decoration: underline; }
-
a.stub { color: #7FFF00; }
+
a.stub { color: #ff0099; }
-
a.new,
+
a.new {font-weight: bold; }
-
.special a.new { color:#7FFFB4; }
+
#p-personal a.new { color:#ff0099; }
-
#p-personal a.new { color: red; }
+
a.new:visited { color:#cc0066; }
-
#p-cactions .new a { color: red; }
+
#p-personal a.new:visited { color:#cc0066; }
-
a.new:visited,
+
#p-cactions .new a { color: #ff0099; }
-
.special a.new:visited,
+
-
#p-personal a.new:visited { color:#B9D3EE; }
+
-
 
+
-
#bodyContent a.external { color:#B9D3EE;  }
+
-
/* this can be used in the content area to switch off
+
-
special external link styling */
+
-
#bodyContent .plainlinks a {
+
-
    background: none !important;
+
-
    padding: 0;
+
-
}
+
-
#preftoc a,
+
-
#preftoc a:active {
+
-
    display: block;
+
-
    color: #be14aa;
+
-
}
+
-
hr {color: B9D3EE;
+
-
    background-color: B9D3EE;
+
-
    border: 0;
+
-
    margin: 0.2em 0 0.2em 0;
+
-
}
+
-
 
+
-
/* gray boxes when displaying pages */
+
-
code { background-color: #0000aa; }
+
-
pre {
+
-
    padding: 1em;
+
-
    border: 1px dashed #2f6fab;
+
-
    color: White;
+
-
    background-color: #000033;
+
-
    line-height: 1.1em;
+
-
}
+
-
/* More black when displaying text */
+
-
fieldset {
+
-
    border: 1px solid #2f6fab;
+
-
    background-color: #000033;
+
-
    margin: 1em 0em 1em 0em;
+
-
    padding: 0em 1em 1em 1em;
+
-
    line-height: 1.5em;
+
-
}
+
-
legend {
+
-
    background: Black;
+
-
    padding: 0.5em;
+
-
    font-size: 95%;
+
-
}
+
-
#contentSub {    color: #000088}
+
-
#catlinks {
+
-
    border:1px solid #aaaaaa;
+
-
    background-color:#000033;
+
-
    padding:5px;
+
-
    margin-top: 1em;
+
-
    clear: both;
+
-
}
+
-
#toc {
+
-
    /*border:1px solid #2f6fab;*/
+
-
    border:1px solid #aaaaaa;
+
-
    background-color:#000033;
+
-
    padding:5px;
+
-
    font-size: 95%;
+
-
}
+
-
/* images */
+
-
div.floatright, table.floatright {
+
-
    clear: right;
+
-
    float: right;
+
-
    position: relative;
+
-
    margin: 0 0 0.5em 0.5em;
+
-
    border: 0
+
-
    background: black;
+
-
/*
+
-
    border: 0.5em solid Black;
+
-
    border-width: 0.5em 0 0.8em 1.4em;
+
-
*/
+
-
}
+
-
div.floatright p { font-style: italic; }
+
-
div.floatleft, table.floatleft {
+
-
    float: left;
+
-
    position: relative;
+
-
    margin: 0 0.5em 0.5em 0;
+
-
    border: 0
+
-
    background: black;
+
-
/*
+
-
    margin: 0.3em 0.5em 0.5em 0;
+
-
    border: 0.5em solid Black;
+
-
    border-width: 0.5em 1.4em 0.8em 0;
+
-
*/
+
-
}
+
-
div.floatleft p { font-style: italic; }
+
-
/* thumbnails */
+
-
div.thumb {
+
-
    margin-bottom: 0.5em;
+
-
    border-style: solid; border-color: black;
+
-
    background-color: 000033;
+
-
   
+
-
    width: auto;
+
-
}
+
-
div.thumb div {
+
-
    border:1px solid #cccccc;
+
-
    padding: 3px !important;
+
-
    background-color:#000033;
+
-
    font-size: 94%;
+
-
    text-align: center;
+
-
    overflow: hidden;
+
-
}
+
-
/*
+
-
** edit views etc
+
-
*/
+
-
.special li {
+
-
    line-height: 1.4em;
+
-
    margin: 0;
+
-
    padding: 0;
+
-
}
+
-
 
+
/* Page history styling */
/* Page history styling */
-
/* the auto-generated edit comments */
+
#pagehistory a {color:#ff0099;  
-
.autocomment { color: gray; }
+
-
#pagehistory span.user {
+
-
    margin-left: 1.4em;
+
-
    margin-right: 0.4em;
+
}
}
-
#pagehistory span.minor { font-weight: bold; }
 
-
#pagehistory li { border: 1px solid White; }
 
-
#pagehistory li.selected {
 
-
    background-color:#000088;
 
-
    border:1px dashed #aaaaaa;
 
-
}
 
-
/*
 
-
** Diff rendering
 
-
*/
 
-
table.diff { background:black; }
 
-
td.diff-otitle { background:#000000; }
 
-
td.diff-ntitle { background:#000000; }
 
-
td.diff-addedline {
 
-
    background:#000088;
 
-
    font-size: smaller;
 
-
}
 
-
td.diff-deletedline {
 
-
    background:#000033;
 
-
    font-size: smaller;
 
-
}
 
-
td.diff-context {
 
-
    background:#000055;
 
-
    font-size: smaller;
 
-
}
 
-
span.diffchange { color: #7FFFDF; font-weight: bold; }
 
-
 
-
 
-
form {
 
-
    background: Black;
 
-
    border: none;
 
-
    margin: 0;
 
-
}
 
-
table.gallery {
 
-
border:  3px solid #c2c2c2;
 
-
margin:  2px;
 
-
padding: 2px;
 
-
background-color:#000000;
 
-
}
 
-
table.gallery td {
 
-
vertical-align:top;
 
-
background-color:#191970;
 
-
border: solid 2px #c2c2c2;
 
-
}
 
-
 
-
/*height, bkg of nav bar */
 
-
#column-one { padding-top: 30px;
 
-
    background: url("http://www.editthis.info/spira/images/spira/8/8c/Concert.jpg")0px 30px no-repeat ;
 
-
}
 
-
 
/*navbar style: black background, gray line items, white text... */
/*navbar style: black background, gray line items, white text... */
-
.portlet h6,h5,h4 {color:white;}
+
.portlet h6,h5,h4 {color:black;}
.pBody {
.pBody {
     font-size: 95%;
     font-size: 95%;
-
     background: #000033  ;
+
     background: #ffffff;
     border-collapse: collapse;
     border-collapse: collapse;
-
     border: 5px solid #B9D3EE;
+
     border: 2px solid #000000;
-
    padding: 0 0.8em 0.3em 0.5em;
+
}
}
.portlet li {
.portlet li {
     padding: 0;
     padding: 0;
     margin: 0;
     margin: 0;
-
     background: #000033;
+
     background: #ffffff;
}
}
-
.portlet a {color:#B9D3EE;}
+
.portlet a {color:#ff0099;}
#p-search .pBody {
#p-search .pBody {
     text-align: center;
     text-align: center;
-
     background: #104E8B;
+
     background: #ffffff;
}
}
-
 
/* quickbar: article, edit, ... watch tags */
/* quickbar: article, edit, ... watch tags */
#p-cactions {
#p-cactions {
     position:absolute;
     position:absolute;
-
    top: 15.0em;
 
-
    left: 10;
 
     margin: 0;
     margin: 0;
     white-space:nowrap;
     white-space:nowrap;
Line 259: Line 64:
#p-cactions li {
#p-cactions li {
     display: inline;
     display: inline;
-
     border: 3px solid #aaaaaa;
+
     border: 2px solid #ff0099;
     border-bottom: none;
     border-bottom: none;
-
    padding: 0 0 0.1em 0;
 
-
    margin: 0 0.3em 0 0;
 
     overflow: visible;
     overflow: visible;
-
     background: #B9D3EE;
+
     background: #ffffff;
}
}
#p-cactions li.selected {
#p-cactions li.selected {
-
     border-color: #C6E2FF;
+
     border-color: #000000;
     padding: 0 0 0.2em 0;
     padding: 0 0 0.2em 0;
}
}
#p-cactions li a {
#p-cactions li a {
-
     background-color: #c2c2c2;
+
     background-color: #ffffff;
-
     color: #002bb8;
+
     color: #000000;
     border: none;
     border: none;
-
    padding: 0 0.8em 0.3em 0.8em;
 
     text-decoration: none;
     text-decoration: none;
     text-transform: lowercase;
     text-transform: lowercase;
Line 281: Line 83:
     margin: 0;
     margin: 0;
}
}
-
/*user bar */
+
/* Non existent links - on page - not red anymore (too gaudy) */
-
#p-personal {
+
 
-
     width:100%;
+
a {
-
    white-space:nowrap;
+
     text-decoration: none;
-
     padding: 0;
+
     color: #ff0099;
-
    margin: 0;
+
-
    position:absolute;
+
-
    left: 40 px;
+
-
    top:2em;
+
-
    z-index: 0;
+
-
    border: none;
+
     background: none;
     background: none;
-
    overflow: visible;
 
-
    line-height: 1.2em;
 
-
}
 
-
#p-personal li {
 
-
    z-index:0;
 
-
    border:none;
 
-
    padding:0;
 
-
    display: inline;
 
-
    color: #2f6fab;
 
-
    margin-left: 1em;
 
-
    line-height: 1.2em;
 
-
    background: #c2c2c2;
 
}
}
/* footer needs to be black too */
/* footer needs to be black too */
#footer {
#footer {
-
     background-color: black;
+
     background-color: #ffffff;
-
     border-top: 1px solid #fabd23;
+
     border-top: 2px solid #000000;
-
     border-bottom: 1px solid #fabd23;
+
     border-bottom: 2px solid #000000;
-
     margin: 0.6em 0em 1em 0em;
+
     border-left: 2px solid #000000;
-
     padding: 0.4em 0em 1.2em 0em;
+
     border-right: 2px solid #000000;
     text-align: center;
     text-align: center;
     font-size: 90%;
     font-size: 90%;
 +
}
 +
#bodyContent a.external { color:#ff0099;  }
 +
/* this can be used in the content area to switch off
 +
special external link styling */
 +
#bodyContent .plainlinks a {
 +
    background: none !important;
 +
    padding: 0;
 +
}
 +
/* gray boxes when displaying pages */
 +
code { background-color: #ffffff; }
 +
pre {
 +
    padding: 1em;
 +
    border: 1px solid #cccccc;
 +
    color: #000000;
 +
    background-color: #ffffff;
 +
    line-height: 1.1em;
 +
}
 +
/* More black when displaying text */
 +
fieldset {
 +
    border: 1px solid #ff0099;
 +
    background-color: #ffffff;
 +
    margin: 1em 0em 1em 0em;
 +
    padding: 0em 1em 1em 1em;
 +
    line-height: 1.5em;
 +
}
 +
legend {
 +
    background: #ffffff;
 +
    padding: 0.5em;
 +
    font-size: 95%;
 +
}
 +
#contentSub {    color: #000000}
 +
#catlinks {
 +
    border:1px solid #cccccc;
 +
    background-color:#ffffff;
 +
    padding:5px;
 +
    margin-top: 1em;
 +
    clear: both;
 +
}
 +
#toc {
 +
    border:1px solid #cccccc;
 +
    background-color:#ffffff;
 +
    padding:5px;
 +
    font-size: 95%;
}
}
</style>
</style>
-
 
-
<plain_html>
 
-
<br>
 
-
</plain_html>
 

Current revision as of 23:17, 22 November 2006

<style type="text/css">

  1. content {
   background-color: transparent;
   border: 2px solid #ff0099;

} body {

   font: x-small sans-serif;
   background: #ffffff url("blank_header.jpg") 0px 0px no-repeat;
   color: black;

} a {

   text-decoration: none;
   color: #ff0099	;
   background: none;

} a:visited { color: #cc0066; } a:active { color: #ff0099; } a:hover { text-decoration: underline; } a.stub { color: #ff0099; } a.new {font-weight: bold; }

  1. p-personal a.new { color:#ff0099; }

a.new:visited { color:#cc0066; }

  1. p-personal a.new:visited { color:#cc0066; }
  2. p-cactions .new a { color: #ff0099; }

/* Page history styling */

  1. pagehistory a {color:#ff0099;

} /*navbar style: black background, gray line items, white text... */

.portlet h6,h5,h4 {color:black;}

.pBody {

   font-size: 95%;
   background: #ffffff;
   border-collapse: collapse;
   border: 2px solid #000000;

} .portlet li {

   padding: 0;
   margin: 0;
   background: #ffffff;

} .portlet a {color:#ff0099;}

  1. p-search .pBody {
   text-align: center;
   background: #ffffff;

} /* quickbar: article, edit, ... watch tags */

  1. p-cactions {
   position:absolute;
   margin: 0;
   white-space:nowrap;
   width: 76%;
   line-height: 1.1em;
   overflow: visible;
   background: none;
   border-collapse: collapse;
   padding-left: 1em;
   list-style: none;
   font-size: 95%;

}

  1. p-cactions li {
   display: inline;
   border: 2px solid #ff0099;
   border-bottom: none;
   overflow: visible;
   background: #ffffff;

}

  1. p-cactions li.selected {
   border-color: #000000;
   padding: 0 0 0.2em 0;

}

  1. p-cactions li a {
   background-color: #ffffff;
   color: #000000;
   border: none;
   text-decoration: none;
   text-transform: lowercase;
   position: relative;
   z-index: 0;
   margin: 0;

} /* Non existent links - on page - not red anymore (too gaudy) */

a {

   text-decoration: none;
   color: #ff0099;
   background: none;

} /* footer needs to be black too */

  1. footer {
   background-color: #ffffff;
   border-top: 2px solid #000000;
   border-bottom: 2px solid #000000;
   border-left: 2px solid #000000;
   border-right: 2px solid #000000;
   text-align: center;
   font-size: 90%;

}

  1. bodyContent a.external { color:#ff0099; }

/* this can be used in the content area to switch off special external link styling */

  1. bodyContent .plainlinks a {
   background: none !important;
   padding: 0;

} /* gray boxes when displaying pages */ code { background-color: #ffffff; } pre {

   padding: 1em;
   border: 1px solid #cccccc;
   color: #000000;
   background-color: #ffffff;
   line-height: 1.1em;

} /* More black when displaying text */ fieldset {

   border: 1px solid #ff0099;
   background-color: #ffffff;
   margin: 1em 0em 1em 0em;
   padding: 0em 1em 1em 1em;
   line-height: 1.5em;

} legend {

   background: #ffffff;
   padding: 0.5em;
   font-size: 95%;

}

  1. contentSub { color: #000000}
  2. catlinks {
   border:1px solid #cccccc;
   background-color:#ffffff;
   padding:5px;
   margin-top: 1em;
   clear: both;

}

  1. toc {
   border:1px solid #cccccc;
   background-color:#ffffff;
   padding:5px;
   font-size: 95%;

} </style>

Personal tools