push missing css
This commit is contained in:
parent
c5a9aa6a14
commit
10861bc1ac
74
css/red.css
Normal file
74
css/red.css
Normal file
@ -0,0 +1,74 @@
|
||||
<style type="text/css">
|
||||
|
||||
#header {
|
||||
color: white;
|
||||
}
|
||||
|
||||
#style{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%; /*Width of left frame div*/
|
||||
height: 100%;
|
||||
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
|
||||
background-color: red;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#maincontent{
|
||||
position: fixed;
|
||||
top: 40px; /*Set top value to HeightOfTopFrameDiv*/
|
||||
left: 0px; /*Set left value to WidthOfLeftFrameDiv*/
|
||||
right: 300px; /*Set right value to WidthOfRightFrameDiv*/
|
||||
bottom: 0;
|
||||
overflow: auto;
|
||||
background: red;
|
||||
}
|
||||
|
||||
.innertube{
|
||||
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
|
||||
color: white;
|
||||
}
|
||||
|
||||
* html body{ /*IE6 hack*/
|
||||
padding: 120px 150px 0 200px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
|
||||
}
|
||||
|
||||
* html #maincontent{ /*IE6 hack*/
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
* html #framecontentTop{ /*IE6 hack*/
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.white-popup {
|
||||
position: relative;
|
||||
background: #FFF;
|
||||
padding: 20px;
|
||||
width:auto;
|
||||
max-width: 500px;
|
||||
margin: 20px auto;
|
||||
}
|
||||
|
||||
.disktext{
|
||||
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
|
||||
color: black;
|
||||
}
|
||||
|
||||
.disk {
|
||||
border: 1px solid black;
|
||||
width: 150px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.used {
|
||||
display block;
|
||||
background: blue;
|
||||
text-align: right;
|
||||
padding: 0 0 0 0;
|
||||
color: white;
|
||||
}
|
||||
|
||||
</style>
|
Loading…
x
Reference in New Issue
Block a user