Theme
@import "http://static.wikidot.com/common--theme/shiny/css/style.css";
 
/* ORIGINAL THEME (Too Shiny, by Gabrys) */
 
div#container-wrap {
    background: url(http://lastlook.pl/~quake/shiny2/body_bg.png) repeat-x;
}
 
#header h1 a {
/*    background: url(http://lastlook.pl/~quake/shiny2/header_logo.png) no-repeat; <-- changed above */
    display: block;
    height:140px;
    margin: 0;
    outline: none;
    width: 300px;
    max-height: 140px;
    padding: 0;
}
 
#header h1 a span {
    display: none;
}
 
#top-bar ul li, #top-bar ul li a {
    border: transparent;
/*    text-transform: uppercase; */
    font-weight: bold;
    color: #000;
}
 
#top-bar ul li.sfhover {
    background: #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
 
#top-bar ul li.sfhover a {
    background: transparent;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
        color: #fff;
}
 
#top-bar ul li.sfhover a:hover {
    background: transparent;
    color: #fff;
}
 
#top-bar > ul > li {
    background: #fff;
    opacity: 0.6;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
 
#top-bar ul li ul {
    border-color: #aaa;
        background: #ccc;
        -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
 
#top-bar ul li.sfhover ul li a {
        color: #000;
}
 
#page-title {
    font-family: Georgia, "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica;
}
 
#header h2 {
    padding: 26px 0 0;
}
 
#header h2 span {
    color: #fff;
}
 
#side-bar {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
 
input, textarea {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
 
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
 
/* THEME CUSTOMISATION */
 
/* Remove editing tools, buttons */
.wd-editor-toolbar-panel {
    display:none;
}
/* Remove editing Help links */
.edit-help-34 {
    display:none;
}
 
/* Hide forum signatures */
.signature {
      display:none;
}
 
/* Change logo */
#header h1 a {
    background: url(http://shane.wikify.me/local--files/home/header_logo.png) no-repeat;
}
 
/* Remove watching links */
.page-watch-options {
    display: none;
}
 
/* Make pages wider */
#main-content {
    margin:0 4em 0 20em; /* instead of 23em on left side */
}
 
/* External Link icons for wiki section */
 
#page-content .externalicon a[href^="http:"], #page-content .externalicon a[href^="https:"]{
    display:inline-block;
    padding-right:14px;
    background:transparent url(http://shane.wikify.me/local--files/home/external-link-icon.png) center right no-repeat;
}
 
/*
#page-content a[href^="http:"], #page-content a[href^="https:"]{
    display:inline-block;
    padding-right:14px;
    background:transparent url(http://monodot.wdfiles.com/local--files/start/external-link-icon.png) center right no-repeat;
}
#page-content .noexternalicon a[href^="http:"], #page-content .noexternalicon a[href^="https:"]{
   background:none;
   padding:0px;
}
*/
 
#search-top-box {
    display:none;
}
 
/* Add a spoiler tag */
 
.spoiler {
    background-color:#000000;
    padding-left:10px;
    padding-right:10px;
    padding-top:3px;
    padding-bottom:3px;
    color:#000000;
}
 
.spoiler:hover {
    background-color:#E5FFE7;
}
 
/*  Pop-up hover text over images or links  */
/*  Use: [[span class="hover"]]Image or link[[span]]Hover text[[/span]][[/span]] */
 
.hover span {
    display: none;
}
.hover:hover span {
    position: absolute;
    display: inline;
    margin: 20px -20px 0 0;
    height: auto;
    width: auto;
    background: #EAFFEC;
    border: 1px solid #D1D1D1;
    color: #555555;
    padding: 1em;
    font-size: 12px;
}
.hover:hover span span {
    position: relative;
    margin: auto;
    height: auto;
    width: auto;
    border: none;
    padding: 0;
}
.hover:hover {
    background-color: transparent;
}
/*  Table style is layout, header/footer are top & bottom rows */
.layout {
    border-collapse:collapse;
    color:#3B485F;
    width: 100%;
    table-layout:fixed;
}
.layout tr {
    background: #FCFFDF;
    border-bottom:1px solid #EFEFEF;
}
.layout td {
    padding-left: 1em;
}
.layout .truncate {
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
}
.layout .header {
    height: 2em;
    background: #AFCCFF;
    border-bottom: 1px solid #9F9F9F;
    font-weight: bold;
    font-size: 13px;
}
.layout .footer {
    background: #FCFFDF;
    border-top: 1px solid #9F9F9F;
    border-bottom: 1px solid #9F9F9F;
    font-weight: bold;
}
 
.blog28 {
    float:left;
    width:75%;
}
 
.blog28 .bubble {
    width:100%;
    border:1px solid black;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    border-radius: 10px 10px;
    background-color:#B9E5E8;
    margin: 2px;
    padding:5px;
}

Local copy: http://static.wikidot.com/common--theme/shiny/css/style.css