Blame Scripts/Php/Webenv/contents/style.css

878a2b
/*** 
878a2b
 * Style used in some server responses.
878a2b
 *
878a2b
 * -- CentOS Artwork SIG.
878a2b
 *    http://projects.centos.org/trac/artwork/wiki/WebServerCustomization
878a2b
 */
878a2b
878a2b
html {
878a2b
    background-color: #FFF;
878a2b
    background-image: url(images/html-background.png);
878a2b
    font-family: "DejaVu Sans", "Liberation Sans", sans-serif;
878a2b
    font-size: 0.85em;
878a2b
    line-height: 1.25em;
878a2b
    margin: 0 4% 0 4%;      /* <- with 4% of left and right margin  */
878a2b
    }
878a2b
878a2b
body {
878a2b
    background: #FFF;
878a2b
    border-width: 10px;
878a2b
    border-style: solid;
878a2b
    border-color: #FFF;     
878a2b
    padding:0;
878a2b
    margin: 0;
878a2b
    }
878a2b
878a2b
/* RSS */
878a2b
878a2b
#header .rss {
878a2b
    float:right;
878a2b
    padding: 0;
878a2b
    margin:  0;
878a2b
    margin-right: 1em;
878a2b
    border: none;
878a2b
}
878a2b
878a2b
/* Links */
878a2b
878a2b
a:link  { text-decoration: none; color: #204C8D }
878a2b
a:hover { text-decoration: underline; color: green; } 
878a2b
a:active { text-decoration: underline; color: green; } 
878a2b
a:visited { text-decoration: none; color: #204C8D; }
878a2b
a:visited:hover { text-decoration: underline; color: green; }
878a2b
878a2b
#footer .credits a:link  { border-bottom: 1px dotted #eee; text-decoration: none; color: #eee }
878a2b
#footer .credits a:hover { border-bottom: 1px dotted #eee; text-decoration: underline; color: #fff; } 
878a2b
#footer .credits a:active { border-bottom: 1px dotted #eee; text-decoration: underline; color: #eee; } 
878a2b
#footer .credits a:visited { border-bottom: 1px dotted #eee; text-decoration: none; color: #eee; }
878a2b
#footer .credits a:visited:hover { border-bottom: 1px dotted #eee; text-decoration: underline; color: #fff; }
878a2b
878a2b
/* Alignment */
878a2b
878a2b
.floatr { float: right; }
878a2b
.floatl { float: left; }
878a2b
878a2b
/* Lists */
878a2b
878a2b
#content ul,
878a2b
#content ol {
878a2b
        padding-left: 1.9em;
878a2b
        margin-left: 3em;
878a2b
        margin-bottom: 1em;
878a2b
        }
878a2b
878a2b
#content ul { 
878a2b
        list-style: url("images/ul.png") circle; 
878a2b
        } 
878a2b
878a2b
#content ol {
878a2b
        list-style-image: none !important;
878a2b
        }
878a2b
878a2b
#content ul li {
878a2b
        padding-left: 0em;
878a2b
        margin-bottom: 0.3em;
878a2b
        }
878a2b
878a2b
#content ol li {
878a2b
        padding-left: 0em;
878a2b
        margin-bottom: 0.3em;
878a2b
        }
878a2b
878a2b
#content ul ul,
878a2b
#content ul ol,
878a2b
#content ol ul,
878a2b
#content ol ol {
878a2b
        margin-left: 0.5em;
878a2b
        margin-top: 0.3em;
878a2b
        }
878a2b
878a2b
#content ul li p,
878a2b
#content ol li p {
878a2b
        margin-bottom: 0.3em;
878a2b
        line-height: 1.5em;
878a2b
        margin-left: 0 !important;
878a2b
        }
878a2b
878a2b
/* Tables */
878a2b
878a2b
#content table { 
878a2b
    width: 100%;
878a2b
    font-size: inherit;
878a2b
    }
878a2b
878a2b
#content th {
878a2b
    padding-left: 5px;
878a2b
    padding-right: 5px;
878a2b
    }
878a2b
878a2b
#content th { 
878a2b
    background-image: url(images/h2-background.png);
878a2b
    }
878a2b
       
878a2b
/* Presentation */
878a2b
878a2b
#header {
878a2b
    background-color: #204C8D;
878a2b
    background-image: url(images/header-background.png);
878a2b
    color: #fff;
878a2b
    }
878a2b
878a2b
#header div.people_info {
878a2b
    float: right;
878a2b
    padding: 0.3em 10% 1.2em 1.2em;
878a2b
    padding-right: 10%;
878a2b
    text-align: center;
