Prime Numbers Wiki
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* User colors definitions (with boxes) */

a[href="/wiki/User:Julianthewiki"]{
    color: orange !important;
    font-weight: bold !important;
    font-family: Arial !important;
}    
a[href="/wiki/User:Blueeighthnote"]{
    color: green !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href="/wiki/User:3primetime3"]{
    color: blue !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href="/wiki/User:Imamadmad"]{
    color: black !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href="/wiki/User:Dalek-James"]{
    color: brown !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href="/wiki/User:Minipop56"]{
    color: #4B0082 !important;
    font-weight: bold !important;
    font-family: Arial !important;
}

/* Main CSS class of the tooltip; imported from Risk of Rain Wiki */
.main-tooltip {
    border: 1px solid #110099 !important;
    background-clip: padding-box;
    padding: 2px 5px;
    background-color: #DDFFEE;
    font-family:'Cambria';
    font-size: 14px;
    line-height: 1.4em; 
    transition: all 0.3s;  /* Simple transition for hover effect */
}
 
/* Hides tooltips with redlinks, not yet loaded ones and elements containing tooltip contents for advanced tooltips */
.has-redlinks, .tooltip-loading, .advanced-tooltip .tooltip-contents {
    display: none;
}
 
.tooltips-init-complete {
    cursor: help;
}

/* Help headers */
 .basic {
    background-image: url('http://images.wikia.com/communitytest/images/3/3b/Greenheader.png');
    color:#006600;
}
.moderate {
    background-image: url('http://images.wikia.com/communitytest/images/7/7f/Blueheader.png');
    color:#333399;
}
.expert {
    background-image: url('http://images.wikia.com/communitytest/images/e/ed/Purpleheader.png');
    color:#663399;
}
.helpheader {
    padding-left: 5px;
    margin-top: .5em;
    margin-bottom: .17em;
    width: 100%;
    background-repeat: repeat-y;
    clear: right;
    display: table;
}
.helpheader h2 {
    float: left;
    font-size: 140%;
    font-weight: bold;
    line-height: 150%;
    margin: 15px 0 3px;
    padding:0.4em;
    text-align:left;
    vertical-align:middle;
    border-style: none;
}
.helpheader h2 ~ h2 {
    float: left;
}
.silver_taskstar h2 {
    background: url('http://images.wikia.com/central/images/a/aa/Silver_taskstar.png') left center no-repeat;
    padding-left: 25px;
    padding-right: 15px;
}
.silver_taskstar h2 ~ h2 {
    background: transparent !important;
    padding-left: 0;
}
.helpheader h2 ~ h2:before {
    content:'/';
    margin-right: 10px;
}
.helpheader .editsection {
    background: white;
    margin-top: -25px;
    position: absolute;
    right: 5px;
}
.glass {
    background-image: url(http://images.wikia.com/central/images/a/a9/Glass_bar.png);
    background-repeat: repeat-x
}
/*~ Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes ~*/
 th.mbox-text, td.mbox-text {
    /* The message body cell(s) */
    border: none;
    padding: 0.25em 0.9em;
    /* 0.9em left/right */
    width: 100%;
    /* Make all mboxes the same width regardless of text length */
}
mbox-image {
    /* The left image cell */
    border: none;
    padding: 2px 0 2px 0.9em;
    /* 0.9em left, 0px right */
    text-align: center;
}
mbox-imageright {
    /* The right image cell */
    border: none;
    padding: 2px 0.9em 2px 0;
    /* 0px left, 0.9em right */
    text-align: center;
}
/*~ Talk page message box styles ~*/
 table.tmbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #c0c090;
    /* Default "notice" gray-brown */
    background: #f8eaba;
}
.mediawiki .mbox-inside .tmbox {
    /* For tmboxes inside other templates. The "mediawiki" */
    margin: 2px 0;
    /* class ensures that this declaration overrides other */
    width: 100%;
    /* For Safari and Opera */
    /* styles (including mbox-small above) */
}
.mbox-inside .tmbox.mbox-small {
    /* "small" tmboxes should not be small when  */
    line-height: 1.5em;
    /* also "nested", so reset styles that are   */
    font-size: 100%;
    /* set in "mbox-small" above.                */
}
tmbox-speedy {
    border: 2px solid #b22222;
    /* Red */
    background: #fee;
    /* Pink */
}
tmbox-delete {
    border: 2px solid #b22222;
    /* Red */
}
tmbox-content {
    border: 2px solid #f28500;
    /* Orange */
}
tmbox-style {
    border: 2px solid #f4c430;
    /* Yellow */
}
tmbox-move {
    border: 2px solid #9932cc;
    /* Purple */
}
tmbox-protection, tmbox-notice {
    border: 1px solid #c0c090;
    /* Gray-brown */
}

