maggicl
f77d407633
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@36 a672b425-5310-4d7a-af5c-997e18724b81
44 lines
583 B
SCSS
44 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;
|
|
}
|