878a2b
    }	
878a2b
878a2b
#header .adminlinks {
878a2b
    float:right;
878a2b
    margin: 0.5em;
878a2b
    text-align: right;
878a2b
    font-size: 0.9em;
878a2b
    color: #eee;
878a2b
}
878a2b
878a2b
#header .adminlinks a {
878a2b
    margin-left: 0.5em;
878a2b
    margin-right: 0.5em;
878a2b
}
878a2b
878a2b
#logo {
878a2b
    color: #fff;
878a2b
    padding: 10px;
878a2b
    width: 500px;
878a2b
    }
878a2b
878a2b
#logo img {
878a2b
    border: none;
878a2b
}
878a2b
878a2b
#logo .logo_text{
878a2b
    font-size: 1.7em;
878a2b
    color: #fff;
878a2b
    margin-top: -50px;
878a2b
    float:left;
878a2b
    margin-left: 260px;
878a2b
    text-align:left;
878a2b
}
878a2b
878a2b
/* Ads */
878a2b
878a2b
.googlecontent {
878a2b
    clear: right;
878a2b
    margin: 0;
878a2b
}
878a2b
878a2b
/* Page lines */
878a2b
878a2b
.pageline_dark {
878a2b
    border: 1px solid #31629b;
878a2b
    clear: both;
878a2b
    margin:0;
878a2b
    padding:0;
878a2b
}
878a2b
878a2b
.pageline {
878a2b
    border-bottom:2px solid #cad9ee;
878a2b
    clear: both;
878a2b
    margin:0;
878a2b
    padding:0;
878a2b
}
878a2b
878a2b
.pageline_soft {
878a2b
    border: 1px solid #fff;
878a2b
    clear: both;
878a2b
    margin:0;
878a2b
    padding:0;
878a2b
}
878a2b
878a2b
/* Mainlinks */
878a2b
878a2b
.mainlinks {
878a2b
        display: block;
878a2b
        padding: 0;
878a2b
        padding-left: 20px;
878a2b
        margin: 0;
878a2b
        font-size: 0.8em;
878a2b
        background-color: #2b4f80;
878a2b
        height: 23px;
878a2b
        border-bottom: 2px solid #6fa4df;
878a2b
        }
878a2b
878a2b
.mainlinks li {
878a2b
        float: left;
878a2b
        display: inline;
878a2b
        white-space: nowrap;
878a2b
        font-weight: bold;
878a2b
        padding:0;
878a2b
        padding-top:3px;
878a2b
        padding-bottom:3px;
878a2b
        }
878a2b
878a2b
.mainlinks li a { 
878a2b
        /* To cover the box area as linkable */
878a2b
        padding: 10px;
878a2b
        padding-top: 4px;
878a2b
        padding-bottom: 4px;
878a2b
        border-right: 1px solid #25456f;
878a2b
        border-left: 1px solid #31629b;
878a2b
        }
878a2b
878a2b
.mainlinks a, 
878a2b
.mainlinks a:visited {
878a2b
        color: #BDD3FB;
878a2b
        text-decoration: none;
878a2b
        }
878a2b
878a2b
.mainlinks li.current a {
878a2b
        color: #25456f;
878a2b
        border-right: 1px solid #fff;
878a2b
        border-left: 1px solid #fff;
878a2b
        text-decoration: none;
878a2b
        }
878a2b
878a2b
.mainlinks li:hover {
878a2b
        background-color: #436595;
878a2b
        padding-bottom: 3px;
878a2b
        }
878a2b
878a2b
.mainlinks li:hover a {
878a2b
        color: #BDD3FB;
878a2b
        text-decoration: none;
878a2b
        }
878a2b
878a2b
.mainlinks li:hover a:active { color:#BDD3FB; background-color:#436595; text-decoration:none;}
878a2b
.mainlinks li a:active { color:#BDD3FB; background-color:#436595; text-decoration:none;}
878a2b
878a2b
.mainlinks li.current, 
878a2b
.mainlinks li.current:hover, 
878a2b
.mainlinks li.current:hover a, 
878a2b
.mainlinks li.current:active a {
878a2b
        color: #25456f;
878a2b
        background-color: #fff; 
878a2b
        padding-bottom: 5px;
878a2b
        }
878a2b
878a2b
/* Entries pager */
878a2b
878a2b
#content .entrypager {
878a2b
    border-top: 1px solid #f8f8f8;
878a2b
    clear: both;
878a2b
}
878a2b
878a2b
#content .entrypager span {
878a2b
    display: inline;
878a2b
    font-size: 0.9em;
878a2b
    padding: 1em;
878a2b
}
878a2b
878a2b
/* Content */
878a2b
878a2b
#content .columnl {
878a2b
    display: block;
