Login   Register  
PHP Classes
elePHPant
Icontem

File: public/style.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of jstar88  >  OPBE  >  public/style.css  >  Download  
File: public/style.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: OPBE
Ogame probabilistic battle engine
Author: By
Last change: increased table width
fixed table width
Date: 2014-02-01 16:43
Size: 1,770 bytes
 

Contents

Class file image Download
#wrapper, #access, #colophon, #branding, #main {
    width: auto;
}
#content {
    width: 97%;
}
#primary, #secondary {
    width: 97%;
}
#primary {
    min-height: 0;
}
li.widget-container {
    display: block;
    float: left;
    overflow: hidden;
    padding-left: 5px;
}
#main .widget-area ul ul {
    margin-left: 0;
}
.widget-title {
    padding-right: 10px;
    width: 95%;
}
#text-2 {
    width: 250px;
}
.widget_search #s, #search #s {
    margin-left: 0;
    width: 150px;
}
#search-2 {
    float: right;
}
.loginout a:hover {
    color: #FF22A5;
    text-decoration: underline;
}
.loginout {
    float: right;
    margin-right: 10px;
    min-height: 20px;
    overflow: hidden;
    padding-left: 10px;
    padding-top: 5px;
    position: relative;
}
.loginout li {
    float: left;
    padding-left: 4px;
}
div.row {
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 98.5%;
}
div.cols2 {
    float: left;
    margin: 0 3px 0 0;
    padding: 0;
    width: 49%;
}
img.plain {
    border: medium none;
    box-shadow: none;
}
th {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    color: #555555;
    padding: 8px;
    text-align: center;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 165px;
}
td {
    border: 1px solid #CCCCCC;
    padding: 5px 10px;
    vertical-align: top;
    text-align: center;
}
caption {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #EFEFEF;
    border-color: #CCCCCC #CCCCCC -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}