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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/*Mainpage (From Runescape wiki)*/
.mp-color {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-top: 10px;
margin-bottom: 15px;
border: 1px solid rgba(0,0,0,0.07);
margin-left: 4px;
}
.mp-color .mp-header {
font-size: 130%;
font-weight: bold;
padding: 8px 2px 2px 2px;
text-align: left;
margin: -1px;
color: white;
padding-bottom: 5px;
}
.mp-color .mp-content {
margin: 5px;
}
.mp-color .mp-endrow {
clear: both;
text-align: right;
}
.mp-color .mp-endrow .mp-endbox {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 4px 25px;
display: inline;
font-size: 85%;
font-weight: bold;
}
.mp-color2 {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-top: 10px;
margin-bottom: 15px;
border: 1px solid rgba(0,0,0,0.07);
}
.mp-color2 .mp-header2 {
font-size: 130%;
font-weight: bold;
padding: 6px;
text-align: center;
margin: -1px;
color: white;
}
.mp-color2 .mp-content2 {
margin: 5px 5px 10px 5px;
}
.mp-color2 .mp-endrow .mp-endbox2 {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-top: 10px;
}
#mp-contents .mp-content,
#mp-recent .mp-content,
#mp-wiki .mp-content {
line-height: 22px;
margin: 2px;
padding-left: 10px;
padding-top: 2px;
padding-bottom: 5px;
}
#mp-recent img {
height: 112px;
}
#mp-recent .image-light {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
#mp-recent .image-light:hover {
-webkit-filter: brightness(105%);
filter: brightness(105%);
}
#mp-recent .image-dark {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
#mp-recent .image-dark:hover {
-webkit-filter: brightness(115%);
filter: brightness(115%);
}
#mp-wiki img {
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
margin: 10px 0;
}
#mp-wiki img:hover {
-webkit-filter: brightness(115%);
filter: brightness(115%);
}
#mp-rsnews .mp-content .mp-header {
width: 15%;
padding: 2px;
}
#mp-patch-header {
margin-top: 1em;
}
#mp-gemw .mp-content2 {
text-align: center;
}
#mp-gemw-date {
font-size: 85%;
margin-top: -2px;
}
#mp-gemw-cti {
font-weight: bold;
font-size: 110%;
}
#mp-rsnews-endrow {
margin-top: 0.75em;
}
#mp-patch-endrow {
position: relative;
top: -30px;
margin-bottom: -30px;
}
#mp-fimg img {
-webkit-filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.2));
filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.2));
}
#mp-fimg img:hover {
-webkit-filter: brightness(115%);
filter: brightness(115%);
}
#mp-footer {
text-align: center;
margin-top: 10px;
padding: 10px 20px;
}
/** Front page's portal (Elements from Destiny wiki) **/
.NavButton:hover .NavInfo, .NavButton:hover .AppInfo {
top: 0;
}
.NavButton {
width: 150px;
border: 1px solid #262626;
min-height: 150px;
background: #3E3E3E center;
margin-bottom: 1em;
margin:0 auto;
position: relative;
overflow: hidden;
color: #FFF;
cursor: pointer;
-moz-box-shadow: 2px 2px 2px #000000;
-webkit-box-shadow: 2px 2px 2px #000000;
box-shadow: 2px 2px 2px #000000;
}
.NavInfo {
width: 100%;
height: 150px;
position: absolute;
top: 127px;
left: 0;
z-index: 1;
-webkit-transition: top 0.3s linear;
-moz-transition: top 0.3s linear;
-o-transition: top 0.3s linear;
transition: top 0.3s linear;
}
.NavTitle {
border-top: #bf1313 solid 4px;
border-bottom: 1px solid #000;
background: rgba(46,49,56,0.7);
height: 3px;
padding-left: 5px;
text-transform: uppercase;
text-align: center;
}
/* MainpageBoxQ (by Sovq of the Polish Sonic Wiki) */
.mainpageboxQ {
border-collapse: collapse;
margin-bottom:10px;
width:100%;
position:relative;
}
.mainpageboxQ th {
padding: 10px;
color: white;
text-align: center;
font-size: 130%;
text-shadow: 0 1.5px 3px #000061;;
border-radius: 10px 10px 0px 0px;
}
.mainpageboxQ td {
background: none repeat scroll 0 0 white;
border: 1px solid #a0a0a0;
padding: 5px;
}