Line 4: | Line 4: | ||
a :hover,a:focus{text-decoration: none;} | a :hover,a:focus{text-decoration: none;} | ||
button{padding:0;border:0;} | button{padding:0;border:0;} | ||
− | + | tbody{ | |
+ | background-color: white; | ||
+ | } | ||
+ | th{ | ||
+ | text-align: center; | ||
+ | } | ||
+ | table{ | ||
+ | text-align: center; | ||
+ | } | ||
+ | .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{ | ||
+ | vertical-align: middle; | ||
+ | } | ||
/*nav*/ | /*nav*/ | ||
.navbar-default{ | .navbar-default{ | ||
background-color: #79acdd ; | background-color: #79acdd ; | ||
border:solid transparent; | border:solid transparent; | ||
− | border-bottom: | + | border-bottom:6px solid white; |
margin-top: 14px; | margin-top: 14px; | ||
} | } | ||
Line 72: | Line 83: | ||
width:120px;height:120px; | width:120px;height:120px; | ||
background-size: 110%;background-repeat: no-repeat; | background-size: 110%;background-repeat: no-repeat; | ||
− | border: | + | border:6px solid white; |
} | } | ||
− | + | .row{ | |
+ | margin-left: 30px; | ||
+ | margin-right: 30px; | ||
+ | } | ||
+ | .panel-body .row { | ||
+ | margin-left: 15px; | ||
+ | margin-right: 15px; | ||
+ | } | ||
/*foot*/ | /*foot*/ | ||
#footer h4{ | #footer h4{ | ||
Line 89: | Line 107: | ||
} | } | ||
.footer-part{ | .footer-part{ | ||
− | padding- | + | padding-top: 30px; |
− | + | margin-top: 20px; | |
+ | padding-bottom: 30px; | ||
} | } | ||
#footer a{ | #footer a{ |
Revision as of 02:45, 13 October 2018
body{
/*background-color: #F7F5E6;*/
} a :hover,a:focus{text-decoration: none;} button{padding:0;border:0;} tbody{
background-color: white;
} th{
text-align: center;
} table{
text-align: center;
} .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
vertical-align: middle;
} /*nav*/ .navbar-default{
background-color: #79acdd ; border:solid transparent; border-bottom:6px solid white; margin-top: 14px;
} .navbar-nav>li>.dropdown-menu{
position: absolute; left: 0;
} .navbar-nav>li{
margin-right: 5px; margin-left: 5px;
} .navbar-nav>li>a{
color: white!important;
} .navbar-brand{
height:auto!important; padding:0px !important; line-height: 25px!important;*/
} .navbar-toggle{
margin-top: 25px!important; border-color: rgba(1,1,1,0)!important;
} .navbar-toggle:hover , .navbar-toggle:focus{
background-color: rgba(1,1,1,0)!important;
} .navbar-default .navbar-nav>.open>a{
border-radius: 100px; background-color: #5b759d!important; color: #e9f1f9!important;
} .dropdown-menu > li > a{
color: white;
} .dropdown-menu > li > a:hover{
background-color: transparent; color: black!important;
} .open{
opacity: 1!important; z-index: 1998; background-color: #79acdd;
} .navbar-nav>li>.dropdown-menu {
margin-top: 0px; border-top-left-radius: 25px; border-top-right-radius: 25px;
} .dropdown-menu{
overflow: hidden; background-color: rgb(91,117,157); border-radius: 25px; border:1px solid transparent; text-align: center; background: -webkit-linear-gradient(rgba(91,117,157,1), rgba(91.117,157,0)); background: -o-linear-gradient(rgba(91,117,157,1), rgba(91.117,157,0)); background: -moz-linear-gradient(rgba(91,117,157,1), rgba(91.117,157,0)); background: linear-gradient(rgba(91,117,157,1), rgba(91,117,157,0.4));
} .circle{
position: absolute;border-radius: 50%; width:120px;height:120px; background-size: 110%;background-repeat: no-repeat; border:6px solid white;
}
.row{
margin-left: 30px; margin-right: 30px;
} .panel-body .row {
margin-left: 15px; margin-right: 15px;
} /*foot*/
- footer h4{
color: white; font-size: 25px !important; padding-top: 10px; padding-bottom: 10px;
}
- footer p{
color: white; padding-top: 10px; padding-bottom: 10px;
} .footer-part{
padding-top: 30px; margin-top: 20px; padding-bottom: 30px;
}
- footer a{
color: white; padding-bottom: 10px!important; padding-top: 10px!important;
}
- footer a:hover,#footer a:focus{
color: white; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; -webkit-transition: all .3s; transition: all .3s;
}
- footer{
margin-top:200px;
}