|
|
Line 1: |
Line 1: |
| /* O--<PAGE TITLE>---------------------------------------------------O */ | | /* Lin's magic custom CSS! ORIGINAL CHARACTER DON'T STEAL */ |
|
| | |
| .firstHeading
| | /* Colors: */ |
| {
| | /* Grey: 7f7f7f */ |
| position: relative;
| | /* Dark grey: 3a3a3a */ |
| left: -3px;
| | /* Red: ed353a */ |
| top: 20px;
| | /* Dark red: 541315 */ |
| margin-top: 0px;
| | |
| width: 100%;
| | body { |
| clear: both;
| | background-color: #7f7f7f; |
| padding: 23px 0px 10px 3px; /*top padding so page title doesn't overlay bar*/
| |
| background-color: transparent;
| |
| background: transparent url(http://images.wikia.com/arsmagica/images/b/b8/Bar.jpg);
| |
| background-repeat: repeat-x;
| |
| background-position: top left;
| |
| color: #532900;
| |
| font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
| |
| font-weight: bold;
| |
| /* font-size: 1.5em; */
| |
| text-align: left;
| |
| border: none;
| |
| }
| |
|
| |
|
| |
| /* O--<GENERAL LINKS>---------------------------------------------------O */ | |
|
| |
| :link:link {color: #532900;}
| |
| :link.new {color: #913A40;}
| |
| :link.visited {color: #532900;}
| |
| :link.stub {color: #532900;}
| |
| /* I'm leaving 'active' as the colour is currently appropriate. */ | |
|
| |
| /* O--<SIDEBAR BACKGROUNDS>---------------------------------------------------O */ | |
|
| |
| #p-Saga, #p-Setting, #p-Information, #p-Wiki, #p-search, #p-tb, #p-wikicities-nav {
| |
| background: transparent url("http://images.wikia.com/arsmagica/images/9/9c/Boxtop.jpg");
| |
| background-position: top left;
| |
| background-repeat: no-repeat;
| |
| position: relative;
| |
| left: 5px;
| |
| } | | } |
|
| | |
| #p-Saga .pBody, #p-Setting .pBody, #p-Information .pBody, #p-Wiki .pBody, #p-search .pBody, #p-tb .pBody, #p-wikicities-nav .pBody {
| | .title { |
| background: transparent url("http://images.wikia.com/arsmagica/images/0/0d/Box.jpg");
| | font-size: 200%; |
| background-position: bottom left;
| |
| background-repeat: no-repeat;
| |
| border: none;
| |
| } | | } |
|
| | |
| /* Wikia messages disabled pending graphical fix relating to extremely long messages dislocating background sections. */
| | #searchInput { |
| #p-wikicities-nav { | | width: 123px; |
| display:none;
| |
| } | | } |
|
| | |
|
| | #p-Navigation, #p-search, #p-tb, #p-Information, #p-General_Categories, #p-Organizations, #p-Lore, #footer { |
| /* O--<PORTLET>---------------------------------------------------O */
| | font-family: Verdana; |
|
| | font-size: 115%; |
| /*
| | width: 147px; |
| .portlet a.new {color: blue;}
| | border-top: 1px solid #3a3a3a; |
| .portlet ul a.new {color: green;}
| | border-right: 1px solid #3a3a3a; |
| .portlet li a.new {color: yellow;}
| | border-bottom: 1px solid #3a3a3a; |
| */
| | |
| .portlet a:visited {color: #532900;}
| | box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5); |
| .portlet a:active {color: #532900;}
| |
| .portlet a:link {color: #532900;}
| |
| .portlet a:hover {
| |
| color: #532900;
| |
| background-color: transparent;
| |
| text-decoration: underline;
| |
| } | | } |
| | |
| .portlet { | | .portlet { |
| position: relative;
| | background: #7f7f7f; |
| top: 28px;
| | background: -moz-linear-gradient(top, #7f7f7f 0%, #3a3a3a 100%); |
| border: none;
| | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7f7f7f), color-stop(100%,#3a3a3a)); |
| align: left;
| | background: -webkit-linear-gradient(top, #7f7f7f 0%,#3a3a3a 100%); |
| | background: -o-linear-gradient(top, #7f7f7f 0%,#3a3a3a 100%); |
| | background: -ms-linear-gradient(top, #7f7f7f 0%,#3a3a3a 100%); |
| | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#3a3a3a',GradientType=0 ); |
| | background: linear-gradient(top, #7f7f7f 0%,#3a3a3a 100%); |
| | |
| | box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5); |
| } | | } |
| .portlet UL {
| | |
| background-color: transparent;
| | #pBody { |
| border: none;
| | font-size: 300%; |
| list-style-image: url("http://images.wikia.com/arsmagica/images/7/7a/Bullet.png");
| |
| align=left;
| |
| } | | } |
| .portlet LI {
| | |
| align=left;
| | |
| }
| | body |
| .portlet h5 {
| | { |
| background-color: transparent;
| | background: #fcf6e4 |
| color: white;
| | url("http://images.wikia.com/arsmagica/images/9/9a/Parchment1.jpg"); |
| font: 90% "new century schoolbook", serif;
| |
| font-weight: bold;
| |
| border: none;
| |
| text-transform: capitalize;
| |
| background-position: bottom left;
| |
| }
| |
|
| |
|
| |
| /* O--<PERSONAL BAR>---------------------------------------------------O */
| |
| | |
| #p-personal a.new {color: black;}
| |
| #p-personal a:visited {color: white;}
| |
| #p-personal a:active {color: white;}
| |
| #p-personal a:link {color: white;}
| |
| #p-personal li a:hover {
| |
| text-decoration: none;
| |
| background-color: transparent;
| |
| text-decoration: underline;
| |
| }
| |
| #p-personal { | |
| font: "new century schoolbook", serif; | |
| font-weight: bold;
| |
| background-color: transparent;
| |
| background: #B4AE9C url("http://images.wikia.com/arsmagica/images/7/7d/Edge.jpg");
| |
| background-position: top left;
| |
| }
| |
|
| |
|
| |
| /* O--<TABS BAR>---------------------------------------------------O */
| |
|
| |
| #p-cactions {
| |
| position: absolute;
| |
| top: 25px;
| |
| clear: left;
| |
| margin-left: 155px;
| |
| width:72%;
| |
| margin: 0;
| |
| white-space: nowrap;
| |
| line-height: 1em;
| |
| overflow: visible;
| |
| padding: 0px;
| |
| list-style: none;
| |
| font-size: 100%;
| |
| } | | } |
| | | |
| #p-cactions li a:hover, #p-cactions li.selected a:hover { | | #column-content { |
| color: #532900;
| | width: 100%; |
| text-decoration: underline;
| | padding-top: 23px; /* For Firefox */ |
| background-color: transparent;
| | padding-bottom: 0px; |
| }
| |
| #p-cactions li.selected a {
| |
| font-weight: bold; | |
| color: #532900;
| |
| border: none; | | border: none; |
| background-color: transparent; | | background: transparent; |
| }
| |
| #p-cactions li a {
| |
| color: #532900;
| |
| border: none;
| |
| background-color: transparent;
| |
| } | | } |
| | | |
|
| | #content { |
| /* O--<TAB BAR BUTTONS -> INVISIBLE>---------------------------------------------O */
| | position: absolute; |
|
| | top: -10px; |
| #p-cactions .hiddenStructure, #p-cactions h5 {
| |
| display: none;
| |
| }
| |
| #p-cactions ul,#p-cactions li {
| |
| border: none;
| |
| background-color: transparent;
| |
| }
| |
|
| |
|
| |
| /* O--<LOGO>---------------------------------------------------O */
| |
| | |
| #p-logo {
| |
| position: absolute;
| |
| top: 36px;
| |
| left:0px;
| |
| clear: left;
| |
| align: right;
| |
| padding: 0px 0px 0px 0px; | | padding: 0px 0px 0px 0px; |
| margin: 0px 0px 0px 0px; | | position: relative; |
| height: 150px;
| |
| width: 150px;
| |
| overflow: visible;
| |
| background: none;
| |
| border: none; | | border: none; |
| | background: transparent; |
| } | | } |
|
| |
|
| |
| /* O--<FOOTER>---------------------------------------------------O */
| |
|
| |
| #footer {
| |
| position: relative;
| |
| margin-left: 155px;
| |
| background-color: transparent;
| |
| background: transparent url(http://images.wikia.com/arsmagica/images/b/b8/Bar.jpg);
| |
| background-repeat: repeat-x;
| |
| background-position: top left;
| |
| border-top: 1px solid #532900;
| |
| border-left: none;
| |
| border-bottom: 3px solid #532900;
| |
| margin-top:0.4em;
| |
| padding-top:22px;
| |
| padding-bottom:0.1em;
| |
| text-align: center;
| |
| font-size: 90%;
| |
| width:72%;
| |
| }
| |
| #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: transparent;
| |
| position: relative;
| |
| top: 0px;
| |
| }
| |
| #f-poweredbyico {
| |
| float: right;
| |
| height: 1%;
| |
| }
| |
| #f-copyrightico {
| |
| float: right;
| |
| height: 1%;
| |
| }
| |
|
| |
|
| |
| /* O--<SITE NOTICE>---------------------------------------------------O */
| |
|
| |
| #siteNotice {
| |
| display: none;
| |
| }
| |
|
| |
|
| |
| /* O--<DIFFERENCES>---------------------------------------------------O */
| |
|
| |
| .diffchange {
| |
| text-decoration: bold;
| |
| color: #FF0000;
| |
| }
| |
|
| |
|
| |
| /* O--<PRE TAGS>---------------------------------------------------O */
| |
|
| |
| pre { overflow: auto; border: 1px solid #aaa }
| |
|
| |
| /* O--<HIDE USER ICON>---------------------------------------------------O */
| |
|
| |
| li#pt-userpage {background: none}
| |