2603.0 - First effort...
This commit is contained in:
71
stil.css
Normal file
71
stil.css
Normal file
@@ -0,0 +1,71 @@
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
body {
|
||||
min-height: 100%;
|
||||
position:relative;
|
||||
}
|
||||
.bg_pic{
|
||||
background-image: url('img/bg_txt.jpg'), url('img/bg.jpg');
|
||||
background-repeat: no-repeat , repeat-x;
|
||||
position:0px top, 1024px top ;
|
||||
height:194px;
|
||||
}
|
||||
.bg_footer{
|
||||
width:100%;
|
||||
height:40px;
|
||||
background-image: url('img/footer.jpg');
|
||||
background-repeat: repeat-x;
|
||||
position:left,bottom;
|
||||
margin-left:100px;
|
||||
}
|
||||
.navclr{
|
||||
background-color: #267488;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-nav > li > a {
|
||||
color: #FFF;
|
||||
}
|
||||
.navbar-default .navbar-nav > li > a:hover,
|
||||
.navbar-default .navbar-nav > li > a:focus {
|
||||
color: #267488;
|
||||
background-color:#FFF;
|
||||
}
|
||||
.navbar-default .navbar-nav > .active > a,
|
||||
.navbar-default .navbar-nav > .active > a:hover,
|
||||
.navbar-default .navbar-nav > .active > a:focus {
|
||||
color: #FFF;
|
||||
background-color: #267488;
|
||||
}
|
||||
.navbar-default .navbar-nav > .open > a,
|
||||
.navbar-default .navbar-nav > .open > a:hover,
|
||||
.navbar-default .navbar-nav > .open > a:focus {
|
||||
color: #FFF;
|
||||
background-color: #267488;
|
||||
}
|
||||
|
||||
a.linkblue:link {
|
||||
color: #267488;
|
||||
}
|
||||
a.linkblue:visited {
|
||||
color: #267488;
|
||||
}
|
||||
a.linkblue:hover {
|
||||
color: #267488;
|
||||
}
|
||||
a.linkblue:active {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.bg_footer{
|
||||
width:100%;
|
||||
height:40px;
|
||||
background-image: url('img/footer.jpg');
|
||||
background-repeat: repeat-x;
|
||||
position:left,bottom;
|
||||
margin-left:100px;
|
||||
}
|
||||
|
||||
.padding{
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
Reference in New Issue
Block a user