Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @charset "utf-8";
- /*
- * TODO: RUN THROUGH PREFIXR
- */
- /* =========== Fonts =========== */
- @font-face {
- font-family:'MuseoSans';
- src:url('../../../fonts/MuseoSans_500-webfont.eot');
- src:url('../../../fonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
- url('../../../fonts/MuseoSans_500-webfont.woff') format('woff'),
- url('../../../fonts/MuseoSans_500-webfont.ttf') format('truetype'),
- url('../../../fonts/MuseoSans_500-webfont.svg#MuseoSans500') format('svg');
- font-weight:normal;
- font-style:normal;
- }
- @font-face {
- font-family:'MuseoSlab';
- src:url('../../../fonts/Museo_Slab_500-webfont.eot');
- src:url('../../../fonts/Museo_Slab_500-webfont.eot?#iefix') format('embedded-opentype'),
- url('../../../fonts/Museo_Slab_500-webfont.woff') format('woff'),
- url('../../../fonts/Museo_Slab_500-webfont.ttf') format('truetype'),
- url('../../../fonts/Museo_Slab_500-webfont.svg#Museo_Slab500') format('svg');
- font-weight:normal;
- font-style:normal;
- }
- @font-face {
- font-family:corbelb;
- font-weight: normal;
- src: url(../fonts/CORBELB.TTF);
- }
- @font-face {
- font-family:calibrib;
- font-weight: normal;
- src: url(../fonts/CALIBRIB.TTF);
- }
- @font-face {
- font-family:franklin;
- font-weight: normal;
- src: url(../fonts/framd.ttf);
- }
- /* =========== General =========== */
- body {
- font-family: Verdana, Geneva, sans-serif;
- font-size:12px;
- color:#4d5154;
- background: url(../images/background.png)no-repeat;
- background-color: #110F0D;
- background-position: center top;
- }
- *, ul, li, h1, h2, p, b {
- font-weight:normal;
- margin:0px;
- padding:0px;
- list-style:none;
- line-height:1.5;
- }
- .realm-st dev,
- .niddle_background,
- #right,
- #right article,
- #left (
- position: relative;
- )
- *:focus {
- outline:none;
- }
- .clear {
- clear:both;
- }
- input, select, textarea {
- box-sizing:content-box;
- -ms-box-sizing:content-box;
- -moz-box-sizing:content-box;
- -webkit-box-sizing:content-box;
- }
- a {text-decoration:none; color:#bd8421;}
- a:hover {color:#ffc437;}
- a img {border:none;}
- #left #left_menu li a, #top_menu li a, footer #logo {
- transition:0.3s all;
- -webkit-transition:0.3s all;
- -moz-transition:0.3s all;
- -ms-transition:0.3s all;
- -o-transition:0.3s all;
- }
- /* =========== Main =========== */
- #left section.type-status .body,
- #left section.realmlist-info .body {
- border: none !important;
- }
- #left section .realmlist {
- padding: 5px;
- text-align: center;
- }
- #wrapper {
- width:1024px;
- margin:0 auto 0 auto;
- position:relative;
- }
- #header {
- width:100%; height:500px;
- }
- .top_container {
- width: 100%;
- height: 127px;
- margin: 3px 0px 0px -1073px;
- }
- #main {
- width: 1021px;
- height: auto;
- min-height: 1000px;
- background: #141414;
- position: relative;
- z-index: 5;
- border-radius: 5px;
- padding: 2px 2px 2px 1px;
- box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8), 0px 0px 0px 1px #000 inset, 0px 0px 0px 2px #000 inset, 0px 0px 0px 3px rgba(255, 255, 255, 0.05) inset;
- margin: 30px 0px 0px 3px;
- }
- a#server_logo {
- position:absolute;
- display:block;
- width: 275px;
- height: 181px;
- z-index:20;
- margin: -115px 0px 0px 10px;
- }
- a#server_logo p { display: none;}
- .top_border {
- position:relative;
- width:1010px; height:20px;
- background:url(../images/top_border.png) no-repeat;
- margin:0 0 0 6px;
- z-index:2;
- }
- /* =========== Top login & Account Info =========== */
- .login_box_top {
- width: 1020px;
- height: 50px;
- z-index: 1;
- margin: -3px 0px 0px -0px;
- }
- .actions_cont {
- width: 573px;height:50px;
- margin: 0px 0px 0px 554px;
- }
- .actions_cont .login_form_top {}
- .actions_cont .login_form_top input[type="text"],
- .actions_cont .login_form_top input[type="password"],
- .actions_cont .login_form_top input[type="submit"] {
- display:inline-block;
- vertical-align: top;
- }
- .actions_cont .login_form_top input[type="text"],
- .actions_cont .login_form_top input[type="password"] {
- width:154px !important;
- margin:10px 0 0 10px;
- }
- .actions_cont .login_form_top input[type="submit"] {
- padding:5px 15px 8px 15px;
- margin:9px 0 0 10px;
- text-transform:uppercase;
- }
- .actions_cont .account_info {}
- .avatar_top {
- float: left;
- width: 49px;
- margin: 3px 0px 0px 5px;
- border-radius: 3px;
- height: 49px;
- overflow: hidden;
- box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8), 0px 0px 0px 1px #513F22 inset, 0px 0px 0px 2px #000 inset, 0px 0px 0px 3px rgba(255, 255, 255, 0.05) inset;
- position: relative;
- }
- .avatar_top img { position:absolute; z-index:1; top:-1px; left:-1px;}
- .avatar_top span {
- display: block;
- width: 49px;
- height: 49px;
- position: absolute;
- top: 0px;
- left: 0px;
- z-index: 2;
- border-radius: 3px;
- box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8), 0px 0px 0px 1px #513F22 inset, 0px 0px 0px 2px #000 inset, 0px 0px 0px 3px rgba(255, 255, 255, 0.05) inset;
- }
- .actions_cont .account_info .left {
- float:left;
- width:auto; height:50px;
- margin:0 0 0 10px;
- }
- .account_info .left p {
- display:block;
- margin:5px 0 0 0;
- color:#66747b;
- font-family:calibrib;
- font-size:14px;
- }
- .account_info .left p span { font-weight: bold; color:#BD8421;}
- .account_info .left .vpdp {font-size:12px; color:#6e6c68; font-family:calibrib;background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.35);
- box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8) inset, 0px 1px 0px rgba(255, 255, 255, 0.04);}
- .account_info .left .vpdp .vp, .account_info .left .vpdp .dp { display:inline-block; margin:0 15px 0 0;}
- .account_info .left .vpdp .vp span, .account_info .left .vpdp .dp span {color: !important; font-weight: bold;}
- .account_info .left .vpdp img { position:relative; margin:-2px 0 0 0;}
- .actions_cont .account_info .right {
- width:auto; height:50px;
- }
- .account_info .right a.nice_button {
- position:relative;
- display:inline-block;
- padding:7px 8px 7px 8px;
- text-transform: uppercase;
- font-size:12px;
- margin:9px 4px 0 0;
- }
- .account_info .right a.nice_button:last-child { margin:9px 8px 0 0;}
- /* =========== Top menu =========== */
- #wrapper #top_menu {
- width: 723px;
- height: 74px;
- background-image: url('');
- margin: -2px 0px 257px 300px;
- text-align: center;
- overflow: hidden;
- }
- .cf-paypal-buttons {
- display:none !important;
- }
- #top_menu li {
- float: left;
- }
- #top_menu li a {
- display:block;
- font-family:MuseoSlab;
- font-size:15px;
- color:#cf9139;
- padding:22px 16px;
- border-right:1px solid rgba(24,34,32,0.5);
- border-left:1px solid rgba(10,10,10,0.5);
- }
- #top_menu li a:hover {
- color:#ffddad;
- background-color:;
- }
- /* We don't want half borders on the first and last ones */
- #top_menu li:first-child a {
- border-left:none;
- }
- #top_menu li:last-child a {
- border-right:none;
- }
- /* Move the first link away from the panda's hand */
- #top_menu li:first-child {
- }
- /* =========== Left =========== */
- /* =========== Left =========== */
- #left {
- width:284px;
- float:right;
- }
- #left article {
- margin:0 0 3px 0;
- }
- #left article:last-child {}
- #left article .top {}
- #left article .top p {}
- #left article .body {
- padding:10px;
- }
- #left article.sidebox {
- width:282px; height:auto;
- margin:0 0 3px 1px;
- padding:0;
- overflow:hidden;
- background:#141414 url(../images/sidebox.png) no-repeat top;
- border-radius:4px;
- box-shadow: 0px 0px 6px #000, 0px 0px 0px 1px rgba(255, 255, 255, 0.016) inset, 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
- }
- #left article.sidebox .top {
- width:100%; height:42px;
- font-family:calibrib;
- font-size:14px;
- color:#848177;
- box-shadow: 0px 0px 6px #000, 0px 0px 0px 1px rgba(255, 255, 255, 0.016) inset, 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
- }
- #left article.sidebox .top p { padding:11px 0 0 13px;}
- /* Left Menu */
- #left #left_menu {
- position:relative;
- }
- #left #left_menu li { display:block; position:relative;}
- #left #left_menu li a {
- position:relative;
- display:block;
- font-family:calibrib;
- padding:13px 13px 14px 13px;
- font-size:14px;
- color:#4e5253;
- padding-left:12px;
- background:url(../images/sidebar-menu.png) no-repeat;
- z-index:3;
- text-align:left;
- }
- #left #left_menu li a img {margin-right:10px; opacity:.7; position:relative; top:3px; z-index:2;}
- #left #left_menu li p {
- display:block;
- width:97%; height:38px;
- position:absolute;
- top:0; left:0;
- background:rgba(255,255,255,.03);
- z-index:1;
- margin:5px 0 0 5px;
- box-shadow:0 0 6px rgba(255,255,255,.1);
- opacity:0;
- }
- #left #left_menu li:hover p { opacity:1;}
- #left #left_menu li a:hover {
- color:#d0a53d;
- padding-left:28px;
- background:url(../images/sidebar-menu.png) no-repeat rgba(0,0,0,.25);
- }
- #left #left_menu a:hover img {opacity:1;}
- #left .side_divider {
- position:relative;
- background:url(../images/side_divider.png) no-repeat;
- height:22px;
- width:258px;
- margin:1px 0 0 -5px;
- }
- /* =========== Right =========== */
- div.ornament-bar {
- background:url(../images/ornament-bar.jpg) no-repeat;
- width:735px; height:40px;
- }
- #right {
- width:735px;
- float:left;
- box-shadow: 0px 0px 6px #000, 0px 0px 0px 1px rgba(255, 255, 255, 0.016) inset, 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
- }
- #right article {
- background:url(../images/page_bg.png) no-repeat top;
- }
- #right article:last-child {}
- #right article .top {
- height:52px;
- width:710px;
- text-align:left;
- color:#f9b52d;
- font-size:19px;
- text-transform:uppercase;
- font-family:calibrib;
- display:block;
- padding:21px 0 0 25px;
- position:relative;
- box-shadow: 0px 0px 6px #000, 0px 0px 0px 1px rgba(255, 255, 255, 0.016) inset, 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
- text-indent: 10px;
- }
- #right article .top div {
- display:block;
- position:absolute;
- top:10px; left:0;
- width:292px; height:35px;
- background:url(../images/title_overlay.png) no-repeat;
- pointer-events: none;
- }
- #right article .top span {
- color:#697a89;
- }
- #right article .body {
- padding:12px 15px 15px 15px;
- color:#4d4c4b;
- min-height:600px;
- box-shadow: 0px 0px 6px #000, 0px 0px 0px 1px rgba(255, 255, 255, 0.016) inset, 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
- }
- #right article .divider {
- background-image:url(../images/divider.png);
- background-position:center;
- height:26px;
- margin-top:15px;
- }
- #right article .news_bottom {
- margin-top:15px;
- }
- #right article .news_bottom a {
- color:#a07332;
- }
- #right article .news_bottom a:hover {
- color:#ffc437;
- }
- #right article .comments_button {
- float:right;
- display:block;
- }
- .avatar {
- float:left;
- position:relative;
- margin:3px 15px 3px 5px;
- border:none;
- box-shadow: 0 0 15px rgba(0,0,0,.5);
- }
- .avatar img { position:relative; display:block;}
- /* News */
- h1#news_title {
- display:block;
- margin:17px 0 0 15px;
- padding:0;
- width:99px; height:15px;
- background:url(../images/latest_news.png) no-repeat;
- }
- h1#news_title p { display:none;}
- #right article.news_row {
- background:url(../images/news-bot-shadow.png) no-repeat bottom, url(../images/news-background.png) no-repeat top;
- }
- .news_head { height:36px; padding:14px 0 0 14px; position:relative;box-shadow: 0px 0px 6px #000, 0px 0px 0px 1px rgba(255, 255, 255, 0.016) inset, 0px 1px 0px rgba(255, 255, 255, 0.05) inset;}
- .news_head a.top {
- padding:0 !important; margin:0 !important;
- font-family:corbelb !important;
- font-size:15px !important;
- color:#969387 !important;
- height:auto !important;
- text-shadow:0 0 6px #000, 1px 1px 0 #000;
- text-transform:none !important;
- }
- .news_row .body {
- min-height: 0px !important;
- }
- .news_row .body p img { margin:5px 0 0 0;width: 707px;}
- .post_info {
- background:url(../images/news_bot_border.png) no-repeat top center;
- padding:16px 0 0 0;
- margin:6px 0 0 0;
- }
- .post_info p {
- color:#525959;
- font-family:calibrib;
- font-size:12px;
- float:left;
- }
- .post_info p a { color:#938f85; text-shadow:1px 1px 0 rgba(0,0,0,1);}
- .post_info a.comments_button {
- display:block;
- color:#76736a;
- float:right;
- font-family:calibrib;
- font-size:12px;
- }
- .post_info a.comments_button:hover { color:#e2b038; }
- #right article.news_row section {
- font-size:13px;
- font-family:Arial, Helvetica, sans-serif;
- }
- /* Account Panel & Register */
- .accp_register {
- position: absolute;
- width:209px; height:43px;
- z-index:99;
- top:0; right:80px;
- }
- .accp_register #register_button {
- background-image:url(../images/register.jpg);
- background-repeat: no-repeat;
- background-position:0 0;
- display:block;
- width:209px; height:43px;
- }
- .accp_register #register_button h1 { display:none;}
- .accp_register #register_button:hover {background-position:0 -43px;}
- .accp_register #accp_button {
- background-image:url(../images/userpanel.jpg);
- background-repeat: no-repeat;
- background-position:0 0;
- display:block;
- width:209px; height:43px;
- }
- .accp_register #accp_button h1 { display:none;}
- .accp_register #accp_button:hover {background-position:0 -43px;}
- /* =========== Footer =========== */
- footer {
- height: 76px;
- font-size: 14px;
- text-align: right;
- margin: -77px 0px 0px;
- }
- footer h3 {
- vertical-align: top;
- display: inline-block;
- color: #434748;
- font-size: 13px;
- text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4), 1px 1px 0px rgba(0, 0, 0, 0.4);
- position: relative;
- margin: -12px 260px 0px 0px;
- text-align: left;
- }
- footer a#evil-logo {
- vertical-align:top;
- position:relative;
- display:inline-block;
- width:37px; height:37px;
- padding:0;
- background-image:url(../images/evil-logo.png);
- margin: -9px 10px 0px 0px;
- border-radius:4px;
- box-shadow:0 0 8px rgba(0,0,0,.5), 0 1px 1px rgba(0,0,0,.6), inset 0 1px 0 rgba(255,255,255,.04);
- }
- footer a#evil-logo span {display: none;}
- footer a#fcms-logo {
- vertical-align:top;
- position:relative;
- display:inline-block;
- width:140px; height:37px;
- padding:0;
- background-image:url(../images/fusion-cms-logo.png);
- margin: -9px 30px 0px 0px;
- border-radius:4px;
- box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8), 0px 0px 0px 1px #BD8421 inset, 0px 0px 0px 2px #000 inset, 0px 0px 0px 3px rgba(255, 255, 255, 0.05) inset;
- }
- footer a#fcms-logo span {display: none; width:140px; height:37px;}
- footer a#evil-logo:hover, footer a#fcms-logo:hover {
- background-color:rgba(255,255,255,.04);
- transition:all 800ms;-webkit-transition:all 800ms;-moz-transition:all 800ms;-ms-transition:all 800ms;-o-transition:all 800ms;
- box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8), 0px 0px 0px 1px #BD8421 inset, 0px 0px 0px 2px #000 inset, 0px 0px 0px 3px rgba(255, 255, 255, 0.05) inset;
- }
- /* =========== CMS: general =========== */
- #slider_bg {
- width:734px;
- height:204px;
- position:relative;
- padding:0 0 50px 0;
- z-index:2;
- margin:0 0 0 1px;
- background:url(../images/slider_bot.png) no-repeat bottom;
- overflow:visible !important;
- }
- #slider {
- width:734px;
- height:204px;
- border-radius:5px;
- overflow:visible !important;
- }
- #slider .overlay {
- width:735px; height:204px;
- position:absolute;
- top:0; left:0;
- background:url(../images/slider_frame.png) no-repeat;
- z-index:15;
- }
- #slider a#slider_next, #slider a#slider_previous {
- color:#c3b8a6;
- font-weight:bold;
- z-index:100;
- background-image:url(../images/slider_arrows.png);
- background-color: transparent;
- width:23px; height:26px;
- padding:0;
- }
- .images {width:734px !important; border-radius:6px;}
- #slider a#slider_next {
- display:block;
- position:absolute;
- background-position:-23px 0;
- top:217px !important;
- left:695px !important;
- }
- #slider a#slider_next:hover {background-position:-23px -26px;}
- #slider a#slider_previous {
- display:block;
- position:absolute;
- background-position: 0 0;
- top:217px !important;
- left:668px !important;
- }
- #slider a#slider_previous:hover {background-position: 0 -26px;}
- /* =========== CMS: general =========== */
- .nice_button, input[type="submit"] {
- height:auto;
- border-radius:3px;
- text-align:center;
- color:#ac872f;
- font-family:calibrib;
- background-position:middle;
- border:none;
- cursor: pointer;
- transition:all 400ms;-webkit-transition:all 400ms;-moz-transition:all 400ms;-ms-transition:all 400ms;-o-transition:all 400ms;
- text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.2);
- box-shadow: 0px 0px 6px #000, 0px 0px 0px 1px rgba(255, 255, 255, 0.016) inset, 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
- background: #2C2A26;
- padding: 8px 15px;
- }
- .nice_button:hover, .nice_active, input[type="submit"]:hover {
- background-position:0px -34px;
- }
- .nice_button:active, input[type="submit"]:active {
- box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
- -webkit-box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
- -moz-box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
- -ms-box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
- -o-box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
- }
- /* OVERWRITE
- ----------------------------------------------*/
- /* Realm */
- .realm-st-holder {
- width: 283px;
- margin: -10px 0 -10px -15px;
- }
- .realm-st {
- width: 277px;
- height: 60px;
- padding: 4px 3px;
- border-top: 1px #18222c solid;
- border-bottom: 1px #010101 solid;
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- background: rgba(10,10,10,.3) url(../images/realm_border.png) no-repeat top right;
- transition: all 600ms;
- -moz-transition: all 600ms;
- -webkit-transition: all 600ms;
- -o-transition: all 600ms;
- }
- .realm-st:hover {
- background: rgba(0,0,0,.1) url(../images/realm_border.png) no-repeat top right;
- }
- .realm-st:first-child {
- border-top: none;
- }
- .realm-st:last-child {
- border-bottom: none;
- }
- .realm-info {
- padding: 14px 0 0 60px;
- font-family: calibrib;
- }
- .realm-name {
- color: #b2b3b4;
- text-transform: capitalize;
- }
- .realm-status {
- color: #424d65;
- display: block;
- text-shadow: 0 1px 0 #000, 0 0 4px #000, 0 0 4px #000;
- text-transform: uppercase;
- }
- /* 3.3.5 */
- .realm-trinity_ra,
- .realm-trinity_soap,
- .realm-trinity_rbac_ra,
- .realm-trinity_rbac_soap,
- .realm-mangos_ra,
- .realm-mangos_soap,
- .realm-mangosr2_ra,
- .realm-mangosr2_soap,
- .realm-arcemu {
- height: 64px;
- display: block;
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- background: url(../images/realm_bg_wotlk.png) no-repeat top right;
- }
- /* 4.0.6 & 4.3.4 */
- .realm-skyfire_ra,
- .realm-skyfire_soap,
- .realm-arkcore_ra,
- .realm-arkcore_soap,
- .realm-trinity_rbac_cata_ra,
- .realm-trinity_rbac_cata_soap {
- height: 64px;
- display: block;
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- background: url(../images/realm_bg_cata.png) no-repeat top right;
- }
- /* Comments */
- .comment, .message_box {
- background-color:#131316 !important;
- border: none !important;
- box-shadow: 0 0 5px rgba(0,0,0,.3), inset 0 0 0 1px rgba(255,204,0,.01) !important;
- }
- /* Account Panel */
- .item_group {
- background:rgba(0,0,0,.2);
- }
- .location {
- background:rgba(0,0,0,.8);
- transition:all 700ms;-webkit-transition:all 700ms;-moz-transition:all 700ms;-ms-transition:all 700ms;-o-transition:all 700ms;
- }
- .location:hover {background:rgba(0,0,0,.7); box-shadow:0 0 3px 1px rgba(0,0,0,.8), 0 0 25px rgba(255,204,0,.4);}
- #sidebox_login { text-align:left;}
- #sidebox_login input[type="text"], #sidebox_login input[type=password] { width:90%;}
- #sidebox_login input[type="submit"] {margin:8px 0 0 5px;}
- #shoutbox {}
- .shout_characters_remaining {
- position:relative;
- position:relative;
- left:75px; top:4px;
- }
- #shoutbox form input[type="submit"] {
- position:relative;
- margin:7px 4px 0 0 !important;
- float:right;
- padding:7px 8px 9px 8px !important;
- }
- #shoutbox form textarea { display:block; position:relative; overflow: hidden; height:17px !important; max-width:92%; min-width:92%; max-height:17px; min-height:17px;}
- #shoutbox form textarea:focus {height:70px !important; max-height:70px; min-height:70px;}
- #left #the_shouts .shout {
- position:relative;
- border: none !important;
- background:url(../images/shout_sep.png) no-repeat center bottom;
- padding: 8px;
- }
- #left #the_shouts .shout:last-child { background: none !important; margin:0 !important; padding:8px 8px 4px 8px !important;}
- #left #the_shouts .shout:first-child { padding:0 8px 8px 8px !important; margin:-4px 0 0 0 !important;}
- .shout_author {
- font-family:calibrib;
- font-size:13px;
- }
- .shout_date {
- font-family:Arial, Helvetica, sans-serif;
- font-size:11px;
- color:#323437;
- }
- .shout_date a { position:relative; top:-1px;}
- .shout_date a img { width:11px; height:11px;}
- .nice_active {
- position:relative;
- transition:background 400ms;-webkit-transition:background 400ms;-moz-transition:background 400ms;-ms-transition:background 400ms;-o-transition:background 400ms;
- }
- #cart_items .store_item {
- border-radius:5px;
- box-shadow:inset 0 0 8px rgba(255,255,255,.04), 0 0 5px rgba(0,0,0,.5);
- border:none !important;
- margin:0 0 8px 0;
- position:relative;
- }
- .store_item {
- border-radius:5px;
- border:none !important;
- background:rgba(255,255,255,.01);
- margin:0 0 8px 0;
- box-shadow:inset 0 0 8px rgba(255,255,255,.04), 0 0 5px rgba(0,0,0,.5);
- }
- .store_item .nice_button {
- position:relative;
- top:-5px;
- }
- /* Item Store LONG NAME item hover fix */
- #cart_items .store_item {
- height:auto;
- }
- #cart .store_item:hover .item_name, #cart .store_item:hover .item_realm {
- margin-left:0 !important;
- }
- #cart .delete_item {
- float:right;
- display:block;
- width:17px !important;
- opacity:0;
- overflow:hidden;
- position:absolute;
- bottom:8px; right:-2px;
- -webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;transition:0.5s all;
- }
- #cart .store_item .item_name {
- font-size:11px !important;
- line-height:1px !important;
- float:none !important;
- }
- #cart .store_item .item_realm {
- float:none !important;
- }
- #cart .store_item:hover .delete_item {
- width:17px;
- opacity:1;
- }
- /* Teleporter */
- .select_character { margin:0 0 8px 0 !important;}
- .character { margin:0 !important;}
- #select_character .item_group { border-radius:5px; margin:0 0 8px 0 !important;}
- /* UCP Menu */
- #ucp_buttons a {border: none !important;}
- #ucp_buttons a:hover { background-position:0 -93px !important;}
- /* Banners */
- a#vote_banner {
- width:284px; height:111px;
- display:block;
- position:relative;
- margin:-24px 0 0 1px;
- background-image:url(../images/vote_banner.png);
- background-color: transparent;
- }
- a#vote_banner p { display: none;}
- a#vote_banner:hover {background-position:0 -111px;}
- a#register_banner {
- width:284px; height:123px;
- display:block;
- position:relative;
- margin:-36px 0 0 1px;
- background-image:url(../images/register_banner.png);
- background-color: transparent;
- }
- a#register_banner p {display:none;}
- a#register_banner:hover { background-position:0 -123px;}
- .header {
- width:100px;
- }
- #IndexTextFader {
- width: 717px;
- height: 152px;
- position: absolute;
- left: 320px;
- top: 155px;
- z-index: ;
- }
- .main_b_holder {
- width: 1910px;
- height: auto;
- min-height: 100px;
- background: url('../images/body_top.png') no-repeat scroll center top transparent;
- margin: 10px 0px 0px -442px;
- font-size: 12px;
- }
- a.important_notice {
- display: block;
- width: 996px;
- height: 47px;
- margin: 22px 0px 0px 5px;
- background: url('../images/important_bar.png') no-repeat scroll 0% 0% transparent;
- color: #7C715E;
- font-family: Arial,Helvetica,sans-serif;
- font-size: 14px;
- text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8), 0px 0px 4px rgba(0, 0, 0, 0.3);
- border-radius: 5px;
- transition: all 400ms ease 0s;
- }
- a.important_notice p {
- display: block;
- padding: 14px 0px 0px 53px;
- transition: all 400ms ease 0s;
- text-align: left;
- }
- a.important_notice {
- color: #7C715E;
- font-family: Arial,Helvetica,sans-serif;
- font-size: 14px;
- text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8), 0px 0px 4px rgba(0, 0, 0, 0.3);
- }
- .membership-holder {
- width: 100%;
- height: 66px;
- background: url('../images/membership_bar.png') no-repeat scroll center center transparent;
- z-index: 999;
- top: -27px;
- overflow: hidden;
- }
- .membership-bar {
- width: 1010px;
- height: 57px;
- margin-top: 7px;
- box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
- }
- .member-side-left {
- width: 704px;
- height: 57px;
- float: left;
- }
- ul.not-logged-menu {
- height: 54px;
- float: left;
- margin: 4px 0px 0px 4px;
- }
- ul.not-logged-menu li {
- display: block;
- float: left;
- }
- ul.not-logged-menu li.login-home a {
- width: 214px;
- }
- ul.not-logged-menu li a {
- display: block;
- height: 54px;
- }
- ul.not-logged-menu li.login-home a p {
- width: 214px;
- background-position: -2px -331px;
- }
- ul.not-logged-menu li a p {
- display: block;
- height: 54px;
- position: absolute;
- top: 0px;
- left: 0px;
- visibility: hidden;
- opacity: 0;
- transition: visibility 0s linear 0.5s, opacity 0.5s linear 0s;
- pointer-events: none;
- z-index: 2;
- }
- .membership-bar .search input[type="submit"], .title_latest_news, .realmst_head .online, .realmst_head .offline, .realmst_head .more_rinfo, .error_icons, #footer .left-side a.evil-logo, #footer .left-side a.dmca, #footer td a.dmca, a.back-to-top, .logged_in_bar .acc-menu li a span, .logged_in_bar .acc-menu li a p, .logged_in_bar .avatar span, .logged_in_bar .info .coints span#gold_c div, .logged_in_bar .info .coints span#silver_c div, .logged_in_bar .info .messages a span.icon, .g-coin, .s-coin, .store-complete .items-list li p.success-i em, .store-complete .items-list li p.fail-i em, li.login-home a span, li.login-home a p, li.register-home a span, li.register-home a p, .new-design-left-part p.icon, .new-design-count-cont p.arrow, .logged_in_bar .info .won-a-charcater-ico a span#icon, .logged_in_bar .info .won-a-charcater-ico a p#icon, .recruit-link a, .tele-back-btn a, #TpTooltip .tp-tooltip-inner #arrow, .vote-now-ico a span#icon, .vote-now-ico a p#icon {
- background-image: url('../images/misc_main.png');
- background-repeat: no-repeat;
- background-color: transparent;
- }
- ul.not-logged-menu li.login-home a span {
- width: 214px;
- background-position: -2px -279px;
- }
- ul.not-logged-menu li a span {
- display: block;
- height: 54px;
- z-index: 1;
- }
- .membership-bar .search input[type="submit"], .title_latest_news, .realmst_head .online, .realmst_head .offline, .realmst_head .more_rinfo, .error_icons, #footer .left-side a.evil-logo, #footer .left-side a.dmca, #footer td a.dmca, a.back-to-top, .logged_in_bar .acc-menu li a span, .logged_in_bar .acc-menu li a p, .logged_in_bar .avatar span, .logged_in_bar .info .coints span#gold_c div, .logged_in_bar .info .coints span#silver_c div, .logged_in_bar .info .messages a span.icon, .g-coin, .s-coin, .store-complete .items-list li p.success-i em, .store-complete .items-list li p.fail-i em, li.login-home a span, li.login-home a p, li.register-home a span, li.register-home a p, .new-design-left-part p.icon, .new-design-count-cont p.arrow, .logged_in_bar .info .won-a-charcater-ico a span#icon, .logged_in_bar .info .won-a-charcater-ico a p#icon, .recruit-link a, .tele-back-btn a, #TpTooltip .tp-tooltip-inner #arrow, .vote-now-ico a span#icon, .vote-now-ico a p#icon {
- background-image: url('../images/misc_main.png');
- background-repeat: no-repeat;
- background-color: transparent;
- }
- ul.not-logged-menu li.login-home a {
- width: 214px;
- }
- ul.not-logged-menu li a {
- display: block;
- height: 54px;
- }
- ul.not-logged-menu li.login-home a p {
- width: 214px;
- background-position: -2px -331px;
- }
- ul.not-logged-menu li a p {
- display: block;
- height: 54px;
- position: absolute;
- top: 0px;
- left: 0px;
- visibility: hidden;
- opacity: 0;
- transition: visibility 0s linear 0.5s, opacity 0.5s linear 0s;
- pointer-events: none;
- z-index: 2;
- }
- .membership-bar .search input[type="submit"], .title_latest_news, .realmst_head .online, .realmst_head .offline, .realmst_head .more_rinfo, .error_icons, #footer .left-side a.evil-logo, #footer .left-side a.dmca, #footer td a.dmca, a.back-to-top, .logged_in_bar .acc-menu li a span, .logged_in_bar .acc-menu li a p, .logged_in_bar .avatar span, .logged_in_bar .info .coints span#gold_c div, .logged_in_bar .info .coints span#silver_c div, .logged_in_bar .info .messages a span.icon, .g-coin, .s-coin, .store-complete .items-list li p.success-i em, .store-complete .items-list li p.fail-i em, li.login-home a span, li.login-home a p, li.register-home a span, li.register-home a p, .new-design-left-part p.icon, .new-design-count-cont p.arrow, .logged_in_bar .info .won-a-charcater-ico a span#icon, .logged_in_bar .info .won-a-charcater-ico a p#icon, .recruit-link a, .tele-back-btn a, #TpTooltip .tp-tooltip-inner #arrow, .vote-now-ico a span#icon, .vote-now-ico a p#icon {
- background-image: url('../images/misc_main.png');
- background-repeat: no-repeat;
- background-color: transparent;
- }
- ul.not-logged-menu li.register-home a {
- width: 241px;
- }
- ul.not-logged-menu li.register-home a p {
- width: 241px;
- background-position: -215px -331px;
- }
- ul.not-logged-menu li.register-home a span {
- width: 241px;
- background-position: -215px -279px;
- }
- .bonus-m-links {
- width: 213px;
- height: 48px;
- float: left;
- text-align: left;
- padding: 9px 0px 0px 5px;
- }
- .bonus-m-links a {
- display: block;
- font-size: 13px;
- color: #E4D19F;
- text-shadow: 0px 0px 4px #000, 0px 0px 6px #000, 0px 1px 0px #000, 0px 1px 1px #000;
- line-height: 165%;
- }
- .membership-bar .search {
- width: 306px;
- height: 57px;
- float: right;
- }
- .membership-bar .search input[type="text"] {
- width: 211px;
- height: 43px;
- box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8), 0px 0px 0px 1px #513F22 inset, 0px 0px 0px 2px #000 inset, 0px 0px 0px 3px rgba(255, 255, 255, 0.05) inset;
- padding: 0px 50px 0px 15px;
- margin: 8px 0px 0px;
- background: none repeat scroll 0% 0% transparent;
- color: #D08D34;
- text-shadow: 0px 0px 4px #000, 0px 0px 6px #000;
- font-size: 13px;
- right: 0px;
- }
- .membership-bar .search input[type="submit"] {
- width: 36px;
- height: 31px;
- background-position: -623px 0px;
- box-shadow: none;
- border: medium none;
- position: absolute;
- top: 12px;
- right: 20px;
- z-index: 99;
- padding: 0px;
- }
- .membership-bar .search input[type="submit"], .title_latest_news, .realmst_head .online, .realmst_head .offline, .realmst_head .more_rinfo, .error_icons, #footer .left-side a.evil-logo, #footer .left-side a.dmca, #footer td a.dmca, a.back-to-top, .logged_in_bar .acc-menu li a span, .logged_in_bar .acc-menu li a p, .logged_in_bar .avatar span, .logged_in_bar .info .coints span#gold_c div, .logged_in_bar .info .coints span#silver_c div, .logged_in_bar .info .messages a span.icon, .g-coin, .s-coin, .store-complete .items-list li p.success-i em, .store-complete .items-list li p.fail-i em, li.login-home a span, li.login-home a p, li.register-home a span, li.register-home a p, .new-design-left-part p.icon, .new-design-count-cont p.arrow, .logged_in_bar .info .won-a-charcater-ico a span#icon, .logged_in_bar .info .won-a-charcater-ico a p#icon, .recruit-link a, .tele-back-btn a, #TpTooltip .tp-tooltip-inner #arrow, .vote-now-ico a span#icon, .vote-now-ico a p#icon {
- background-image: url('../images/misc_main.png');
- background-repeat: no-repeat;
- background-color: transparent;
- }
- #cssmenu {
- border: none;
- border: 0px;
- margin: 19px 0px 0px;
- padding: 0px;
- font-family: verdana, geneva, arial, helvetica, sans-serif;
- font-size: 14px;
- font-weight: bold;
- color: #8e8e8e;
- width: auto;
- }
- #cssmenu > ul {
- margin-top: 6px !important;
- }
- #cssmenu ul {
- height: 27px;
- list-style: none;
- margin: 0;
- padding: 0;
- }
- #cssmenu ul ul {
- border-top: 6px ;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: 0px 2px 0px #373532 inset, 0px 0px 0px 1px #2B2A28 inset, 0px 0px 27px rgba(0, 0, 0, 0.4), 0px 0px 15px 5px rgba(0, 0, 0, 0.4), 0px 14px 25px rgba(0, 0, 0, 0.5);
- }
- #cssmenu ul ul a {
- line-height: 43px;
- }
- #cssmenu ul ul ul {
- left: 100%;
- top: 0;
- }
- #cssmenu li {
- float: left;
- padding: 0px 8px 0px 8px;
- }
- #cssmenu li a {
- display: block;
- font-weight: bold;
- line-height: 30px;
- padding: 0px 25px;
- text-align: center;
- text-decoration: none;
- }
- #cssmenu li a:hover {
- text-decoration: none;
- }
- #cssmenu li ul {
- background: #262523;
- border-left: 2px solid #000000;
- border-right: 2px solid #000000;
- border-bottom: 2px solid #000000;
- display: none;
- height: auto;
- filter: alpha(opacity=95);
- opacity: 0.95;
- position: absolute;
- width: 125px;
- z-index: 200;
- /*top:1em;
- /*left:0;*/
- }
- #cssmenu li:hover > ul {
- display: block;
- }
- #cssmenu li li {
- display: block;
- float: none;
- padding: 0px;
- position: relative;
- width: 225px;
- }
- #cssmenu li ul a {
- display: block;
- font-size: 12px;
- font-style: normal;
- padding: 0px 10px 0px 15px;
- text-align: left;
- width:102px;
- }
- #cssmenu li ul a:hover {
- background: #449479;
- opacity: 1.0;
- filter: alpha(opacity=100);
- }
- #cssmenu p {
- clear: left;
- }
- #cssmenu .active > a {
- background: #a80329;
- -webkit-box-shadow: 0 -4px 0 #a80329, 0 -5px 0 #b81c40, 0 -6px 0 #a80329;
- -moz-box-shadow: 0 -4px 0 #a80329, 0 -5px 0 #b81c40, 0 -6px 0 #a80329;
- box-shadow: 0 -4px 0 #a80329, 0 -5px 0 #b81c40, 0 -6px 0 #a80329;
- color: #ffffff;
- }
- #cssmenu .active > a:hover {
- color: white;
- }
- #IndexTextFader {
- width: 717px;
- height: 152px;
- position: absolute;
- margin: -11px 0px 0px -425px;
- }
- .actions_cont .login_form_top .submit {
- padding: 8px 15px 8px;
- margin: 9px 0px 0px 10px;
- text-transform: uppercase;
- display: inline-block;
- vertical-align: top;
- text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.2);
- box-shadow: 0px 0px 6px #000, 0px 0px 0px 1px rgba(255, 255, 255, 0.016) inset, 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
- background: none repeat scroll 0% 0% #2C2A26;
- height:auto;
- height: auto;
- border-radius: 3px;
- text-align: center;
- color: #AC872F;
- font-family: calibrib;
- border: medium none;
- cursor: pointer;
- transition: all 400ms ease 0s;
- text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.2);
- box-shadow: 0px 0px 6px #000, 0px 0px 0px 1px rgba(255, 255, 255, 0.016) inset, 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
- background: none repeat scroll 0% 0% #2C2A26;
- }
- #foot {
- width: 1910px;
- height: auto;
- min-height: 162px;
- margin: 45px 0px 0px -440px;
- background: url('../images/footie1.png') no-repeat scroll center center transparent;
- }
- .submited,.approved,.information{
- text-align: center;
- text-shadow: 0 0 5px rgba(0,0,0,.4);
- border-radius: 5px;
- transition-duration: 1.5s;
- }
- .submited:hover,.approved:hover,.submit:hover{
- opacity: 0.7;
- cursor:pointer;
- text-shadow: none;
- }
- .information:hover{
- text-shadow: none;
- cursor:pointer;
- opacity: 0.9;
- }
- .approved,.information{
- box-shadow: 0 0 8px rgba(0,0,0,.3), 0 1px 1px rgba(0,0,0,.2), inset 0 0 0 1px rgba(255,255,255,.015), inset 0 0 15px rgba(0,0,0,.015), inset 0 0 15px rgba(0,255,0,.05), inset 0 0 0 1px rgba(0,255,0,.05);
- }
- .submited,.submit{
- box-shadow: 0 0 8px rgba(0,0,0,.3), 0 1px 1px rgba(0,0,0,.2), inset 0 0 0 1px rgba(255,255,255,.015), inset 0 0 15px rgba(0,0,0,.015);
- }
- .submited{
- float:left;
- font-size: 25px;
- color: white;
- padding-top: 30px;
- width: 350px;
- height: 150px;
- }
- .approved{
- float: right;
- font-size: 25px;
- color: white;
- padding-top: 30px;
- width: 350px;
- height: 150px;
- }
- .information{
- line-height: 300%;
- padding-left: 15px;
- padding-bottom: 10px;
- margin-top:5px;
- float:left;
- color: white;
- width: 98%;
- height:auto;
- border-radius: 5px;
- text-align: left;
- }
- #submit{
- width: 340px;
- height: 30px;
- color:white;
- font-size: 15px;
- cursor: pointer;
- }
- /*************************************************************************
- *************************** Style Of form.tpl ****************************
- *************************************************************************/
- .label{
- font-size: 15px;
- text-align: center;
- font-color:white;
- text-shadow: 0px 0px 5px;
- transition-property: text-shadow;
- transition-duration: 1.5s;
- }
- #priority{
- margin-top: 10px;
- width: 100%;
- margin-left: -10px;
- }
- .bug_explain{
- margin-top: 5px;
- width:100%;
- height:100px;
- margin-left: -10px;
- }
- #submit_form{
- width: 100%;
- height: 30px;
- font-size: 15px;
- cursor: pointer;
- text-shadow: 0px 0px 10px;
- margin-left: -10px;
- }
- #submit_form:hover,.label:hover{
- text-shadow: none;
- }
- #submit_form,#priority{
- transition-property: text-shadow;
- transition-duration: 1.5s;
- }
- #title{
- width: 100%;
- margin-left: -10px;
- }
- /*************************************************************************
- ************************** Style Of submit.tpl ***************************
- *************************************************************************/
- .notification{
- background-color: #0F8200;
- border-color: #d4ebaf;
- color: white;
- border-radius: 5px;
- width: 100%;
- height: auto;
- border-width: 1px;
- border-style: solid;
- text-align: center;
- font-size: 15px;
- line-height: 350%;
- text-shadow: 0px 0px 3px;
- transition-property: text-shadow,background-color;
- transition-duration: 1.5s;
- }
- .notification:hover{
- text-shadow: none;
- background-color: #0C6B00;
- }
- /*************************************************************************
- ************************** Style Of notdev.tpl ***************************
- *************************************************************************/
- #notif{
- background-color: #C20000;
- border-color: #570000;
- color: white;
- border-radius: 5px;
- width: 100%;
- height: auto;
- border-width: 1px;
- border-style: solid;
- text-align: center;
- font-size: 15px;
- line-height: 350%;
- text-shadow: 0px 0px 3px;
- transition-property: text-shadow,background-color;
- transition-duration: 1.5s;
- }
- #notif:hover{
- text-shadow: none;
- background-color: #7A0000;
- }
- /*************************************************************************
- ************************** Style Of admin.tpl ***************************
- *************************************************************************/
- .result{
- margin-top: 15px;
- background-color: #C20000;
- border-color: #570000;
- color: white;
- border-radius: 5px;
- width: 100%;
- height: 100%;
- border-width: 1px;
- border-style: solid;
- padding-left: 20px;
- padding-top: 10px;
- padding-bottom: 5px;
- margin-left: -10px;
- font-size: 15px;
- text-shadow: 0px 0px 3px;
- transition-property: text-shadow,background-color;
- transition-duration: 1.5s;
- }
- .result:hover{
- text-shadow: none;
- background-color: #7A0000;
- }
- #bug_fix{
- margin-left: -10px;
- width: 100%;
- }
- #bug_submit{
- margin-left: -10px;
- width: 100%;
- font-size: 15px;
- }
- .result_fix{
- margin-top: 15px;
- background-color: #0F8200;
- border-color: #0A7D00;
- color: white;
- border-radius: 5px;
- width: 100%;
- height: 100%;
- border-width: 1px;
- border-style: solid;
- padding-left: 20px;
- padding-top: 10px;
- padding-bottom: 5px;
- margin-left: -10px;
- font-size: 15px;
- text-shadow: 0px 0px 3px;
- transition-property: text-shadow,background-color;
- transition-duration: 1.5s;
- }
- .result_fix:hover{
- text-shadow: none;
- background-color: #0C6B00;
- }
Advertisement
Advertisement
Advertisement
RAW Paste Data
Copied
Advertisement