Robotics CSS theme
/* "Bluejay" theme by Devin Balkcom, based on wikidot.com's "webbish2" theme.   */

body{
    background-color: #8a8a8a;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 0.8em;
    min-width: 60em;
}

/* general */

a{
    color: 004183#;
    text-decoration: none;
}
a:hover{
    background-color: transparent;
    text-decoration: underline;
}

a.newpage{
    color: #888;
}

input{
    font-family: verdana,arial,helvetica,sans-serif;
}

#container-wrap{
    padding: 0 0 0 35px;
    background-image:url(/common--theme/webbish2/images/sideback2_l.png);
    background-repeat: repeat-y;
    background-position: top left;
    background-color: white;
}

#container {
    padding: 0 35px 0 0;
    background-image:url(/common--theme/webbish2/images/sideback2_r.png);
    background-repeat: repeat-y;
    background-position: top right;

}

textarea{
    font-family: verdana,arial,helvetica,sans-serif;
}

#main-content{
    margin-left: 15em;
    margin-right: 1em;
}

#main-content p{
    line-height: 1.4em;
}

#top-bar{
    right: 0;
    padding-right: 220px;
    padding-left: 2em;
    background-color:#004183;
    margin-bottom: 5px;
}

#top-bar li{
    margin: 0;
}
#top-bar ul li a, #top-bar ul li ul li a {
    background-color:#004183;
}

#top-bar ul li a:hover, #top-bar ul li ul li a:hover{
    background-color: #004183;
    color: #b6dafe;
    text-decoration: none;
}

#top-bar ul li ul{
    font-weight: normal;
    border: 1px solid #c7d1b6;
}

#top-bar ul li ul li a {
    border: none;
}

#top-bar a {
    color: white;
}

#header {
    border-bottom: 1px solid #888;
    height: 8em;
    background-color: #f0f0f0;
    /*background: url(/common--theme/webbish2/images/webbish-header-bg.png) repeat-x top; */
}

#header h1{
    font-size: 135%;
    padding: 1.5em 0 0 1em;
    font-family: arial,helvetica,sans-serif;
    font-weight: normal;
        color: #004183;
}
#header h2{
        color: #000000;
    font-size: 250%;
    padding: 0 0 0 1em;
    font-family: arial,helvetica,sans-serif;
/*    float: left; */
/*    position: absolute; */
/*    z-index: 20; */
    font-weight: normal;
}

#content-wrap{
    margin: 1.4em 1.4em;
}

#side-bar{
    width: 14em;
    padding: .3em 0 1em 0;
    margin: .3em 0 0 .5em;
    background-color: #e0e0FF;
}

#side-bar h1, #side-bar h2, #side-bar h3{
    text-align: left;
    font-family: arial,helvetica,sans-serif;
        color: #004183;
        padding-left: .5em;
        font-size: 120%;
}

#side-bar ul{
    /* display: block; */
    padding: 0;
    margin: 0;
    list-style: none;
}
#side-bar ul li{
    /* display:block; */
}

#side-bar li a {
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
    padding-left: 1em;
    color: #1E2B31;
    text-decoration: none;
}
#side-bar li a:hover {
    background-color: #888;
    color: white;
}

#side-bar p {
    padding: 5px;
    margin: 0px;
    margin-bottom: 3px;
    margin: 0px;
}

#side-bar div.foldable-list-container ul li ul li{
    margin: 0 0 0 1em;
    font-size: 100%;
}

#main-content h1 {
        font-size: 150%;
    font-weight: normal;
    color: #004183;
    font-family: arial,helvetica,sans-serif;
}

#main-content h2{
        font-size: 130%
    font-weight: normal;
     color: #004183;
    font-family: arial,helvetica,sans-serif;
}

#main-content h3 {
        font-size: 120%
    font-weight: normal;
        color: #004183;
    font-family: arial,helvetica,sans-serif;
}

#main-content h4 {
        font-size: 110%
    font-weight: normal;
        color: #004183;
    font-family: arial,helvetica,sans-serif;
}

#page-title{
    font-weight: bold;
    color: #004183;
    border-color: #a3aa94;
    font-family: arial,helvetica,sans-serif;
    margin-top: 0;
        padding-top: 0;
}

#footer {
    background-color: #555;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 2px solid #2A343D;
    color: #E7E9DC;
    text-align: left;

}

#footer a {
    color: #EEE;
}

#license-area{
    background-color: #EEE;
    padding: 0.2em 1em;
    margin: 0;
}

.page-options-bottom a, a.action-area-close{
    color: #242;
    background-color: #EEE; 
    text-decoration: none;
}
.page-options-bottom a:hover, a.action-area-close:hover{
    background-color: #DDD; 
}

.page-tags span{
    font-size: 100%;
}
page_revision: 64, last_edited: 1229457010|%e %b %Y, %H:%M %Z (%O ago)