|
|
Regel 1: |
Regel 1: |
− | /* css Zen Garden submission 074 - 'Egyptian Dawn' by James Abbott - http://www.ja-consultancy.co.uk/ */
| |
− | /* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ */
| |
| | | |
− |
| |
− |
| |
− | /* basic elements */
| |
− | body {
| |
− | font-size: 8pt;
| |
− | font-family: verdana, sans-serif;
| |
− | color: #6B441A;
| |
− | background: #BB8855 url(http://jeluf.mormo.org/images/border.jpg) no-repeat top left;
| |
− | margin: 0px;
| |
− | }
| |
− | p {
| |
− | margin-top: 0px;
| |
− | }
| |
− | a:link {
| |
− | text-decoration: none;
| |
− | color: #995522;
| |
− | font-weight: bold;
| |
− | }
| |
− | a:visited {
| |
− | text-decoration: none;
| |
− | color: #995522;
| |
− | font-weight: bold;
| |
− | }
| |
− | a:hover, a:active {
| |
− | text-decoration: underline;
| |
− | color: #995522;
| |
− | font-weight: bold;
| |
− | }
| |
− | a.new {
| |
− | color: #FF8000;
| |
− | }
| |
− |
| |
− | #globalWrapper{
| |
− | position: absolute;
| |
− | top: 40px;
| |
− | left: 225px;
| |
− | border: 0px solid #000000;
| |
− | padding: 10px 10px 10px 10px;
| |
− | margin: 0px;
| |
− | background: #FFFFD0;
| |
− | color: #000000;
| |
− | }
| |
− |
| |
− |
| |
− | .ns-0 #globalWrapper {
| |
− | background: #FFFFF0;
| |
− | }
| |
− |
| |
− |
| |
− | #footer {
| |
− | position: relative;
| |
− | top: 20px;
| |
− | left: 100px;
| |
− | width: 370px;
| |
− | border: 0px solid #000000;
| |
− | margin: 0px;
| |
− | padding: 5px;
| |
− | text-align: center;
| |
− | }
| |
− |
| |
− | #column-one {
| |
− | position: absolute;
| |
− | top: 20px;
| |
− | left: -180px;
| |
− | border: 0px solid #000000;
| |
− | width: 180px;
| |
− | margin: 0px;
| |
− | padding: 0px;
| |
− | background: url(http://jeluf.mormo.org/images/listheader.gif) no-repeat top center;
| |
− | }
| |
− |
| |
− | #p-cactions {
| |
− | position: relative;
| |
− | font-family: verdana, sans-serif;
| |
− | padding: 100px 0px 0px 0px;
| |
− | margin: 0px 0px 0px 0px;
| |
− | border: 0px solid #AA7744;
| |
− | }
| |
− |
| |
− | #column-one a:link {
| |
− | color: #F0E060;
| |
− | }
| |
− |
| |
− | #column-one a:visited {
| |
− | color: #F0E060;
| |
− | }
| |
− |
| |
− |
| |
− | #column-one a:hover {
| |
− | color: #FFFF00;
| |
− | text-decoration: underline;
| |
− | }
| |
− |
| |
− | /*--------------------------------------------------------------------*/
| |
− | .visualClear { clear: both; }
| |
− |
| |
− | table {
| |
− | font-size: 100%;
| |
− | background: White;
| |
− | }
| |
− |
| |
− | img {
| |
− | border: none;
| |
− | vertical-align: middle;
| |
− | }
| |
− |
| |
− | p {
| |
− | margin: 0.4em 0em 0.7em 0em;
| |
− | line-height: 1.5em;
| |
− | }
| |
− |
| |
− | p img { margin: 0; }
| |
− |
| |
− | hr {
| |
− | height: 1px;
| |
− | color: #aaaa55;
| |
− | background-color: #aaaa55;
| |
− | border: 0;
| |
− | margin: 0.2em 0 0.2em 0;
| |
− | }
| |
− |
| |
− | /*----------------------------------------------------------------------------*/
| |
− |
| |
− | h1, h2, h3, h4, h5, h6 {
| |
− | color: Black;
| |
− | background: none;
| |
− | font-weight: normal;
| |
− | margin: 0;
| |
− | padding-top: 0.5em;
| |
− | padding-bottom: 0.17em;
| |
− | border-bottom: 1px solid #aaaa55;
| |
− | }
| |
− | h1 { font-size: 188%; }
| |
− | h2 { font-size: 150%; }
| |
− | h3, h4, h5, h6 {
| |
− | border-bottom: none;
| |
− | font-weight: bold;
| |
− | }
| |
− | h3 { font-size: 132%; }
| |
− | h4 { font-size: 116%; }
| |
− | h5 { font-size: 100%; }
| |
− | h6 { font-size: 80%; }
| |
− |
| |
− | /*----------------------------------------------------------*/
| |
− |
| |
− | fieldset {
| |
− | border: 1px solid #aaaa55;
| |
− | margin: 1em 0em 1em 0em;
| |
− | padding: 0em 1em 1em 1em;
| |
− | line-height: 1.5em;
| |
− | }
| |
− | legend {
| |
− | background: White;
| |
− | padding: 0.5em;
| |
− | font-size: 95%;
| |
− | }
| |
− | form {
| |
− | border: none;
| |
− | margin: 0;
| |
− | }
| |
− |
| |
− | textarea {
| |
− | border: 1px solid #aaaa55;
| |
− | color: Black;
| |
− | background-color: #ffffe0;
| |
− | width: 100%;
| |
− | padding: 0.1em;
| |
− | overflow: auto;
| |
− | }
| |
− |
| |
− | /* hide this from ie/mac and konq2.2 */
| |
− | @media All {
| |
− | head:first-child+body input {
| |
− | visibility: visible;
| |
− | border: 1px solid #aaaa55;
| |
− | color: Black;
| |
− | background-color: white;
| |
− | vertical-align: middle;
| |
− | padding: 0.2em;
| |
− | }
| |
− | }
| |
− | input.historysubmit {
| |
− | padding: 0 0.3em 0.3em 0.3em !important;
| |
− | font-size: 94%;
| |
− | cursor: pointer;
| |
− | height: 1.7em !important;
| |
− | margin-left: 1.6em;
| |
− | }
| |
− | input[type="radio"],
| |
− | input[type="checkbox"] { border:none; }
| |
− | select {
| |
− | border: 1px solid #aaaa55;
| |
− | color: Black;
| |
− | vertical-align: top;
| |
− | }
| |
− |
| |
− | /*-----------------------------------------------------------------------*/
| |
− | pre {
| |
− | padding: 1em;
| |
− | border: 1px dashed #aaaa55;
| |
− | color: Black;
| |
− | background-color: #ffffe0;
| |
− | line-height: 1em;
| |
− | }
| |
− |
| |
− | /*------------------------------------------------------------------------*/
| |
− | .usermessage {
| |
− | background-color: #ffce7b;
| |
− | border: 1px solid #ffa500;
| |
− | color: Black;
| |
− | font-weight: bold;
| |
− | margin: 2em 0em 1em 0em;
| |
− | padding: 0.5em 1em;
| |
− | vertical-align: middle;
| |
− | }
| |
− | .error {
| |
− | color: red;
| |
− | font-size: larger;
| |
− | }
| |
− |
| |
− | /*------------------------------------------------------------------------*/
| |
− |
| |
− | #catlinks {
| |
− | border:1px solid #aaaa55;
| |
− | background-color:#ffffe0;
| |
− | padding:5px;
| |
− | margin-top: 1em;
| |
− | }
| |
− |
| |
− | /* emulate center */
| |
− | .center {
| |
− | width: 100%;
| |
− | text-align: center;
| |
− | }
| |
− | *.center * {
| |
− | margin-left: auto;
| |
− | margin-right: auto;
| |
− | }
| |
− |
| |
− | /*------------------------------------------------------------------------*/
| |
− |
| |
− | /*
| |
− | ** content styles
| |
− | */
| |
− |
| |
− | #toc {
| |
− | /*border:1px solid #2f6fab;*/
| |
− | border:1px solid #aaaaaa;
| |
− | background-color:#f9f9f0;
| |
− | padding:5px;
| |
− | font-size: 95%;
| |
− | }
| |
− | #toc .tocindent { margin-left: 2em; }
| |
− | #toc .tocline { margin-bottom: 0px; }
| |
− | #toc p { margin: 0 }
| |
− | #toc .toctoggle { font-size: 94%; }
| |
− | #toc .editsection {
| |
− | margin-top: 0.7em;
| |
− | font-size: 94%;
| |
− | }
| |
− |
| |
− | /* images */
| |
− | div.floatright {
| |
− | float: right;
| |
− | margin: 0;
| |
− | position:relative;
| |
− | border: 0.5em solid White;
| |
− | border-width: 0.5em 0 0.8em 1.4em;
| |
− | }
| |
− | div.floatright p { font-style: italic;}
| |
− | div.floatleft {
| |
− | float: left;
| |
− | margin: 0.3em 0.5em 0.5em 0;
| |
− | position:relative;
| |
− | border: 0.5em solid White;
| |
− | 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: White;
| |
− | width: auto;
| |
− | overflow: hidden;
| |
− | }
| |
− | div.thumb div {
| |
− | border:1px solid #aaaa55;
| |
− | padding: 3px !important;
| |
− | background-color:#f9f9f0;
| |
− | font-size: 94%;
| |
− | text-align: center;
| |
− | }
| |
− | div.thumb div a img {
| |
− | border:1px solid #cccccc;
| |
− | }
| |
− | div.thumb div div.thumbcaption {
| |
− | border: none;
| |
− | text-align: left;
| |
− | padding: 0.3em 0 0.1em 0;
| |
− | }
| |
− | div.magnify {
| |
− | float: right;
| |
− | border: none !important;
| |
− | background: none !important;
| |
− | }
| |
− | div.magnify a, div.magnify img {
| |
− | display: block;
| |
− | border: none !important;
| |
− | background: none !important;
| |
− | }
| |
− | div.tright {
| |
− | float: right;
| |
− | border-width: 0.5em 0 0.8em 1.4em;
| |
− | }
| |
− | div.tleft {
| |
− | float: left;
| |
− | margin-right:0.5em;
| |
− | border: 0.5em 1.4em 0.8em 0;
| |
− | }
| |
− |
| |
− | .urlexpansion,
| |
− | .hiddenStructure {
| |
− | display: none;
| |
− | }
| |
− | img.tex { vertical-align: middle; }
| |
− | span.texhtml { font-family: serif; }
| |
− |
| |
− | /*------------------------------------------------------------------------------------*/
| |
− | /*
| |
− | ** User styles
| |
− | */
| |
− |
| |
− | /* table standards */
| |
− | table.rimage {
| |
− | float:right;
| |
− | width:1pt;
| |
− | position:relative;
| |
− | margin-left:1em;
| |
− | margin-bottom:1em;
| |
− | text-align:center;
| |
− | }
| |
− | .toccolours {
| |
− | border:1px solid #aaaa55;
| |
− | background-color:#f9f9f0;
| |
− | padding:5px;
| |
− | font-size: 95%;
| |
− | }
| |
− | div.townBox {
| |
− | position:relative;
| |
− | float:right;
| |
− | background:White;
| |
− | margin-left:1em;
| |
− | border: 1px solid #aaaa55;
| |
− | padding:0.3em;
| |
− | width: 200px;
| |
− | overflow: hidden;
| |
− | clear: right;
| |
− | }
| |
− | div.townBox dl {
| |
− | padding: 0;
| |
− | margin: 0 0 0.3em 0;
| |
− | font-size: 96%;
| |
− | }
| |
− | div.townBox dl dt {
| |
− | background: none;
| |
− | margin: 0.4em 0 0 0;
| |
− | }
| |
− | div.townBox dl dd {
| |
− | margin: 0.1em 0 0 1.1em;
| |
− | background-color: #f3f3e0;
| |
− | }
| |
− |
| |
− | /*
| |
− | ** 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:#f9f9f0;
| |
− | border:1px dashed #aaaa55;
| |
− | }
| |
− | /*
| |
− | ** Diff rendering
| |
− | */
| |
− | table.diff { background:white; }
| |
− | td.diff-otitle { background:#ffffff; }
| |
− | td.diff-ntitle { background:#ffffff; }
| |
− | td.diff-addedline { background:#ccffcc; }
| |
− | td.diff-deletedline { background:#ffffaa; }
| |
− | td.diff-context { background:#eeeeee; }
| |
− |
| |
− | /* disable interwiki styling */
| |
− | #bodyContent a.extiw {
| |
− | color: #3366bb;
| |
− | background: none;
| |
− | padding: 0;
| |
− | }
| |
− | #bodyContent a.external { color: #3366bb; }
| |
− | /* this can be used in the content area to switch off
| |
− | special external link styling */
| |
− | #bodyContent .plainlinks a {
| |
− | background: none;
| |
− | padding: 0;
| |
− | }
| |
− |
| |
− | /*---------------------------------------------------------------------------------------*/
| |
− |
| |
− | /*
| |
− | ** general portlet styles (elements in the quickbar)
| |
− | */
| |
− | .portlet {
| |
− | overflow: hidden;
| |
− | }
| |
− | .portlet h5 {
| |
− | padding:0;
| |
− | margin: 0 0 0 0;
| |
− | margin-bottom: 0;
| |
− | }
| |
− | .portlet ul {
| |
− | list-style-type: square;
| |
− | margin-left: -1.5em;
| |
− | }
| |
− | .portlet li {
| |
− | padding:0;
| |
− | margin: 0 0 0 0;
| |
− | margin-bottom: 0;
| |
− | }
| |
− |
| |
− | /*--------------------------------*/
| |
− | #searchInput {
| |
− | border: 1px solid #aaaa55;
| |
− | width:170px;
| |
− | margin: 0 0 0 0;
| |
− | font-size: 95%;
| |
− | }
| |
− |
| |
− | /*===============================================================================*/
| |
− | /*
| |
− | ** footer
| |
− | */
| |
− | #footer {
| |
− | border-top: 1px solid #aaaa55;
| |
− | border-bottom: 1px solid #aaaa55;
| |
− | margin-top:0.4em;
| |
− | padding-top:0.4em;
| |
− | margin-left:-100px;
| |
− | text-align: center;
| |
− | font-size: 90%;
| |
− | width:98%;
| |
− | }
| |
− | #footer li {
| |
− | display: inline;
| |
− | margin: 0 1.3em;
| |
− | }
| |
− | /* hide from incapable browsers */
| |
− | head:first-child+body #footer li { white-space: nowrap; }
| |
− | #f-poweredbyico, #f-copyrightico {
| |
− | margin: 0 8px;
| |
− | background-color: White;
| |
− | position: relative;
| |
− | top: -2px; /* Bump it up just a tad */
| |
− | }
| |
− | #f-poweredbyico {
| |
− | float: right;
| |
− | height: 1%;
| |
− | }
| |
− | #f-copyrightico {
| |
− | float: left;
| |
− | height: 1%;
| |
− | }
| |
− | /*-------------------------------------------------------------------------------*/
| |
− | #siteNotice {
| |
− | margin: 0.5em;
| |
− | background: #eeee22;
| |
− | padding: 0.5em;
| |
− | border: solid 1px #aaaa44;
| |
− | }
| |
− |
| |
− | .diffchange {
| |
− | text-decoration: bold;
| |
− | color: #FF0000;
| |
− | }
| |