Добавляем все файлы
This commit is contained in:
43
data/footer.css.php
Executable file
43
data/footer.css.php
Executable file
@@ -0,0 +1,43 @@
|
||||
#fclear{
|
||||
clear :both;
|
||||
}
|
||||
|
||||
#footer {
|
||||
text-align :center;
|
||||
position :relative;
|
||||
width :100%;
|
||||
margin :0px auto;
|
||||
/*
|
||||
background :#ffffff;
|
||||
border :1px solid #0ffff0;
|
||||
height :20px;
|
||||
*/
|
||||
}
|
||||
|
||||
.left-footer,
|
||||
.right-footer,
|
||||
.center-footer {
|
||||
position :relative;
|
||||
padding :0px;
|
||||
/*
|
||||
border :1px solid #0ffff0;
|
||||
*/
|
||||
}
|
||||
|
||||
.left-footer {
|
||||
float :left;
|
||||
width :200px;
|
||||
}
|
||||
.right-footer {
|
||||
float :right;
|
||||
width :200px;
|
||||
}
|
||||
|
||||
.center-footer {
|
||||
float :none;
|
||||
width :auto;
|
||||
overflow :hidden;
|
||||
/*
|
||||
text-align :left;
|
||||
*/
|
||||
}
|
||||
Reference in New Issue
Block a user