Frozen Wiki
Frozen Wiki
No edit summary
No edit summary
Line 1: Line 1:
 
/*Code for rotating avatar masthead, thanks to the Once Upon a Time Wiki!*/
 
/*Code for rotating avatar masthead, thanks to the Once Upon a Time Wiki!*/
  +
.masthead-avatar img {
  +
-webkit-transition: all 0.6s ease;
  +
-moz-transition: all 0.6s ease;
  +
-o-transition: all 0.6s ease;
  +
-ms-transition: all 0.6s ease;
  +
transition: all 0.6s ease;
  +
}
 
.masthead-avatar:hover img {
 
.masthead-avatar:hover img {
 
border-radius: 100%;
 
border-radius: 100%;

Revision as of 22:17, 13 March 2015

/*Code for rotating avatar masthead, thanks to the Once Upon a Time Wiki!*/
.masthead-avatar img {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.masthead-avatar:hover img {
  border-radius: 100%;
  box-shadow:0 0 20px black;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
/* Administrators */
a[href="/wiki/User:Bella8991"] { color:#9E056D !important; font-weight:bold !important; }
a[href="/wiki/User:Raurauslly.music"] { color:#7FFFD4 !important; font-weight:bold !important; }
a[href="/wiki/User:Mojojojo13579"] { color:#7FFFD4 !important; font-weight:bold !important; }
a[href="/wiki/User:Dragonboy6491"] { color:#7FFFD4 !important; font-weight:bold !important; }

section.WikiaActivityModule.module, section.HotSpotsModule.module, section.FollowedPagesModule.module {
  background:#0a3761 url(http://img2.wikia.nocookie.net/__cb20141012234459/frozen/images/f/f7/Recent_Activity.png) repeat top center;
}
/*Code for Frozen Wiki banner header design, thanks to the Sims Wiki!.*/

.mediawiki {
	background: #B4CDCD url(http://img2.wikia.nocookie.net/__cb20140329202110/frozendisney/images/4/4f/Test5.png) fixed center top no-repeat !important;
}
 
.WikiHeader {
   background: url(http://img2.wikia.nocookie.net/frozendisney/images/4/45/Fesss.jpg);
}
/* wikia bar background and Credits to the Austin & Ally Wiki*/
.WikiaHeader .wikia-header-mask {
 background-image: url(http://static2.wikia.nocookie.net/__cb20121124181036/austinally/images/5/56/Sno_ani05.gif);
 }
 
.pollAnswerVotes div {
    background: -moz-linear-gradient(left center , #FFFFFF 0%, #21A3C7 100%) repeat scroll 0 0 orange !important;
    background: -webkit-border-radius:(left center , #FFFFFF 0%, #21A3C7 100%) repeat scroll 0 0 orange !important;
}
/**************/
/* Link hover */
/**************/
a:hover {
	text-shadow: #FFFFFF 0 0 1px;
        color: #FFFFFF !important;
	text-decoration:none;
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s linear 0s;
	-ms-transition: all .4s linear 0s;
	-o-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
 
}
#about-achievements ul .gold span {
 background-image: url(http://static2.wikia.nocookie.net/frozendisney/images/1/10/Gold.png);
 }
 #about-achievements ul .silver span {
 background-image: url(http://static2.wikia.nocookie.net/frozendisney/images/0/0b/Silver.png);
 }
 #about-achievements ul .bronze span {
 background-image: url(http://static1.wikia.nocookie.net/frozendisney/images/f/f2/Bronze.png);
}
/* wikia bar background and credits to Austin and Ally Wiki*/
.WikiaHeader .wikia-header-mask {
 background-image: url(http://static2.wikia.nocookie.net/__cb20121124181036/austinally/images/5/56/Sno_ani05.gif);
 }
 
.WikiaBarWrapper .wikia-bar {
 background-image: url(http://static2.wikia.nocookie.net/__cb20121124181036/austinally/images/5/56/Sno_ani05.gif);
 }
body {
cursor:url('http://static3.wikia.nocookie.net/frozendisney/images/7/70/Snowff.png'), auto;
}
 
a:link{
  cursor: url('http://static3.wikia.nocookie.net/frozendisney/images/7/70/Snowff.png'), pointer;
}
 
a:visited{
  cursor: url('http://static3.wikia.nocookie.net/frozendisney/images/7/70/Snowff.png'), pointer;
}
 
a:hover{
  cursor: url('http://static3.wikia.nocookie.net/frozendisney/images/7/70/Snowff.png'), pointer;
}
 
a:active{
  cursor: url('http://static3.wikia.nocookie.net/frozendisney/images/7/70/Snowff.png'), pointer;
}
#WallNotifications .bubbles {
   background-image: url(http://static1.wikia.nocookie.net/frozendisney/images/1/19/Oo0o.png);
}
/* Adjustment for the search button to play well with rounded corners of the search box */
#WallNotifications .subnav .notifications-header span, #WallNotifications .notifications-empty {
color: white;
}
/* Rounded search box - thanks to GeorgieGibbons for the code */
 
.WikiaSearch input[type="text"] {
     -webkit-border-radius: 0.75em;
     -moz-border-radius: 0.75em;
     border-radius: 0.75em 0.75em 0.75em 0.75em;
     padding: 3px 0 3px 4px;
     width: 271px;
     border: 2px solid #21A3C7;
     box-shadow: inset 0 0 7px #21A3C7;
     -moz-box-shadow: inset 0 0 7px #21A3C7;
     -webkit-box-shadow: inset 0 0 7px #21A3C7;
     -o-box-shadow: inset 0 0 7px #21A3C7;
}
/* Main page styles */
 
#banner
{
  width: 640px;
  height: 20px;
  margin: 0;
  color: #FFF;
  padding: 15px;
  font-size: x-large;
  background: #3380D8;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#053871', endColorstr='#3380D8');
  background: -webkit-gradient(linear, left top, right bottom, from(#053871), to(#3380D8));
  background: -moz-linear-gradient(left, #053871, #3380D8);
}
 
div.headingblue {
            background: url("http://static3.wikia.nocookie.net/frozendisney/images/2/21/Ggrtt.JPG");
            color: White;
            font-size: 100%;
            font-weight: bold;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0px 1px 2px #666666;
       -moz-box-shadow: 0px 1px 2px #666666;
         -o-box-shadow: 0px 1px 2px #666666;
            box-shadow: 0px 1px 2px #666666;
}
/* New background - File is too large to be added via Theme Designer.*/
 
body.mediawiki {
	background: #B4CDCD url(http://static3.wikia.nocookie.net/frozendisney/images/a/a1/Frozen_Collage.jpg) tiled center top no-repeat !important;
}
.i18ndoc {
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    font-family: monospace;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 3px;
}

.ChatWindow #Rail {
    background: url('http://img1.wikia.nocookie.net/__cb20140707185629/fanowska-kraina-lodu/pl/images/6/6d/Olfaf.png') right bottom no-repeat;
}
/* References styling */
 
.references {font-size:90%}
.references-small {font-size:90%}
.refpopups-box {font-size:90%}