878a2b
    background-color: #fff;
878a2b
    margin: 0;
878a2b
    margin-right: 300px;
878a2b
    padding: 20px;
878a2b
    }
878a2b
878a2b
#content .columnr {
878a2b
    display: block;
878a2b
    width: 300px;
878a2b
    float:right;
878a2b
    background: #f6f9ff; 
878a2b
    border: 1px solid #a0bbe1;
878a2b
    margin-bottom: 1em;
878a2b
    }
878a2b
878a2b
#content .columnr div {
878a2b
    margin: 0;
878a2b
    padding: 1em;
878a2b
    font-size: 0.9em;
878a2b
    }
878a2b
878a2b
#content .columnr a {
878a2b
    font-weight: bold;
878a2b
}
878a2b
878a2b
#content .columnr div.row,
878a2b
#content .columnr div.row_search,
878a2b
#content .columnr div.row_download,
878a2b
#content .columnr div.row_promo,
878a2b
#content .columnr div.row_release,
878a2b
#content .columnr div.row_user,
878a2b
#content .columnr div.row_sponsor,
878a2b
#content .columnr div.row_subscribe {
878a2b
    border-top: 1px solid #fff;
878a2b
    border-bottom: 1px solid #cad9ee; 
878a2b
}
878a2b
878a2b
#content .columnr div ul {
878a2b
    margin: 0;
878a2b
    list-style: url("images/ul2.png") circle; 
878a2b
}
878a2b
878a2b
#content .columnr div.row_promo img {
878a2b
    padding: 5px;
878a2b
    background: #fff;
878a2b
    border: 1px solid #a0bbe1;
878a2b
}
878a2b
878a2b
#content .columnr div.center { text-align: center; }
878a2b
878a2b
#content .columnr div.last {
878a2b
    border-top: 1px solid #fff;
878a2b
    border-bottom: none;
878a2b
}
878a2b
878a2b
#content .columnr p.first {
878a2b
    border-top: none;
878a2b
}
878a2b
878a2b
#content h1 {
878a2b
        color: #333;
878a2b
        line-height: 1em;
878a2b
        margin: 0px;
878a2b
        margin-bottom: 1em;
878a2b
        padding: 0px;
878a2b
}
878a2b
878a2b
#content h2,
878a2b
#content h3,
878a2b
#content h4,
878a2b
#content h5,
878a2b
#content h6 {
878a2b
        color: #333;
878a2b
        line-height: 0.7em;
878a2b
        margin: 0px;
878a2b
        margin-bottom: 1em;
878a2b
        padding: 0px;
878a2b
        }
878a2b
878a2b
#content tt {
878a2b
   font-family: "DejaVu Sans Mono", "Liberation Sans Mono", monospace;
878a2b
}
878a2b
878a2b
#content {
878a2b
    clear:both;
878a2b
    padding: 1em;
878a2b
    background: #fff; 
878a2b
}
878a2b
878a2b
#content p {
878a2b
    color: #333;
878a2b
    line-height: 1.5em;
878a2b
    margin: 0;
878a2b
    padding: 0;
878a2b
    margin-bottom: 1em;
878a2b
    margin-top: 1em;
878a2b
}
878a2b
878a2b
#content pre {
878a2b
        font-size: 1.4em;
878a2b
        border-width: 1px;
878a2b
        border-style: solid;
878a2b
        border-color: #E5E5E5;
878a2b
        border-left-width: 4px;
878a2b
        white-space: pre;
878a2b
        background: #FFFAE9;
878a2b
        overflow: auto;
878a2b
        padding: 1em;
878a2b
}
878a2b
878a2b
#content hr { 
878a2b
    margin-top: 1em; 
878a2b
    margin-bottom: 1em; 
878a2b
    padding: 0;
878a2b
    border: 1px solid #f8f8f8;
878a2b
    }
878a2b
878a2b
.promoblock {
878a2b
    display: block;
878a2b
    float:left;
878a2b
    padding: 0;
878a2b
    padding-left: 1em;
878a2b
    padding-right: 0.5em;
878a2b
    margin-top: 0.5em;
878a2b
    margin-bottom: 0.5em;
878a2b
    border-left: 2px dotted #cad9ee;
878a2b
    height: 150px;
878a2b
    font-size: 0.8em;
878a2b
    width: 20%;
878a2b
}
878a2b
878a2b
.promoblock p {
878a2b
    padding: 0em;
878a2b
    line-height: 1.5em;
878a2b
    margin: 0em;
878a2b
    margin-bottom: 1em;
878a2b
}
878a2b
878a2b
.promoblock.last { width: 30%; }
878a2b
878a2b
.promoblock.first { border-left: none;}
878a2b
878a2b
#content div.post p.info {
878a2b
    font-size: 0.8em;
