1
0
This repository has been archived on 2017-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
informaticaD4P-2017/assets/css/main.css

83 lines
1.0 KiB
CSS
Raw Normal View History

2017-03-26 15:00:41 +00:00
/** Header **/
.header {
height: 150px;
margin-bottom: 30px;
}
.top > .container {
position: relative;
padding-top: 20px;
height: 100px;
}
.user {
text-align: right;
position: absolute;
bottom: 30px;
right: 0;
}
.menu {
background: #0094ff;
padding: 15px 0;
height: 50px;
}
ul.nv {
list-style-type: none;
margin: 0;
padding: 0;
}
.nv > li {
float: left;
margin-right: 50px;
}
.nv > li > a {
color: white;
}
.nv > li > a:hover {
color: white;
}
2017-04-02 19:04:14 +00:00
.circle {
color: #0094ff;
2017-04-02 19:04:14 +00:00
text-align: center;
background: #ffffff;
height: 20px;
width: 20px;
display: inline-block;
2017-04-02 19:04:14 +00:00
border-radius: 50%;
margin-left: 10px;
2017-04-02 19:04:14 +00:00
}
2017-03-31 07:32:35 +00:00
/** Index **/
.clickable {
cursor: pointer;
2017-03-31 16:22:04 +00:00
color: #333;
2017-03-31 07:32:35 +00:00
}
.clickable:hover {
2017-03-31 16:22:04 +00:00
text-decoration: none;
color: #333;
}
.clickable:hover > div {
background: #eaeaea;
}
.big {
font-size: 24px;
color: #0094ff;
font-weight: 600;
2017-03-31 07:32:35 +00:00
}
2017-03-26 15:00:41 +00:00
/** Footer **/
.footer {
color: grey;
margin-top: 50px;
}