User:Subtank/nimbus.css: Difference between revisions

From Halopedia, the Halo wiki

mNo edit summary
m (Oooh! We went HTTPS!)
 
(45 intermediate revisions by the same user not shown)
Line 1: Line 1:
/*********************/
/********************/
/* Custom background */
/** Sitewide test? **/
/*********************/
/********************/


/** Wiki-logo 2007 **/
/* div#container {
  max-width: 1440px;
  min-width: 1024px;
  width: 1280px;
  position: relative;
  z-index:1;
} */


#site-logo a {
/* div#wiki-login {
    background: url("images/halopedia.png") repeat scroll 0 0 transparent !important;
  border-radius: 0px 0px .7em .7em;
}
} */


/*** Header/Sitenotice ***/
/************************/
/** Background changer **/
/************************/


body {
.day {
   background: #FFFFFF url(images/archive/a/a0/20110825162728!Headertest.jpg) repeat-x left top;  
   background: url('https://www.halopedia.org/images/archive/a/a0/20110716172307!Headertest.jpg') repeat-x left top;
}
}


#siteNotice {
.evening {
   background: #FFFFFF url(images/archive/b/b9/20110828142622!Headertest-sn.jpg) repeat-x scroll -231px -95px !important;
   background: url('https://www.halopedia.org/images/archive/a/a0/20110825162527!Headertest.jpg') repeat-x left top;
}
}


/** Log-in bar **/
.night {
 
   background: url('https://www.halopedia.org/images/archive/a/a0/20110825162728!Headertest.jpg') repeat-x left top;
#wiki-login {
   -webkit-border-radius: 0 0 0 .7em;
  -moz-border-radius: 0 0 0 .7em;
  -ms-border-radius: 0 0 0 .7em;
  -o-border-radius: 0 0 0 .7em;
  border-radius: 0 0 0 .7em;
}
}


/** Vector-style nav **/
/********************/
/* Randomiser tweak */
/********************/


#article-tabs {
div#site-logo a {
   left: -3px;
   background: none repeat scroll 0 0 transparent;
}
}


.tab-on, .more-tab-on {
/* body {
   background: -moz-linear-gradient(center bottom , #FFFFFF 40%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 transparent;
   background: #FFFFFF repeat-x left top;
  background: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(75%, #FFFFFF), color-stop(100%, rgba(255,255,255,0)));
} */
}


.tab-off, .more-tab-off {
div#siteNotice {
   background: -moz-linear-gradient(center bottom , #F0EAD6 40%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 transparent;
   background: rgba(240,240,240,0.7) !important;
   background: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(75%, #F0EAD6), color-stop(100%, rgba(255,255,255,0)));
   border: 1px dashed #777777 !important;
}
}


/** Content styling **/
/*********************/
 
/** Inactive styles **/
/* #article {
/*********************/
  background: #FFFFFF url(images/8/83/Fight_the_Flood.jpg) no-repeat scroll center 160px !important;
} */
 
#footer-container {
  -webkit-border-radius: 0 0 .7em .7em;
  -moz-border-radius: 0 0 .7em .7em;
  -ms-border-radius: 0 0 .7em .7em;
  -o-border-radius: 0 0 .7em .7em;
  border-radius: 0 0 .7em .7em;
}


@import "http://www.halopedian.com/index.php?title=User:Subtank/tabview.css&action=raw&ctype=text/css";
/* @import "https://www.halopedian.com/index.php?title=User:Subtank/tabview.css&action=raw&ctype=text/css"; */
/* @import "https://www.halopedian.com/index.php?title=User:Subtank/vector-style.css&action=raw&ctype=text/css"; */

Latest revision as of 12:17, February 27, 2017

/********************/
/** Sitewide test? **/
/********************/

/* div#container {
   max-width: 1440px;
   min-width: 1024px;
   width: 1280px;
   position: relative;
   z-index:1;
} */

/* div#wiki-login {
   border-radius: 0px 0px .7em .7em;
} */

/************************/
/** Background changer **/
/************************/

.day {
   background: url('https://www.halopedia.org/images/archive/a/a0/20110716172307!Headertest.jpg') repeat-x left top;
}

.evening {
   background: url('https://www.halopedia.org/images/archive/a/a0/20110825162527!Headertest.jpg') repeat-x left top;
}

.night {
   background: url('https://www.halopedia.org/images/archive/a/a0/20110825162728!Headertest.jpg') repeat-x left top;
}

/********************/
/* Randomiser tweak */
/********************/

div#site-logo a {
   background: none repeat scroll 0 0 transparent;
}

/* body {
   background: #FFFFFF repeat-x left top;
} */

div#siteNotice {
   background: rgba(240,240,240,0.7) !important;
   border: 1px dashed #777777 !important;
}

/*********************/
/** Inactive styles **/
/*********************/

/* @import "https://www.halopedian.com/index.php?title=User:Subtank/tabview.css&action=raw&ctype=text/css"; */
/* @import "https://www.halopedian.com/index.php?title=User:Subtank/vector-style.css&action=raw&ctype=text/css"; */