Login   Register  
PHP Classes
elePHPant
Icontem

File: tests/runnable/round.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  >  tests/runnable/round.css  >  Download  
File: tests/runnable/round.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: OPBE
Ogame probabilistic battle engine
Author: By
Last change:
Date: 2013-10-26 10:21
Size: 2,661 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;
    background-color: rgba(204,204,204,0.3);
     
}
td {
    border: 1px solid #CCCCCC;
    padding: 5px 10px;
    vertical-align: top;
}
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;
}

html{ 
	background: url(image.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% 100%;
}
input.rounded {
   text-align:center;
	border: 2px solid #ccc;
	--webkit-border-radius: 10px 111px 10px 111px;
        border-radius: 10px 111px 10px 111px;
}
input.rounded:focus {
	border-color:#8EB4E6;
}
input.rounded:hover {
-moz-box-shadow:0px 0px 10px 7px #8EB4E6;
-webkit-box-shadow:0px 0px 10px 7px #8EB4E6;
box-shadow:0px 0px 10px 7px #8EB4E6;

}
input.submit {
   text-align:center;
	-webkit-border-radius: 50px;  
    border-radius: 50px;
    font-size:1em
}
input.submit:hover {
-moz-box-shadow:0px 0px 10px 7px #8EB4E6;
-webkit-box-shadow:0px 0px 10px 7px #8EB4E6;
box-shadow:0px 0px 10px 7px #8EB4E6;

}
 #box_trasparente{
         background-color: rgba(176,224,230,0.7);
     }