108 lines
2.2 KiB
CSS
108 lines
2.2 KiB
CSS
|
|
|
|
.gitrepos {background-color: #fff;}
|
|
|
|
.weblink {background-color: #fff;}
|
|
|
|
.linktext {}
|
|
|
|
.linkbox {border: 1px outset #d1d1d1;
|
|
border-radius: 0.4em;
|
|
height: 10em;
|
|
margin: 0.5em;}
|
|
|
|
.linkdesc {text-align: center;
|
|
font-size: 400%;
|
|
padding-top: 0.45em;
|
|
background-color: #dfdfdf;
|
|
border-radius: 0 0.1em 0.1em 0;}
|
|
|
|
.active {background-image: url("../imgs/active.png");
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
background-position: 0 0;}
|
|
|
|
.archived {background-image: url("../imgs/archived.png");
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
background-position: 0 0;}
|
|
|
|
.discontinued {background-image: url("../imgs/discontinued.png");
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
background-position: 0 0;}
|
|
|
|
div#header {margin-top: 0.5em;}
|
|
|
|
div#header div.row {width: 100%;
|
|
margin-left:auto;
|
|
margin-right: auto;}
|
|
|
|
div#header div div ul li {
|
|
border: 1px outset #d1d1d1;
|
|
margin-top: 0.5em;
|
|
border-radius: 0.5em;
|
|
}
|
|
|
|
div#header div div ul li a {display: block;
|
|
height: 10em;
|
|
padding-top: 4em;;
|
|
width: 100%;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
div#header div div ul li a:hover {text-decoration: none;}
|
|
|
|
div#header div div ul li a i {font-size: 130%;}
|
|
|
|
ul.projectlist {}
|
|
|
|
ul.projectlist li {
|
|
border: 1px outset #333;
|
|
margin-top: 0.5em;
|
|
border-radius: 0.5em;
|
|
}
|
|
|
|
ul.projectlist li div.row {width: 100%;
|
|
margin-left:auto;
|
|
text-align: center;
|
|
margin-right: auto;}
|
|
|
|
ul.projectlist li div.row div.projectlink {
|
|
background-color: #dfdfdf;
|
|
border-radius: 0.5em 0 0 0.5em;}
|
|
|
|
ul.projectlist li div.row div.projectlink a {display: block;
|
|
padding-top: 2em;
|
|
padding-top: 2em;
|
|
height: 5.5em;
|
|
}
|
|
|
|
ul.projectlist li div.row div.projectlink a:hover {
|
|
text-decoration: none;}
|
|
|
|
ul.projectlist li div.row div.projectdesc {
|
|
padding-top: 0.6em;
|
|
padding-left: 1em;
|
|
background-color: #333;
|
|
color: yellow;
|
|
font-size: 200%;
|
|
border-radius: 0 0.2em 0.2em 0;}
|
|
|
|
body#project div.container h1 {text-align: center;
|
|
margin-top: 1em;
|
|
margin-bottom: 1em;}
|
|
|
|
body#project div.container div div div div a {display: block;
|
|
height: 7em;
|
|
padding-top: 4em;
|
|
width: 100%;
|
|
font-weight: bold;
|
|
text-align: center;}
|
|
|
|
body#project ul.projectlist li div div a {padding-top: 3em;}
|
|
|
|
body#project ul.projectlist li div div span {font-size: 40%;}
|
|
|