theshell.ch/site/_sass/_header.scss
maggicl 8b95e4141f css: Work on new style guidelines. Created layouts and author mechanism
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@36 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-05 20:03:04 +00:00

45 lines
583 B
SCSS

/*------- GLOBAL ------*/
header {
text-align:center;
}
span {
display:inline-block;
}
/*------- MENU ------*/
.menuDesktop {
background-color: #131313;
position: relative;
text-align: justify;
}
.boxTitle {
padding: .5em;
}
.title {
color: green;
padding: 20px 0px;
}
.boxItem {
position: absolute;
right: 1em;
top: 0;
height: calc(50px + 1em);
display: inline-table;
}
.boxItem a, .boxItem code {
display: table-cell;
vertical-align: middle;
color: #6a6;
font-weight: bold;
text-decoration: none;
font-size: 2.3vh;
padding: 0 5px;
}