MediaWiki:Common.css: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Wynthyst
(Blanked the page)
>Wynthyst
No edit summary
Line 1: Line 1:
/* Header styles */


.poe1 {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #75511d;
}
#pt-userpage, #pt-anonuserpage, #pt-login {
background: url("http://pool.pathofexilewiki.com/w/images/Curse_user_icon.png") left top no-repeat;
padding-left: 10px !important;
}
/*  Curse Footer */
#ft {
    background: none;
}
#ft div {
    width: 1100px;
}
#ft h1, #ft a, #ft {
    color: #000000;
    font-size: 10px;
}
#ft .site-navigation {
    list-style: none;
    margin-left: 160px;
    padding-bottom: 5px;
    font-size: 10px;
}
#ft .site-navigation ul {
    list-style: none;
}
#ft .network-navigation {
    margin-left: 160px;
    margin-bottom: 140px !important;
}
#ft .network-navigation ul {
    float: left;
    width: 110px;
}
#ft .network-navigation ul.double {
    width: 280px;
}
#ft .network-navigation ul.curse li.header a {
    background: url("extensions/Curse/Icons/Gray.png") repeat scroll 0 0 transparent;
    display: block;
    text-indent: -999em;
    height: 18px;
    width: 140px;
}
#ft .network-navigation ul li {
    float: left;
    list-style: none;
    width: 140px;
    margin-bottom: 2px;
}
#ft .network-navigation ul li.header {
    font-size: 12px;
    clear: both;
    font-weight: bold;
    color: #FF6015;
    width: 100%;
}

Revision as of 18:53, 2 February 2013

/* Header styles */

.poe1 {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #75511d;
}

#pt-userpage, #pt-anonuserpage, #pt-login {
background: url("http://pool.pathofexilewiki.com/w/images/Curse_user_icon.png") left top no-repeat;
padding-left: 10px !important;
}

/*  Curse Footer */

#ft {
    background: none;
}

#ft div {
    width: 1100px;
}

#ft h1, #ft a, #ft {
    color: #000000;
    font-size: 10px;
}

#ft .site-navigation {
    list-style: none;
    margin-left: 160px;
    padding-bottom: 5px;
    font-size: 10px;
}

#ft .site-navigation ul {
    list-style: none;
}

#ft .network-navigation {
    margin-left: 160px;
    margin-bottom: 140px !important;
}

#ft .network-navigation ul {
    float: left;
    width: 110px;
}

#ft .network-navigation ul.double {
    width: 280px;
}

#ft .network-navigation ul.curse li.header a {
    background: url("extensions/Curse/Icons/Gray.png") repeat scroll 0 0 transparent;
    display: block;
    text-indent: -999em;
    height: 18px;
    width: 140px;
}

#ft .network-navigation ul li {
    float: left;
    list-style: none;
    width: 140px;
    margin-bottom: 2px;
}

#ft .network-navigation ul li.header {
    font-size: 12px;
    clear: both;
    font-weight: bold;
    color: #FF6015;
    width: 100%;
}