Blame Scripts/newbb2phpbb/style.css

62b044
/* 
62b044
 * Convert Xoops + CBB (newbb) to phpBB 
62b044
 * Style Sheet.
62b044
 *
62b044
 */
62b044
62b044
html {
62b044
        background-image:url(img/html-bg.png);
62b044
        background-color: #FFF;
62b044
        font-family: "DejaVu Sans", "Liberation Sans", sans-serif;
62b044
        font-size: 0.85em;
62b044
        line-height: 1.25em;
62b044
        /* margin: 0;           /* <- full screen                       */
62b044
        /* margin: 0 1% 0 1%;   /* <- with 1% of left and right margin  */
62b044
        /* margin: 0 2% 0 2%;   /* <- with 2% of left and right margin  */
62b044
        margin: 0 4% 0 4%;      /* <- with 4% of left and right margin  */
62b044
        /* margin: 0 10% 0 10%; /* <- with 10% of left and right margin */
62b044
        }
62b044
62b044
body {
62b044
        background: #FFF;
62b044
        border-width: 10px;
62b044
        border-style: solid;
62b044
        border-color: #FFF;     
62b044
        padding:0;
62b044
        margin:0;
62b044
        }
62b044
62b044
/* Links */
62b044
62b044
a:link  { text-decoration: none; color: #204C8D; }
62b044
a:hover { text-decoration: underline; color: green; } 
62b044
a:active { text-decoration: underline; color: green; } 
62b044
a:visited { text-decoration: none; color: #204C8D; }
62b044
a:visited:hover { text-decoration: underline; color: green; }
62b044
a.nonexistent, a.badinterwiki { color: gray; }
62b044
62b044
/* Header */
62b044
62b044
#header {
62b044
        margin:0;
62b044
        padding-top: 1em;
62b044
        background-color: #204C8D;
62b044
        background-image: url("img/header-bg.png");
62b044
        line-height: 1.0em;
62b044
        border:none;
62b044
        }
62b044
62b044
#header h1 {
62b044
    color: #fff;
62b044
    margin: 0;
62b044
    line-height: 1.7em;
62b044
    text-align: center;
62b044
    margin-bottom: 0;
62b044
}
62b044
62b044
#header p.description {
62b044
    color: #fff;
62b044
    text-align: center;
62b044
    margin: 0;
62b044
    font-size: 0.9em;
62b044
62b044
}
62b044
62b044
/* Sublinks */
62b044
62b044
.sublinks {
62b044
        clear: both;
62b044
        display: block;
62b044
        margin: 0;
62b044
        white-space: nowrap;
62b044
        background: #EDF4FF; 
62b044
        font-size: 0.9em;
62b044
        padding: 0.5em;
62b044
        padding-left: 20px;
62b044
        border-top: 1px solid #ddd;
62b044
        border-bottom: 2px dotted #628ECA;
62b044
        }
62b044
62b044
.sublinks li {
62b044
        display: inline;
62b044
        padding: 0;
62b044
        margin-right: 5px;
62b044
        }
62b044
62b044
.sublinks li.current {
62b044
    font-weight: bold;
62b044
}
62b044
62b044
.sublinks li:after {
62b044
        margin-left: 5px;
62b044
        content: " ยป ";
62b044
        }
62b044
62b044
.sublinks li:last-child:after {
62b044
        content: "";
62b044
        }
62b044
62b044
62b044
/* Page */
62b044
62b044
#page {
62b044
        padding-top: 1em;
62b044
        padding-right: 20px;
62b044
        padding-bottom: 0;
62b044
        padding-left: 20px;
62b044
        background: #FFF;
62b044
}
62b044
62b044
dd span.description {
62b044
    margin-left: 0.5em;
62b044
}
62b044
62b044
.navibar {
62b044
        /* Problem: clear: right; aligns nicely right of
62b044
         * logo, but lets it float high in the header,
62b044
         * disconnected from ground */  
62b044
        clear: both;
62b044
        display: block;
62b044
        height: 20px;
62b044
        padding: 0;
62b044
        padding-left: 20px;
62b044
        margin: 0;
62b044
        font-size: 0.9em;
62b044
62b044
        /* For avoiding a gap between navibar and pageline
62b044
         * on IE */
62b044
        zoom: 1;
62b044
        }
62b044
62b044
.navibar li {
62b044
        display: inline;
62b044
        white-space: nowrap;
62b044
        padding-top: 5px;
62b044
        padding-bottom: 5px;
62b044
        border-width: 1px;
62b044
        border-style: solid;
62b044
        border-color: #628ECA;
62b044
        background-color: #FFF;
62b044
        background-image: url("img/navibartop-bg.png");
62b044
        background-position: left top;
62b044
        background-repeat: repeat-x;
62b044
        }
62b044
62b044
.navibar li a { 
62b044
        /* To cover the box area as linkable */
62b044
        padding: 8px;
62b044
        padding-top: 4px;
62b044
        padding-bottom: 5px;
62b044
        }
62b044
62b044
.navibar a, .navibar a:visited {
62b044
        color: #204C8D;
62b044
        text-decoration: none;
62b044
        }
