Css

Editing this file has no effect. You have to edit it and then go into the admin pages, "Appearance -> Custom themes", edit ciaran2012 and click [import] so that your changes here get imported into the site settings.

@import url(http://www.wikidot.com/common--theme/base/css/text_highlighter.css);
@import url(http://www.wikidot.com/common--theme/base/css/autocomplete.css);
@import url(http://www.wikidot.com/common--theme/base/css/forum.css);
@import url(http://www.wikidot.com/common--theme/base/css/editor.css);
@import url(http://www.wikidot.com/common--theme/base/css/odialog.css);
 
body{
    background: white url("http://ciaran.compsoc.com/esp-red-ring-transparent-plus8-graded.jpeg");
    background-repeat: no-repeat;  
    background-attachment: scroll;
    background-position: top left;
    font-size: 100%;
    font-family: sans-serif;
    color: #000;
}
 
a {
    color: blue;
}
 
a:hover {
    background-color: light-gray;
}
 
a:visited {
    color: #5a3696;
}
 
/* this one definition comes from http://community.wikidot.com/forum/t-150571/ */
div#container-wrap {
    background-image: url(http://ciaran.compsoc.com/esp-red-ring-transparent-plus8-graded.jpeg);
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: scroll;
}
 
/* Header Logo */
 
#header h1 a span {
    display:none;
}
 
#header h2 {
    display:none;
}
 
#header h1 a,#header h1 a:hover {
    display: block;
    margin: 0; padding:0;
/*    background-image: url(https://esp.wikidot.com/local--files/home-page/logoA.png); */
    background-image: url(http://ciaran.compsoc.com/images/logoA-noring-509x72.png);
    height: 72px;
    width: 509px;
    position: absolute;
    background-repeat: no-repeat;
/*    bottom: 41px; */
    left: 10px;
}
 
/* to stop the grey box on-mouse-over the ESP logo */
#header a:hover {
    background: none;
    background-repeat: no-repeat;
}
 
/* Top Navigation */
 
#top-bar {
    float:left;
    width:100%;
/*    min-width: 500px; */
    background: #000 url("http://esp-dummy.wikidot.com/local--files/start/nav_bg.png") repeat-x right top;
/*    font-size: 14px; */
/*    line-height: 32px; */
    right: 0;
}
 
#top-bar ul {
    margin:0;
    padding:0;
    padding-left: 2em;
    list-style:none;
}
 
#top-bar li {
    float:left;
    margin:0;
}
 
#top-bar a {
    float:left;
    display:block;
/*    width:.1em; */
    text-decoration: none;
/*    font-weight:bold; */
    color: #ffffff;
}
 
#top-bar a:hover {
    color: #000000;
    background: #bb0000 url("http://esp-dummy.wikidot.com/local--files/start/nav_over.png") repeat-x right top;
    text-decoration:none;
}
 
#top-bar > ul a {width:auto;}
 
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#top-bar a {float:none;}
/* End IE5-Mac hack */
 
#top-bar li ul {
    padding: 0;
    margin: 0;
    width: 12em;
    border: 1px solid #EEE;
}
 
#top-bar  li ul li {
    padding: 0;
    margin: 0;
    /*width: 12em;*/
    display: block;
    float: none;
    background-color: #F00;
}
 
#top-bar li ul li a {
    width: 10em;
    text-align: left;
/*    background-colorlor: #FFF;  - this attribute name looks like a typo anyway, probably does nothing */
    border: none;
    /*background: #000 url("http://esp-dummy.wikidot.com/local--files/start/nav_bg.png") repeat-x right top;*/
/*    background: #000 url("http://esp-dummy.wikidot.com/local--files/start/nav_cur.png") repeat-x right top; */
}
 
/* Main Content */
 
#content {
    margin-top: 1em;
}
 
/* Footer */
 
#footer {
/*    background: #000 url("http://esp-dummy.wikidot.com/local--files/start/nav_bg.png") repeat-x right top; */
    color: #ddd;
    line-height: 32px;
    font-size: 12px;
}
 
#footer a {
    margin: 0;
    padding; 0px;
    padding-left: 4px;
    margin-left: -4px;
    padding-top: 10px;
    padding-bottom: 11px;
    text-decoration:none;
    font-weight:bold;
    color:#ddd;
}
 
#footer a:hover {
    margin: 0;
    padding; 0px;
    padding-left: 4px;
    margin-left: -4px;
    padding-top: 10px;
    padding-bottom: 11px;
    color: #444;
/*    background: #b00 url("http://esp-dummy.wikidot.com/local--files/start/nav_over.png") repeat-x right top; */
}
 
li {
    padding: 0.3em;
}
 
/* Sidebar */
 
#side-bar {
    padding: 0em;
}
 
/* I added this to override the larger general padding */
#side-bar li {
     padding: 0.1em;
}
© 2008, End Software Patents

Verbatim copying and distribution of this entire article are permitted worldwide, without royalty, in any medium, provided this notice is preserved.