878a2b
    margin-top: -1em !important;
878a2b
}
878a2b
878a2b
#content div.post.first p.info {
878a2b
    margin-top: -2em !important;
878a2b
}
878a2b
878a2b
#content .post {
878a2b
    margin-top: 1em;
878a2b
    padding-top: 1em;
878a2b
}
878a2b
878a2b
#content .post.first {
878a2b
    border-bottom: 1px solid #f8f8f8;
878a2b
}
878a2b
878a2b
878a2b
#content .post.first h2 {
878a2b
   font-size: 2em; 
878a2b
}
878a2b
878a2b
/* Content - Forms */
878a2b
878a2b
form {
878a2b
    margin: 0;
878a2b
    padding: 0;
878a2b
    display: inline;
878a2b
}
878a2b
878a2b
#header input[type="submit"],
878a2b
#header input[type="text"] {
878a2b
        border-width: 2px;
878a2b
        border-style: solid;
878a2b
        border-color: #204C8D;
878a2b
        background-color: #3B71B8;
878a2b
        color: #FFFFFF;
878a2b
        display: inline;
878a2b
        text-decoration: none;
878a2b
        padding: 1px;
878a2b
        padding-left: 4px;
878a2b
        padding-right: 4px;
878a2b
        }
878a2b
878a2b
#header input[type="submit"] {
878a2b
    font-weight: bold;
878a2b
    cursor: pointer;
878a2b
    font-size: 0.8em;
878a2b
}
878a2b
878a2b
#header input[type="text"] {
878a2b
        font-size: 0.85em;
878a2b
        margin-right: 2px;
878a2b
        display: inline;
878a2b
        padding: 2px;
878a2b
        padding-left: 4px;
878a2b
        border: 2px solid #204C8D;
878a2b
        background-color: #EDF4FF;
878a2b
        color: #204C8D;
878a2b
        width: 130px; 
878a2b
}
878a2b
#header select {
878a2b
        font-size: 0.8em;
878a2b
        border-width: 2px;
878a2b
        border-style: solid;
878a2b
        border-color: #204C8D;
878a2b
        background-color: #3B71B8;
878a2b
        color: #FFFFFF;
878a2b
        cursor: pointer;
878a2b
        display: inline;
878a2b
        font-weight: bold;
878a2b
        text-decoration: none;
878a2b
        padding: 1px;
878a2b
        }
878a2b
878a2b
.input {
878a2b
        /* does strange effect to button (text size becomes bigger when clicking)
878a2b
        font-size: 1em;
878a2b
        font-family: Arial, Lucida Grande, sans-serif;
878a2b
        */
878a2b
        }
878a2b
878a2b
textarea {
878a2b
        font-size: 1.4em;
878a2b
        font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
878a2b
        }
878a2b
878a2b
.disabled {
878a2b
        color: gray;
878a2b
        }
878a2b
878a2b
/* Footer */
878a2b
878a2b
#footer {
878a2b
    background-color: #204C8D;
878a2b
    background-image: url(images/header-background.png);
878a2b
    margin-top: 1em;
878a2b
    clear:both;
878a2b
    }
878a2b
878a2b
#footer p {
878a2b
    font-size: small;
878a2b
    margin: 5px;
878a2b
    }
878a2b
878a2b
#footer .mainlinks {
878a2b
        border-top: 2px solid #6fa4df;
878a2b
        border-bottom: none;
878a2b
        height: 23px;
878a2b
        }
878a2b
878a2b
#footer .mainlinks li {
878a2b
    padding-bottom: 3px;
878a2b
}
878a2b
878a2b
#footer .mainlinks li.current {
878a2b
    margin-top: -3px;
878a2b
    padding-bottom: 3px;
878a2b
    padding-top: 6px;
878a2b
}
878a2b
878a2b
878a2b
#footer .sublinks {
878a2b
	border-top:2px solid #cad9ee;
878a2b
    border-bottom: none;
878a2b
    }
878a2b
878a2b
#footer .credits {
878a2b
    color: #eee;
878a2b
    font-size: small;
878a2b
    padding: 1em;
878a2b
    }
878a2b
878a2b
#footer .credits p.right {
878a2b
    float: right;
878a2b
    padding-left: 15em;
878a2b
    text-align: right;
878a2b
}