62b044
62b044
.navibar li.current a {
62b044
        color: #FFFFFF;
62b044
        text-decoration: none;
62b044
        font-weight: bold;
62b044
        }
62b044
62b044
.navibar li:hover {
62b044
        background-color: #628ECA;
62b044
        background-image: url("img/navibartop-hover-bg.png");
62b044
        background-position: left top;
62b044
        background-repeat: repeat-x;
62b044
        }
62b044
62b044
.navibar li:hover a {
62b044
        color: #FFFFFF;
62b044
        text-decoration: none;
62b044
        }
62b044
62b044
.navibar li.current, 
62b044
.navibar li.current:hover, 
62b044
.navibar li.current:hover a, 
62b044
.navibar li.current:active a {
62b044
        color: #FFFFFF;
62b044
        background-color: #628ECA;
62b044
        background-image: url("img/navibartop-hover-bg.png"); 
62b044
        background-position: left top;
62b044
        background-repeat: repeat-x;
62b044
        }
62b044
62b044
/* Alignment */
62b044
62b044
.right  { text-align: right; }
62b044
.left   { text-align: left; }
62b044
.center { text-align: center; }
62b044
62b044
.floatr { float:right; }
62b044
.floatl { float:left; }
62b044
62b044
/* Lists */
62b044
62b044
dl {
62b044
    clear: both;
62b044
    }
62b044
62b044
dt {
62b044
    float: left;;
62b044
    width: 200px;
62b044
    padding-top: 3px;
62b044
    padding-right: 1em;
62b044
    text-align: right;
62b044
    }
62b044
62b044
/* Form  */
62b044
62b044
textarea {
62b044
    padding: 3px;
62b044
    padding-left: 0.5em;
62b044
}
62b044
62b044
/* Tables */
62b044
62b044
td {
62b044
    font-size: 0.85em;
62b044
    padding: 0.5em;
62b044
    font-family: monospace;
62b044
}
62b044
62b044
th {
62b044
    padding: 0.5em;
62b044
    font-size: 0.85em;
62b044
    font-family: monospace;
62b044
    background: #f8f8f8;
62b044
}
62b044
62b044
#footer{
62b044
    background: #fafafa;
62b044
    padding: 3px;
62b044
    margin-top: 1em;
62b044
}
62b044
62b044
/* Messages */
62b044
62b044
.lm {
62b044
        background-color: #ECECEC;
62b044
        background-image: url("img/moin-msg-bg-gray.png");
62b044
        width: -10px;
62b044
        border-width: 1px;
62b044
        border-style: solid;
62b044
        border-color: #CFCFCF;
62b044
        border-left-width: 4px;
62b044
        padding: 1em !important;
62b044
        }
62b044
62b044
.lm.red { 
62b044
        border-color: #E0B7B7;
62b044
        background-color: #FFECEC;
62b044
        background-image: url("img/moin-msg-bg-red.png");
62b044
        }
62b044
.lm.green { 
62b044
        border-color: #D6F6D2;
62b044
        background-color: #EEFFEC;
62b044
        background-image: url("img/moin-msg-bg-green.png");
62b044
        }
62b044
62b044
.lm.violet { 
62b044
        border-color: #F6D2F6; 
62b044
        background-color: #FFECFF;
62b044
        background-image: url("img/moin-msg-bg-violet.png");
62b044
        }
62b044
62b044
.lm.blue { 
62b044
        border-color: #D2E0F6; 
62b044
        background-color: #ECF4FF;
62b044
        background-image: url("img/moin-msg-bg-blue.png");
62b044
        }
62b044
62b044
.lm.orange { 
62b044
        border-color: #F6E7D2; 
62b044
        background-color: #FFF8EC;
62b044
        background-image: url("img/moin-msg-bg-orange.png");
62b044
        }
62b044
62b044
.message {
62b044
        margin-left: 20%;
62b044
        margin-right: 20%;
62b044
        margin-bottom: 0.5em;
62b044
        padding-top: 1em;
62b044
        padding-bottom: 1em;
62b044
        padding-left: 1.5em;
62b044
        border-width: 0;
62b044
        border-top-width: 4px;
62b044
        border-top-style: solid;
62b044
        border-bottom-width: 4px;
62b044
        border-bottom-style: solid;
62b044
        text-align: center;
62b044
        font-weight: bold;
62b044
        }
62b044
62b044
/* Misc */
62b044
62b044
.pageline {
62b044
        clear: both;
62b044
        margin: 0;
62b044
        padding: 0;
62b044
        width: 100%;
62b044
        /* sync these values, line-height is needed for IE */
62b044
        height: 5px;
62b044
        line-height: 5px;
62b044
        background: #628ECA;
62b044
        }
62b044
62b044
.action {
62b044
    background: #f8f8f8;
62b044
    padding: 1em;
62b044
    margin-bottom: 0;
62b044
62b044
}
62b044
62b044
.action span {
62b044
    margin-top: 5px;
62b044
}
62b044
62b044
.action img {
62b044
    vertical-align: top;
62b044
    margin-right: 0.5em;
62b044
    border: none;
62b044
}