Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import url(https://fonts.googleapis.com/css?family=Montserrat:700);
- @import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
- @import url(http://fonts.googleapis.com/css?family=Roboto:300);
- /* SITE EDITS */
- #page-wrap {
- font-family:'Roboto' !important;
- font-size: 13px !important;
- }
- .container.with-header .container_header .header_text_text {
- font-family: 'Roboto';
- font-size: 19px;
- }
- #page-footer {
- display: none;
- }
- #site-body {
- margin-bottom: 100px;
- }
- #enjin-bar a {
- color: #fff;
- }
- #enjin-bar > div.left > a:first-child {
- display: none;
- }
- .m_html {
- padding:0;
- }
- .m_forum .search-box .input-text {
- margin: 0 3px;
- }
- .container .header_text_text .fa {
- color: #000;
- }
- .m_minecraftserverstatus_new {
- display: none;
- }
- /* MENU */
- #menu-nav {
- float:left;
- width:100%; height:auto;
- margin:30px 0;
- background-color:#252525;
- border-radius:4px;
- overflow:hidden;
- box-shadow:0 0 5px rgba(0,0,0,0.3);
- font-family:'Roboto'
- }
- /* navigation bar */
- #navigation-bar {width:100%;}
- #navigation-bar ul {margin:0; padding:0; list-style:none; width:100%; border-radius:4px; overflow:hidden;}
- #navigation-bar li {float:left; padding:0; margin:0; list-style:none; width:16.66%;}
- #navigation-bar a {
- color:#c1c1c1; font-size:20px; text-decoration:none; text-align:center;
- width:100%;
- padding:20px 0;
- display:block; position:relative;
- transition: all 0.3s ease;
- }
- #navigation-bar a:hover {color:#434343;}
- #navigation-bar > ul > li > a:hover span {
- color: #252525 !important;
- }
- #navigation-bar > ul > li > a:hover .fa {
- color: #23cecc !important;
- }
- /* #navigation-bar li:first-child a {border-radius:4px 0 0 4px;}
- #navigation-bar li:last-child a {border-radius:0 4px 4px 0;} */
- #navigation-bar a:before {
- content:'';
- transition:all .4s ease-in-out;
- position:absolute;
- right:51%;
- left:50%;
- bottom:0;
- display:block;
- height:2px;
- background-color:#23cecc;
- }
- #navigation-bar li:hover a:before, #navigation-bar a:hover:before {right:0; left:0;}
- #navigation-bar span {display:block;}
- #navigation-bar > ul > li > a .fa {
- transition: .3s ease-in-out;
- opacity: 0.7;
- }
- #navigation-bar > ul > li > a:hover > .fa {
- -webkit-transform: translateY(0.7em) scale(3) rotate(15deg);
- -moz-transform: translateY(0.7em) scale(3) rotate(15deg);
- -ms-transform: translateY(0.7em) scale(3) rotate(15deg);
- -o-transform: translateY(0.7em) scale(3) rotate(15deg);
- transform: translateY(0.7em) scale(3) rotate(15deg);
- }
- /* FORUMS */
- .m_forum .breadcrumbs {
- display: none;
- }
- .m_forum .forum-area .contentbox .block-container .structure .row td {
- transition: .2s ease-in-out;
- background: #0d1b1f;
- }
- .m_forum .forum-area .contentbox .block-container .structure .row:hover td {
- background: #0F2227;
- }
- .m_forum .forum-area .contentbox .block-container .structure .row .forum-icon, .m_forum .forum-area .contentbox .block-container .structure .row .thread-icon {
- background: #041013;
- }
- .m_forum .forum-area .contentbox .block-container .structure .row:hover .forum-icon, .m_forum .forum-area .contentbox .block-container .structure .row:hover .thread-icon {
- background: #041013;
- }
- .m_forum .forum-area .contentbox .block-title .text .mask {
- font-size: 18px;
- font-family: 'Montserrat', sans-serif;
- }
- .m_forum .forum-area .contentbox .block-container .structure .row .latest .nameicons {
- display: none;
- }
- .m_forum .forum-area .contentbox .block-container .block-filter, .m_forum .forum-area .contentbox .block-container .announcement-separator {
- border: 0;
- }
- .m_forum .forum-area .contentbox .block-container .block-filter .filter-elem.active {
- background: #0C2324;
- }
- .m_forum .forum-area .contentbox .block-container .block-filter .filter-elem, .m_forum .forum-area .contentbox .block-container .block-filter {
- background: #041617;
- }
- .m_forum .forum-area .widgets.top div:nth-child(2){
- display: none;
- }
- .m_forum .forum-area .contentbox .block-container .structure .row .post {
- background: #00222B !important;
- }
- .m_forum .forum-area .forum-stats .inner {
- background: #0D1B1F;
- }
- /* LATEST THREADS */
- .m_forumlatestthreads .thread {
- transition: .2s ease-in-out;
- }
- .m_forumlatestthreads .thread:hover {
- border-left: 3px solid #23CECC;
- transition: .1s ease-in-out;
- }
- .m_forumlatestthreads .thread .post-info .info .nameicons {
- display: none;
- }
- .m_forumlatestthreads .thread .post-info .title a:hover {
- text-decoration: none;
- text-shadow: 0px 0px 5px #4DF5DD;
- color: #3493c2;
- }
- .m_forumlatestthreads .thread_first {
- padding-top:10px;
- }
- /* VOTE */
- .m_minecraftvoting .server-lists .server-list {
- width: 120px;
- display: inline-block;
- margin: 14px;
- height: 120px;
- background: #317b85;
- opacity: .7;
- transition: .2s ease-in-out;
- }
- .m_minecraftvoting .server-lists .server-list:hover {
- opacity:1;
- }
- .m_minecraftvoting .server-lists .list-name {
- display: none;
- }
- .m_minecraftvoting .server-lists .element_smallbutton {
- top:0;
- }
- .m_minecraftvoting .server-lists .element_smallbutton input {
- padding-bottom: 3px;
- width: 120px;
- height: 120px;
- font-size: 25px;
- color: #fff;
- }
- .m_minecraftvoting .server-lists .voted-check {
- float: right;
- margin: 25px;
- width: 70px;
- content: url('https://upload.wikimedia.org/wikipedia/commons/b/bd/Checkmark_green.svg');
- height: 70px;
- }
- .m_minecraftvoting .voting-section .section-content .list .list-item .element_avatar img {
- width: 90px;
- height: 90px;
- opacity: 0.6;
- transition: .2s ease-in-out;
- }
- .m_minecraftvoting .voting-section .section-content .list .list-item .element_avatar:hover img {
- opacity: 1;
- }
- .m_minecraftvoting .voting-section .section-content .list .list-item .element_avatar {
- margin: 0 0 10px 0;
- padding:0;
- }
- .m_minecraftvoting .list {
- float:left;
- }
- .m_minecraftvoting .list-item {
- height: 130px;
- width: 90px;
- float:left;
- margin: 15px 31px 0;
- text-align: center;
- }
- .m_minecraftvoting .list-item:first-child .player-name:before {
- content: url('http://files.enjin.com/765160/blasticdesigns/gold.png');
- }
- .m_minecraftvoting .list-item:nth-child(2) .player-name:before {
- content: url('http://files.enjin.com/765160/blasticdesigns/silver.png');
- }
- .m_minecraftvoting .list-item:nth-child(3) .player-name:before {
- content: url('http://files.enjin.com/765160/blasticdesigns/bronze.png');
- }
- /* END OF VOTE */
- /* NEWS */
- .m_news .article .article-body {
- padding: 0 !important;
- }
- .m_news .article .article-body .article-body-content .heading {
- background: #23cecc;
- left: 0;
- height: 50px;
- margin: 0 -1px;
- padding: 10px 30px;
- }
- .m_news .article .article-body .article-body-content .commentbox {
- padding: 0 30px;
- }
- .m_news .article .article-body .article-body-content .article-footer {
- padding: 0 30px 30px 30px;
- }
- .m_news .article .article-body .article-body-content .article-footer .post-comment-link {
- background: #075851;
- padding: 10px;
- transition: .2s ease-in-out;
- color: #fff;
- }
- .m_news .article .article-body .article-body-content .article-footer .post-comment-link:hover {
- background: #248078;
- text-decoration: none;
- color: #fff;
- }
- .m_news .article .article-body .article-body-content .heading .element_avatar {
- position:absolute;
- left: -70px;
- top:0;
- background: #23cecc;
- margin: 0;
- padding: 1px;
- outline: 0 none;
- border: 0 none;
- }
- .m_news .article .article-body .article-body-content .heading .element_avatar img {
- width: 68px;
- height: 68px;
- opacity: .7;
- transition: .5s ease-in-out;
- }
- .m_news .article .article-body .article-body-content .heading .element_avatar img:hover {
- opacity: 1;
- }
- .m_news .article .article-body .article-body-content .heading .element_avatar div {
- display: none;
- }
- .m_news .article .article-body .article-body-content .heading .title {
- display:inline;
- line-height: 50px;
- line-height: 50px;
- font-size: 35px;
- color: #999;
- }
- .m_news .article .article-body .article-body-content .heading .title a {
- color: #175258;
- font-family: 'Montserrat', sans-serif;
- }
- .m_news .article .article-body .article-body-content .heading .info {
- margin-top: 28px;
- float:right;
- visibility: hidden;
- }
- .m_news .article .article-body .article-body-content .heading .info .date {
- visibility: visible;
- color: #fff;
- background: #2B6D77;
- padding: 10px 10px 10px 10px;
- display: inline;
- float: right;
- }
- .m_news .article .article-body .article-body-content .heading .info .element_username, .m_news .article .article-body .article-body-content .heading .info .nameicons {
- display:none;
- }
- .m_news .article .article-body .article-body-content .article-content {
- padding:20px 30px;
- }
- .m_news .float-rss {
- display: none !important;
- }
- .m_news.main .float-manage {
- right: 15px;
- }
- .m_news.main .float-manage a, .m_news.main .float-manage .arrow {
- color: #222;
- border-top-color: #222;
- }
- .m_news .entries .rss {
- display: none;
- }
- /* END OF NEWS */
- /* APPLICATION TABS */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement