|
|
(162 intermediate revisions by one other user not shown) |
Line 1: |
Line 1: |
| /* Lin's magic custom CSS! ORIGINAL CHARACTER DON'T STEAL */ | | /* Lin's fancy-schmancy CSS hacks and whatnot. */ |
| | /* ORIGINAL CHARACTER DON'T STEAL */ |
|
| |
|
| /* Colors: */
| | h2 { |
| /* Grey: 7f7f7f */
| | overflow: hidden; |
| /* Dark grey: 3a3a3a */
| |
| /* Red: 458aed */
| |
| /* Dark red: 131554 */
| |
| | |
| a:link, a:active {color: #458aed;}
| |
| a:visited {color: #256abd;}
| |
| a:hover {
| |
| color: #5a65ff; | |
| background-color: transparent;
| |
| text-decoration: none;
| |
| border-bottom: 1px dotted #5a65ff;
| |
| } | | } |
|
| |
|
| :link:link {color: #458aed;}
| | .portlet h5 { /* Changes the navigation labels to title case. */ |
| :link:active {color: #458aed;}
| | text-transform: capitalize; |
| :link.new {color: #458aed;}
| |
| :link.visited {color: #256abd;}
| |
| :link.stub {color: #458aed;}
| |
| | |
| h1, h2, h3, h4, h5 {
| |
| color: #d8d8d8;
| |
| } | | } |
|
| |
|
| #column-one {
| | .wikitable { |
| padding: 0px;
| | border-left: none; /* Clearing existing style elements. */ |
| }
| | border-right: none; |
|
| |
|
| #column-content {
| | border-top: 1px solid #798ca3; |
| position: relative;
| | border-bottom: 1px solid #798ca3; |
| top: 14px;
| |
| border-top: none;
| |
| } | | } |
|
| |
|
| #content {
| | .wikitable tr { |
| border: none;
| |
| color: #202020;
| |
| text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
| |
| | |
| left: 20px;
| |
| | |
| width: 80%;
| |
| | |
| background: rgb(244,244,244);
| |
| background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(175,175,175,1) 100%);
| |
| background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(175,175,175,1) 100%);
| |
| background: -o-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(175,175,175,1) 100%);
| |
| background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(175,175,175,1) 100%);
| |
| | |
| border-bottom-left-radius: 12px;
| |
| border-bottom-right-radius: 12px;
| |
|
| |
|
| border-bottom: 1px solid rgb(200, 200, 200);
| |
| } | | } |
|
| |
|
| body {
| | .wikitable th { /* Style for bold wikitable rows. */ |
| background-image: url('http://wiki.aetolia.com/mediawiki/images/2/21/Graphite.gif');
| | border-left: none; /* Clearing existing style elements. */ |
| background-repeat: repeat;
| | border-right: none; |
| background-attachment: fixed;
| |
| background-color: #000000;
| |
|
| |
|
| }
| | border-top: 1px solid #c0c3c7; |
| | border-bottom: 1px solid #c0c3c7; |
|
| |
|
| .firstHeading {
| | background-color: #f0f0f0; |
| position: relative;
| |
| left: -4px;
| |
| top: 0px;
| |
| margin-top: 0px;
| |
| width: 100%;
| |
| clear: both;
| |
| padding: 10px 0px 10px 3px;
| |
| background-color: transparent;
| |
| color: rgb(20, 125, 190);
| |
| font-family: Verdana;
| |
| text-align: left;
| |
| text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
| |
| border: none;
| |
| } | | } |
|
| |
|
| #searchInput {
| | .wikitable td { |
| width: 123px;
| | border: none; /* Clearing existing style elements. */ |
| background: #222;
| |
| color: #ffffd0;
| |
| border-top: 1px dotted #131554;
| |
| border-bottom: 1px dotted #131554;
| |
| border-left: none;
| |
| border-right: none;
| |
| } | | } |
|
| |
|
| #p-logo {
| | .syntax_text { |
| display: none;
| | font-family: Courier New; |
| }
| | font-size: 12px; |
| | |
| | |
| | |
| | |
| #p-Navigation, #p-search, #p-tb, #p-Information, #p-General_Categories, #p-Organizations, #p-Lore {
| |
| position: relative;
| |
| left: 4px;
| |
| font-family: Verdana;
| |
| width: 146px;
| |
| color: #ffffff;
| |
| text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
| |
| border-radius: 12px;
| |
| -moz-border-radius: 12px;
| |
| border: 1px solid rgba(120, 170, 255, 0.15);
| |
| box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
| |
| | |
| background: rgba(0, 15, 35, 0.4);
| |
| }
| |
|
| |
|
| #p-Navigation .pBody, #p-search .pBody, #p-tb .pBody, #p-Information .pBody, #p-General_Categories .pBody, #p-Organizations .pBody, #p-Lore .pBody {
| | background-color: #c8c8c8; |
| border: none;
| |
| font-size: 90%;
| |
| border-bottom-right-radius: 12px;
| |
| -moz-border-bottom-right-radius: 12px;
| |
| border-bottom-left-radius: 12px;
| |
| -moz-border-bottom-left-radius: 12px;
| |
| box-shadow: 0px 0x 2px rgba(0, 0, 0, 0.5);
| |
|
| |
|
| background: rgba(0, 15, 35, 0.3);
| | padding: 2px 4px 2px 4px |
| } | | } |
|
| |
|
| | .syntax_text:hover { |
| | font-family: Courier New; |
| | font-size: 12px; |
|
| |
|
| | background-color: #e2e2b8; |
|
| |
|
| | text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(255, 255, 255, 0.55); |
|
| |
|
| | | padding: 2px 4px 2px 4px |
| .portlet a.new {color: blue;}
| |
| .portlet ul a.new {color: green;}
| |
| .portlet li a.new {color: yellow;}
| |
| | |
| .portlet a:visited {color: #256abd;}
| |
| .portlet a:active {color: #458aed;}
| |
| .portlet a:link {
| |
| color: #458aed;
| |
| }
| |
| .portlet a:hover {
| |
| color: #5a65ff;
| |
| background-color: transparent;
| |
| text-decoration: none;
| |
| border-bottom: 1px dotted #5a65ff; | |
| } | | } |
|
| |
|
| .portlet { | | .rounded { |
| position: relative; | | -moz-border-radius: 5px; |
| top: 28px;
| | border-radius: 5px; |
| border: none; | |
| align: left;
| |
| } | | } |
|
| |
|
| .portlet UL { | | .topRounded { |
| background-color: transparent; | | -moz-border-top-left-radius: 5px; |
| border: none; | | -moz-border-top-right-radius: 5px; |
| list-style-type: armenian; | | border-top-left-radius: 5px; |
| align=left; | | border-top-right-radius: 5px; |
| } | | } |
|
| |
|
| .portlet LI { | | .bottomRounded { |
| align=left; | | -moz-border-bottom-left-radius: 5px; |
| | -moz-border-bottom-right-radius: 5px; |
| | border-bottom-left-radius: 5px; |
| | border-bottom-right-radius: 5px; |
| } | | } |
|
| |
|
| .portlet h5 {
| | #p-logo { |
| position: relative;
| | z-index: 3; |
| left: 4px;
| | position: absolute; /*needed to use z-index */ |
| background-color: transparent;
| | top: 0; |
| color: white;
| | left: 0; |
| font-size: 90%;
| | height: 155px; |
| font-weight: bold;
| | width: 12em; |
| border: none;
| |
| text-transform: capitalize;
| |
| background-position: bottom left;
| |
| }
| |
| | |
| | |
| | |
| | |
| | |
| #p-personal a.new {color: #458aed;}
| |
| #p-personal a:visited {color: #458aed;} | |
| #p-personal a:active {color: #458aed;}
| |
| #p-personal a:link {color: #458aed;}
| |
| #p-personal li a:hover {
| |
| text-decoration: none; | |
| background-color: transparent; | |
| color: #5a65ff;
| |
| border-bottom: 1px dotted #5a65ff;
| |
| }
| |
| #p-personal {
| |
| font-family: Verdana;
| |
| font-weight: bold;
| |
| color: #458aed; | |
| padding-bottom: 3px;
| |
| box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
| |
| border: 1px solid rgba(120, 170, 255, 0.15); | |
| background: rgba(0, 15, 35, 0.4); | |
| }
| |
| | |
| | |
| | |
| | |
| | |
| #p-cactions {
| |
| position: absolute;
| |
| top: 29px;
| |
| clear: left;
| |
| left: 174px;
| |
| width: 81.9%; | |
| background-color: #f4f4f4;
| |
| margin: 0px;
| |
| white-space: nowrap;
| |
| line-height: 1em;
| |
| overflow: visible; | | overflow: visible; |
| padding: 0px; | | background-image: url('http://wiki.aetolia.com/mediawiki/images/c/c9/Logo.png'); |
| list-style: none;
| | background-position: center; |
| font-size: 100%;
| | background-repeat: no-repeat; |
| border: none;
| |
| border-top-left-radius: 12px;
| |
| -moz-border-top-left-radius: 12px;
| |
| border-top-right-radius: 12px;
| |
| -moz-border-top-right-radius: 12px;
| |
| }
| |
|
| |
| #p-cactions li a:hover, #p-cactions li.selected a:hover {
| |
| color: #458aed;
| |
| text-decoration: none; | |
| border-bottom: 1px dotted #458aed;
| |
| background-color: transparent; | |
| }
| |
| #p-cactions li.selected a {
| |
| font-weight: bold;
| |
| color: #458aed;
| |
| border: none;
| |
| background-color: transparent;
| |
| }
| |
| #p-cactions li a {
| |
| color: #458aed;
| |
| border: none;
| |
| background-color: transparent;
| |
| } | | } |
|
| |
|
| #p-cactions .hiddenStructure, #p-cactions h5 { | | #p-logo a, #plogo-a:hover { |
| display: none;
| | display: none; |
| }
| |
| #p-cactions ul,#p-cactions li {
| |
| border: none; | |
| background-color: transparent;
| |
| } | | } |
|
| |
|
| .mw-code, .mw-css, pre {
| |
| font-family: Courier New;
| |
| font-size: 11px;
| |
| background-color: #000000;
| |
| color: #bbbbbb;
| |
| border-top: none;
| |
| border-bottom: none;
| |
| border-left: 1px solid #131554;
| |
| border-right: 1px solid #131554;
| |
| }
| |
|
| |
|
|
| |
|
| | /* Style declarations for portal tabs. */ |
|
| |
|
| | | #ptabs { |
| | | font-size:93%; |
| #footer { | | font-weight:bold; |
| position: relative;
| | clear: left; |
| margin-left: 155px;
| | margin: 0 0 3px 0; |
| background-color: transparent;
| |
| border-top: none;
| |
| border-bottom: none;
| |
| border-left: 1px solid #131554;
| |
| border-right: 1px solid #131554;
| |
| margin-top:0.4em;
| |
| padding-top:10px;
| |
| padding-bottom:0.1em;
| |
| text-align: center;
| |
| font-size: 90%;
| |
| width:72%;
| |
| color: #bbbbbb;
| |
| } | | } |
| | | #firstHeading #ptabs { margin: 0 0.5em 0 1em !important; font-weight:normal !important; vertical-align: 3px} |
| #footer li { | | #ptabs .activetab { |
| display: none;
| | padding:5px 10px 5px 10px; |
| margin: 0 1.3em;
| | margin:0 3px 0 0; |
| | background:#E5E5E5; |
| | text-decoration:none; |
| | color:black; |
| } | | } |
| | | #ptabs .inactivetab { |
| /* hide from incapable browsers */
| | padding:5px 10px 5px 10px; |
| head:first-child+body #footer li { white-space: nowrap; }
| | margin:0 3px 0 0; |
| | | text-decoration:none; |
| #f-poweredbyico, #f-copyrightico {
| | background:#F5F5F5; |
| margin: 0 8px;
| | color:black; |
| background-color: transparent;
| |
| position: relative;
| |
| top: 0px;
| |
| } | | } |
| #f-poweredbyico { | | #firstHeading #ptabs .activetab, #firstHeading #ptabs .inactivetab { padding: 1px 10px 1px 10px} |
| display: none;
| | #ptabs .inactivetab:hover { |
| } | | background:#CCC; |
| #f-copyrightico { | | color:black; |
| display: none;
| |
| }
| |
| | |
| | |
| | |
| | |
| #pagehistory ul.selected {
| |
| background-color: #ff00ff; | |
| } | | } |
| | #ptabs a:hover { text-decoration:none !important; } |
| | #ptabs a span {white-space: nowrap} |