AutoCommit Don Sep 3 11:03:01 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-09-03 11:03:01 +02:00
parent e7c21ad95b
commit 4835155d06
5 changed files with 42 additions and 15 deletions

View File

@@ -78,46 +78,54 @@ ul.linklist li a i{
ul.linklist > li a.linkbox {
border-radius: 0;
border: none;
border-color:white;
border: $box-border;
/* border-color:white;*/
padding-top: 7px;
margin-bottom:1px;
margin-top:1px;
margin-bottom:0px;
margin-top:0px;
/* border-bottom: $box-border;
border-top: $box-border;
*/
border-color:white;
/* border-bottom-color:white; */
}
ul.linklist > li a.linkbox:hover {
border-bottom: $box-border;
border: $box-border;
border-top: $box-border;
box-shadow: none;
border-color: black;
background: #FCFCFC;
margin: 0;
margin-bottom:0px;
/* margin: 0;
margin-bottom:0px;*/
}
ul.linklist > li:first-child a.linkbox { margin-top:1px;}
ul.linklist > li:first-child a.linkbox {}
ul.linklist > li:last-child a.linkbox { margin-bottom:1px;
ul.linklist > li:last-child a.linkbox {
}
ul.linklist > li:first-child a.linkbox {
border-top-left-radius:$box-border-radius;
border-top-right-radius:$box-border-radius;
border-top:none;
/* border-top:$box-border; */
margin-top:0px;
}
ul.linklist > li:last-child a.linkbox {
border-bottom-left-radius:$box-border-radius;
border-bottom-right-radius:$box-border-radius;
border-bottom:none;
/* border-bottom:$box-border;*/
margin-bottom:0px;
}
ul.linklist {
border-radius: $box-border-radius;
border: $box-border;
/* box-shadow: 0px 0px 1px 1px lightgray;*/
}