User:Random Ranaun/wikia.css: Difference between revisions

From The Sims Wiki, a collaborative database for The Sims series
Jump to navigation Jump to search
Content added Content deleted
imported>Random Ranaun
No edit summary
imported>Random Ranaun
No edit summary
Line 54: Line 54:
.CommunityCornerModule h2,
.CommunityCornerModule h2,
.HotSpotsModule h1,
.HotSpotsModule h1,
.FollowedPagesModule h1,
.FollowedPagesModule h1 {
.ChatModule h1.chat-headline {
margin-top: -17px !important;
margin-top: -17px !important;
margin-left: -12px !important;
margin-left: -12px !important;
Line 90: Line 89:
-o-box-shadow: 0 1px 2px #666666;
-o-box-shadow: 0 1px 2px #666666;
box-shadow: 0 1px 2px #666666;
box-shadow: 0 1px 2px #666666;
}

.ChatModule h1.chat-headline {
background: url("http://images4.wikia.nocookie.net/sims/fr/images/4/40/Bandeau_bleu.jpg");
}
}


.WikiaBlogListingBox .wikia-button {
.WikiaBlogListingBox .wikia-button {
margin-top: 25px;
margin-top: 25px;
}

p.chat-name {
position: relative;
top: 1px;
}

div.chat-join {
position: relative;
top: -20px;
}
}



Revision as of 10:56, 26 March 2014

/* Fanon skin */

.ns-112 .WikiaHeader,
.ns-113 .WikiaHeader,
body.page-The_Sims_Wiki_Fanon_Portal .WikiaHeader,
body.page-The_Sims_Wiki_talk_Fanon_Portal .WikiaHeader,
.ns-112 .WikiaBarWrapper,
.ns-113 .WikiaBarWrapper,
body.page-The_Sims_Wiki_Fanon_Portal .WikiaBarWrapper,
body.page-The_Sims_Wiki_talk_Fanon_Portal .WikiaBarWrapper { 
  background-color: #1C5CA5;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0, #053871), color-stop(50%, #3380D8), color-stop(100%, #053871));
  background-image: -moz-linear-gradient(left, #053871 0, #3380D8 50%, #053871 100%);
}

.ns-112 .GlobalNavigation > li > a,
.ns-112 .GlobalNavigation > li:last-child > span > span > a,
.ns-113 .GlobalNavigation > li > a, .ns-113 .GlobalNavigation > li:last-child > span > span > a,
body.page-The_Sims_Wiki_Fanon_Portal .GlobalNavigation > li > a,
body.page-The_Sims_Wiki_talk_Fanon_Portal .GlobalNavigation > li > a,
body.page-The_Sims_Wiki_Fanon_Portal .GlobalNavigation > li:last-child > span > span > a,
body.page-The_Sims_Wiki_talk_Fanon_Portal .GlobalNavigation > li:last-child > span > span > a,
.ns-112 .WikiaHeader li.start-a-wiki, .ns-113 .WikiaHeader li.start-a-wiki,
body.page-The_Sims_Wiki_Fanon_Portal .WikiaHeader li.start-a-wiki,
body.page-The_Sims_Wiki_talk_Fanon_Portal .WikiaHeader li.start-a-wiki {
  border-left: 1px solid #5B99DF;
}

.ns-112 .WikiaBarWrapper .toolbar .tools>li,
.ns-113 .WikiaBarWrapper .toolbar .tools>li,
body.page-The_Sims_Wiki_Fanon_Portal .WikiaBarWrapper .toolbar .tools>li,
body.page-The_Sims_Wiki_talk_Fanon_Portal .WikiaBarWrapper .toolbar .tools>li {
  border-left: 1px solid #5B99DF;
}

.ns-112 .WikiaBarWrapper .toolbar .tools>li:first-child,
.ns-113 .WikiaBarWrapper .toolbar .tools>li:first-child,
body.page-The_Sims_Wiki_Fanon_Portal .WikiaBarWrapper .toolbar .tools>li:first-child,
body.page-The_Sims_Wiki_talk_Fanon_Portal .WikiaBarWrapper .toolbar .tools>li:first-child {
  border: 0;
}

.ns-112 .WikiaBarCollapseWrapper,
.ns-113 .WikiaBarCollapseWrapper,
body.page-The_Sims_Wiki_Fanon_Portal .WikiaBarCollapseWrapper,
body.page-The_Sims_Wiki_talk_Fanon_Portal .WikiaBarCollapseWrapper {
  background-color: #053871;
}

.WikiaActivityModule .activity-heading,
.WikiaRail .RelatedVideosModule.module #RelatedVideosRL h1,
.LatestPhotosModule > h1.tight,
#WikiaSpotlightsModule header h1,
.CommunityCornerModule h2,
.HotSpotsModule h1,
.FollowedPagesModule h1 {
    margin-top: -17px !important;
    margin-left: -12px !important;
    margin-right: -12px !important;
    margin-bottom: 8px !important;
    padding: 0.15em;
    color: White;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px #666666;
    -moz-box-shadow: 0 1px 2px #666666;
    -o-box-shadow: 0 1px 2px #666666;
    box-shadow: 0 1px 2px #666666;
}

.WikiaBlogListingBox h3 {
    margin-top: -17px !important;
    margin-left: -12px !important;
    margin-right: -12px !important;
    margin-bottom: 8px !important;
    padding: .24em .30em .30em .18em;
    color: white;
    font-size: 130%;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px #666666;
    -moz-box-shadow: 0 1px 2px #666666;
    -o-box-shadow: 0 1px 2px #666666;
    box-shadow: 0 1px 2px #666666;
}

.WikiaBlogListingBox .wikia-button {
    margin-top: 25px;
}

/* IRC-style Chat */
.Chat {line-height:1.2em; word-wrap:break-word;}
.Chat .avatar {display:none;}
.Chat li {padding:2px 3px; min-height:0;}
.Chat .username {display:inline;}
.Chat .username:before {content:'<';}
.Chat .username:after {content: '>';}
.Chat .you {background:#f0f0f0;}
.Chat .time {float:left; margin-right:3px; font-size: inherit; color:#333;}
.Chat .time:before {content:'[';}
.Chat .time:after {content:']';}
.Chat .inline-alert {text-align:left; padding:2px 3px; font-weight:normal; font-size:13px; line-height:1.2em;}
.Chat .inline-alert:before, .Chat .inline-alert:after {content:none;}
.Chat .continued {top:0; margin-bottom:0;}
.Chat .continued .username {display:inline;}
.Chat .continued .time {display:block;}