Header
From Shark Lair
(121 intermediate revisions not shown) | |||
Line 14: | Line 14: | ||
} | } | ||
*/ | */ | ||
+ | |||
+ | /*Sfondo Nero */ | ||
+ | #content { | ||
+ | |||
+ | background-color: transparent; | ||
+ | border: 1px solid #aaaaaa; | ||
+ | |||
+ | } | ||
+ | |||
+ | /*Sfondo Nero con scritte verdi (corpo della pagina) */ | ||
body { | body { | ||
- | background: # | + | background: Black url("http://www.webalice.it/dark.shark/banner_black.gif") 0.8em 0px no-repeat; |
- | color: black; | + | color: #00FF00; |
- | } | + | margin: 0; |
- | </style> | + | padding: 17.0em 0.2em; |
+ | } | ||
+ | |||
+ | /*Colore e sfondo del titolo generale della pagina*/ | ||
+ | .firstHeading { | ||
+ | color: #00FF00; | ||
+ | margin-bottom:0.1em; | ||
+ | margin-top:0.1em; | ||
+ | background: #000000; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | /*Colore e stile dei titoli e sottotitoli (paragrafi ecc)*/ | ||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | color: #00FF00; | ||
+ | } | ||
+ | /*Elemento ancora misterioso*/ | ||
+ | table { | ||
+ | font-size: 100%; | ||
+ | background: black; | ||
+ | } | ||
+ | |||
+ | /*Colore dei link */ | ||
+ | a { | ||
+ | text-decoration: none; | ||
+ | color: #7070FF; | ||
+ | background: none; | ||
+ | } | ||
+ | a:visited { color:#9090D0; } | ||
+ | a:active { color: #FF4040; } | ||
+ | a:hover { text-decoration: underline; } | ||
+ | a.stub { color: #974253; } | ||
+ | a.new, | ||
+ | .special a.new { color:#FF4040; } | ||
+ | #p-personal a.new { color: red; } | ||
+ | #p-cactions .new a { color: red; } | ||
+ | a.new:visited, | ||
+ | .special a.new:visited, | ||
+ | #p-personal a.new:visited { color:#9090D0; } | ||
+ | |||
+ | #bodyContent a.external { color:#9090D0; } | ||
+ | /* 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 */ | ||
+ | /* the auto-generated edit comments */ | ||
+ | .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 ; | ||
+ | } | ||
+ | |||
+ | /*Impostazioni della barra dei menu di sinistra*/ | ||
+ | |||
+ | /* La caratteristica .portlet è relativa ai titoli sopra ai box della colonna di sinistra*/ | ||
+ | .portlet h6,h5,h4 {color:green;} | ||
+ | |||
+ | /* La caratteristica p.Body è relativa alla formattazione dei box del menu di sinistra*/ | ||
+ | .pBody { | ||
+ | font-size: 95%; | ||
+ | background: #000000 ; | ||
+ | border-collapse: collapse; | ||
+ | border: 2px solid #B9D3EE; | ||
+ | padding: 0 0.8em 0.3em 0.5em; | ||
+ | } | ||
+ | |||
+ | /* La caratteristica .portlet li è relativa alla formattazione del testo contenuto nei box del menu di sinistra*/ | ||
+ | .portlet li { | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | background: #000000; | ||
+ | } | ||
+ | /* .portlet a indica probabilmente il colore dei link (quindi tutte le scritte) contenuti nei box di sinistra*/ | ||
+ | .portlet a {color:#00FF00;} | ||
+ | |||
+ | /* Formattazione del box "cerca" del menu di sinistra*/ | ||
+ | #p-search .pBody { | ||
+ | text-align: center; | ||
+ | background: #000000; | ||
+ | } | ||
+ | |||
+ | /* Formattazione dei pulsanti della quickbar: article, discussion, edit, ... watch tags */ | ||
+ | |||
+ | #p-cactions { | ||
+ | position:absolute; | ||
+ | top: 15.0em; | ||
+ | left: 10; | ||
+ | margin: 1; | ||
+ | white-space:nowrap; | ||
+ | width: 76%; | ||
+ | line-height: 1.1em; | ||
+ | overflow: visible; | ||
+ | background: #000000; | ||
+ | border-collapse: collapse; | ||
+ | padding-left: 1em; | ||
+ | list-style: none; | ||
+ | font-size: 95%; | ||
+ | } | ||
+ | #p-cactions li { | ||
+ | display: inline; | ||
+ | border: 2px solid #B9D3EE; | ||
+ | border-bottom: 2px solid #B9D3EE; | ||
+ | padding: 0 0 0.1em 0; | ||
+ | margin: 0 0.3em 0 0; | ||
+ | overflow: visible; | ||
+ | background: #000000; | ||
+ | } | ||
+ | #p-cactions li.selected { | ||
+ | border-color: #B9D3EE; | ||
+ | padding: 0 0 0.1em 0; | ||
+ | } | ||
+ | #p-cactions li a { | ||
+ | background-color: #000000; | ||
+ | color: #00FF00; | ||
+ | border: none | ||
+ | padding: 0 0.8em 0.3em 0.8em; | ||
+ | text-decoration: none; | ||
+ | text-transform: lowercase; | ||
+ | position: relative; | ||
+ | z-index: 0; | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | /*Formattazione dei pulsanti della user bar: nome, le mie discussioni, preferenze ecc.. */ | ||
+ | #p-personal { | ||
+ | position:absolute; | ||
+ | top: 1.0em; | ||
+ | left: 0px; | ||
+ | margin: 1; | ||
+ | white-space:nowrap; | ||
+ | width: 100%; | ||
+ | line-height: 1.1em; | ||
+ | overflow: visible; | ||
+ | background: #000000; | ||
+ | border-collapse: collapse; | ||
+ | padding-left: 1em; | ||
+ | list-style: none; | ||
+ | font-size: 95%; | ||
+ | } | ||
+ | #p-personal li { | ||
+ | display: inline; | ||
+ | border: 2px solid #B9D3EE; | ||
+ | border-bottom: 2px solid #B9D3EE; | ||
+ | padding: 0 0 0.1em 0; | ||
+ | margin: 0 0.3em 0 0; | ||
+ | overflow: visible; | ||
+ | background: #000000; | ||
+ | } | ||
+ | #p-personal li.selected { | ||
+ | border-color: #B9D3EE; | ||
+ | padding: 0 0 0.1em 0; | ||
+ | } | ||
+ | #p-personal li a{ | ||
+ | background-color: #000000; | ||
+ | color: #00FF00; | ||
+ | border: none | ||
+ | padding: 0 0.8em 0.3em 0.8em; | ||
+ | text-decoration: none; | ||
+ | text-transform: lowercase; | ||
+ | position: relative; | ||
+ | z-index: 0; | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | /* footer needs to be black too */ | ||
+ | #footer { | ||
+ | background-color: black; | ||
+ | border-top: 2px solid #B9D3EE;; | ||
+ | border-bottom: 2px solid #B9D3EE;; | ||
+ | margin: 0.6em 0em 1em 0em; | ||
+ | padding: 0.4em 0em 1.2em 0em; | ||
+ | text-align: center; | ||
+ | font-size: 90%; | ||
+ | } | ||
+ | </style> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
//Feel free to add your javascript code here. | //Feel free to add your javascript code here. | ||
- | + | <!-- | |
+ | |||
+ | // sample javascript function that displays an alert box | ||
+ | function test() { | ||
+ | alert("Yes, my user.js javascript file is working!"); | ||
+ | } | ||
+ | |||
+ | //put your addtional javascript code here ... | ||
+ | |||
+ | //--> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </script> |
Current revision as of 17:14, 9 October 2006
<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; } */
/*Sfondo Nero */
- content {
background-color: transparent; border: 1px solid #aaaaaa;
}
/*Sfondo Nero con scritte verdi (corpo della pagina) */ body {
background: Black url("") 0.8em 0px no-repeat; color: #00FF00; margin: 0; padding: 17.0em 0.2em;
}
/*Colore e sfondo del titolo generale della pagina*/ .firstHeading {
color: #00FF00; margin-bottom:0.1em; margin-top:0.1em; background: #000000; text-align:center;
}
/*Colore e stile dei titoli e sottotitoli (paragrafi ecc)*/ h1, h2, h3, h4, h5, h6 {
color: #00FF00;
} /*Elemento ancora misterioso*/ table {
font-size: 100%; background: black;
}
/*Colore dei link */ a {
text-decoration: none; color: #7070FF; background: none;
} a:visited { color:#9090D0; } a:active { color: #FF4040; } a:hover { text-decoration: underline; } a.stub { color: #974253; } a.new, .special a.new { color:#FF4040; }
- p-personal a.new { color: red; }
- p-cactions .new a { color: red; }
a.new:visited, .special a.new:visited,
- p-personal a.new:visited { color:#9090D0; }
- bodyContent a.external { color:#9090D0; }
/* 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 */ /* the auto-generated edit comments */ .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("")0px 30px no-repeat ; }
/*Impostazioni della barra dei menu di sinistra*/
/* La caratteristica .portlet è relativa ai titoli sopra ai box della colonna di sinistra*/
.portlet h6,h5,h4 {color:green;}
/* La caratteristica p.Body è relativa alla formattazione dei box del menu di sinistra*/
.pBody {
font-size: 95%; background: #000000 ; border-collapse: collapse; border: 2px solid #B9D3EE; padding: 0 0.8em 0.3em 0.5em;
}
/* La caratteristica .portlet li è relativa alla formattazione del testo contenuto nei box del menu di sinistra*/
.portlet li {
padding: 0; margin: 0; background: #000000;
}
/* .portlet a indica probabilmente il colore dei link (quindi tutte le scritte) contenuti nei box di sinistra*/
.portlet a {color:#00FF00;}
/* Formattazione del box "cerca" del menu di sinistra*/
- p-search .pBody {
text-align: center; background: #000000;
}
/* Formattazione dei pulsanti della quickbar: article, discussion, edit, ... watch tags */
- p-cactions {
position:absolute; top: 15.0em; left: 10; margin: 1; white-space:nowrap; width: 76%; line-height: 1.1em; overflow: visible; background: #000000; border-collapse: collapse; padding-left: 1em; list-style: none; font-size: 95%;
}
- p-cactions li {
display: inline; border: 2px solid #B9D3EE; border-bottom: 2px solid #B9D3EE; padding: 0 0 0.1em 0; margin: 0 0.3em 0 0; overflow: visible; background: #000000;
}
- p-cactions li.selected {
border-color: #B9D3EE; padding: 0 0 0.1em 0;
}
- p-cactions li a {
background-color: #000000; color: #00FF00; border: none padding: 0 0.8em 0.3em 0.8em; text-decoration: none; text-transform: lowercase; position: relative; z-index: 0; margin: 0;
}
/*Formattazione dei pulsanti della user bar: nome, le mie discussioni, preferenze ecc.. */
- p-personal {
position:absolute; top: 1.0em; left: 0px; margin: 1; white-space:nowrap; width: 100%; line-height: 1.1em; overflow: visible; background: #000000; border-collapse: collapse; padding-left: 1em; list-style: none; font-size: 95%;
}
- p-personal li {
display: inline; border: 2px solid #B9D3EE; border-bottom: 2px solid #B9D3EE; padding: 0 0 0.1em 0; margin: 0 0.3em 0 0; overflow: visible; background: #000000;
}
- p-personal li.selected {
border-color: #B9D3EE; padding: 0 0 0.1em 0;
}
- p-personal li a{
background-color: #000000; color: #00FF00; border: none padding: 0 0.8em 0.3em 0.8em; text-decoration: none; text-transform: lowercase; position: relative; z-index: 0; margin: 0;
}
/* footer needs to be black too */
- footer {
background-color: black; border-top: 2px solid #B9D3EE;; border-bottom: 2px solid #B9D3EE;; margin: 0.6em 0em 1em 0em; padding: 0.4em 0em 1.2em 0em; text-align: center; font-size: 90%;
} </style>
<script type="text/javascript"> //Feel free to add your javascript code here.
</script>