/* Wikia Infobox links */
.wikia-infobox a:link {
    color: #FFFFFF; text-decoration: none;
}
.wikia-infobox a:visited {
    color: #FFFFFF; text-decoration: none;
}
.wikia-infobox a:hover {
    color: #99DDFF; text-decoration: underline;
}
.wikia-infobox a:active {
    color: #AAAAAA; text-decoration: none;
}
.wikia-infobox a.new:link{
    color: #CC2200;
}
.wikia-infobox a.new:visited{
    color: #CC2200;
}

/* Class: linkcolor-normal */
.linkcolor-normal a:link {
    color: #006CB0; text-decoration: none;
}
.linkcolor-normal a:visited {
    color: #006CB0; text-decoration: none;
}
.linkcolor-normal a:hover {
    color: #4FBCFC; text-decoration: underline;
}
.linkcolor-normal a:active {
    color: #6CB000; text-decoration: none;
}
.linkcolor-normal a.new:link{
    color: #CC2200;
}
.linkcolor-normal a.new:visited{
    color: #CC2200;
}
/* Toggle buttons */
.toggle, .toggleBtn{
    border: 1px solid silver;
    border-radius: 5px;
}
.toggle{
    position: relative;
    background: #F6F;
    cursor: pointer;
}
.toggleBtn{
    position: absolute;
    top: -1px;
    left: -1px;
    height: 100%;
    width: 50%;
    background: #FFF;
}
/* Two columns setup in sections wrapped by <div id="wrap"> */
#wrap {
   width:100%;
   margin:0 auto;
}
#left_col {
   float:left;
   width:50%;
}
#right_col {
   float:right;
   width:50%;
}
#left_col2 {
   float:left;
   width:48%;
}
#right_col2 {
   float:right;
   width:48%;
}
/* ==============================================================
                    Rule added for PrimeTableBlue
==============================================================  */
table.PrimeTableBlue { 
color: #EEBBFF;
font-family: Helvetica, Arial, sans-serif;
width: 640px; 
border-collapse: 
collapse; border-spacing: 0; 
}

/* PrimeTableBlue setup: (For prime number tables) */
.PrimeTableBlue {border: 2.5px solid #0099FF; background: #CCDDFF;}
.PrimeTableBlue a:hover {color: #FFFFFF;}
.PrimeTableBlue a.new:link {color: #CC2200;}
.PrimeTableBlue a.new:visited {color: #CC2200;}

.PrimeTableBlue td, .PrimeTableBlue th { 
border: 1px solid black;
height: 30px; 
transition: all 0.3s;  /* Simple transition for hover effect */
}
.PrimeTableBlue th {
background: #4433CC;  /* Header setup */
color: #CCFFEE;
font-weight: bold;
}
.PrimeTableBlue td {
background: #000000;
text-align: center;
}

/* Cells in even rows (2,4,6...) are one color */ 
.PrimeTableBlue tr:nth-child(even) td { background: #BBCCFF; }   

/* Cells in odd rows (1,3,5...) are another (excludes header cells)  */ 
.PrimeTableBlue tr:nth-child(odd) td { background: #FEFEFE; }

/* Hover setup */
.PrimeTableBlue tr td:hover { background: #9988FF; color: #FFFFFF; }

/*             */
 
.navboxborder {
    font-family: "Verdana", sans-serif;
    -moz-border-radius:5px 5px 5px 5px; 
    -webkit-border-radius:5px 5px 5px 5px; 
    border-radius:5px 5px 5px 5px; 
    border:2px solid #004000; 
    margin:8px 0 8px 0; 
    vertical-align:top; 
    padding:4px; margin-top:0.5em; 
    -moz-box-shadow:0.1em 0.1em 1em #91197a; 
    -webkit-box-shadow:0.1em 0.1em 1em #008000;
    box-shadow:0.1em 0.1em 1em #91197a; 
}

.navbox3d td {
    border-style:solid;border-width:2px;padding-left:5px;
    background:#EEFFBB;
    font-size:0.75em;
}
.digits3 th {
    border-style:solid;border-width:2px;border-color:black;background-color:#a81b79;color:white;text-align:center;padding-left:5px;
}
.digits3 td:nth-child(1) {
    background:#3cb371; width:20%;
}
.digits4A th {
    border-style:solid;border-width:2px;border-color:black;background-color:#4a1ba8;color:white;text-align:center;padding-left:5px;
}
.digits4A td:nth-child(1) {
    background:#87ceeb; width:20%
}
.digits4B th {
    border-style:solid;border-width:2px;border-color:black;background-color:#dd692e;color:white;text-align:center;padding-left:5px;
}
.digits4B td:nth-child(1) {
    background:#f2b05a; width:20%
}
Advertisement