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

no edit summary
imported>Random Ranaun
No edit summary
imported>Random Ranaun
No edit summary
 
(34 intermediate revisions by the same user not shown)
Line 1:
/* Fanon skin */
 
.ns-112, .ns-113,
body.page-The_Sims_Wiki_Fanon_Portal,
body.page-The_Sims_Wiki_talk_Fanon_Portal {
background: url(http://llnw.thesims3.com/images/bg/canal_clouds_background_ver856534.png) top center repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
}
 
.ns-112 .WikiaHeader,
Line 60 ⟶ 48:
}
 
/* IRC-style Chat */
 
.Chat {line-height:1.2em; word-wrap:break-word;}
 
.Chat .avatar {display:none;}
/* ################################################## */
.Chat li {padding:2px 3px; min-height:0;}
/* ### TITLE ICONS (Template:Games) ### */
.Chat ul {margin:10px;}
/* ################################################## */
.Chat .username {display:inline;}
.Chat .username:before {content:'<';}
.va-titleicons, .va-titleicons-hover {
.Chat .username:after {content: '>';}
font-size: 11px;
.Chat .you {background:#f0f0f0;}
position: absolute;
.Chat .time {float:left; margin-right:3px; font-size: inherit; color:#333;}
margin: 0;
.Chat .time:before {content:'[';}
max-width: 275px;
.Chat .time:after {content:']';}
z-index: 3;
.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;}
.va-titleicons {
.Chat .continued .username {display:inline;}
background: transparent;
.Chat .continued .time {display:block;}
right: 0;
height: 25px;
line-height: 25px;
overflow: hidden;
text-align: right;
border: none;
display: none;
}
.va-titleicons-hover {
background: #FFF;
right: -2px;
height: auto;
overflow: auto;
text-align: center;
border: 2px solid #D9D9D9;
padding: 0 5px;
}
.va-titleicons-preview {
text-align: right;
}
.va-titleicons-fullsize,
.va-titleicons-hover .va-titleicons-preview {
display: none;
}
.va-titleicons-hover .va-titleicons-fullsize {
display: block;
}
.va-titleicons-more {
float: right;
padding: 0 2px;
line-height: 25px;
}
.va-titleicons-chevron {
vertical-align: middle;
border-color: #3A3A3A transparent transparent;
border-style: solid;
border-width: 3px;
width: 0;
}
/* Monobook */
.skin-monobook .va-titleicons {
top: 15px;
}
.skin-monobook .va-titleicons-hover {
top: 13px;
}
/* Oasis */
.skin-oasis .va-titleicons {
top: -30px;
right: 10px;
}
.skin-oasis .va-titleicons-hover {
top: -32px;
right: 10px;
}
.skin-oasis.ns-0 .WikiaPageHeader,
.skin-oasis.ns-4 .WikiaPageHeader,
.skin-oasis.ns-110 .WikiaPageHeader,
.skin-oasis.ns-502 .WikiaPageHeader {
margin-bottom: 30px;
}
.skin-oasis.mainpage .WikiaPageHeader {
margin-bottom: 10px;
}
 
/* New Chat Look */
 
body.chat-mod.can-give-chat-mod.ChatWindow {
background: #d1e8be url(http://images1.wikia.nocookie.net/__cb61924/sims/images/5/50/Wiki-background) top center fixed no-repeat;
}
 
div#Rail.Rail {
background: #FFFFFF url(http://images2.wikia.nocookie.net/sims/fr/images/7/79/Prisme_gris.png) no-repeat right bottom;
}
 
header#ChatHeader.ChatHeader h1.public.wordmark {
background: url(http://images3.wikia.nocookie.net/joeplayground/images/6/62/SimsHeader.jpg);
border-top-left-radius: 0.4em;
border-bottom-left-radius: 0.4em;
line-height: 25px;
padding-bottom: 1px;
}
 
header#ChatHeader.ChatHeader {
background-color: #e0e0e0;
background-image: -moz-linear-gradient(top,#f9f9f9 35%,#e0e0e0 65%);
background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#f9f9f9),color-stop(65%,#e0e0e0));
background-image: -o-linear-gradient(top,#f9f9f9 35%,#e0e0e0 65%);
background-image: -ms-linear-gradient(top,#f9f9f9 35%,#e0e0e0 65%);
border-radius: 0.75em;
border: 2px solid #FFF;
-webkit-box-shadow: 0 0 1em #FFF;
-moz-box-shadow: 0 0 1em #FFF;
box-shadow: 0 0 1em #FFF;
padding-bottom: 1px;
}
 
.Chat {
border-bottom: 2px solid #FFF;
border-right: 2px solid #FFF;
background-color: #ECECEC;
background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0%,#F9F9F9),color-stop(100%,#ECECEC));
}
 
.Rail .User:hover {
background: #d1dfc7;
}
 
.Rail .selected {
box-shadow: inset 0 0 7px 0px #666666;
-webkit-box-shadow: inset 0 0 7px 0px #666666;
background: #d1dfc7;
}