You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
themes/layout.css

50 lines
1.1 KiB
CSS

/**
* This file implements theme Open Source Software, the expectation is just a pager that presents a tool/software
*/
body, ul, p, select {
font-size: 16px;
font-weight:lighter;
font-family:sans-serif;
line-height:1.5;
}
.main {
display:grid;
grid-template-columns: 100%;;
margin:1%;
margin-left:10%;
margin-right:10%;
gap:4px;
height:90%;
width:80%;
}
.main .content{
grid-row:4;
align-self:center;
height:100%;
width:100%;
}
.main .content .banner {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height:200px;
align-items: center;
align-content: center;
display: grid;
}
/* .main .pane {border-left:1px solid #CAD5E0; height:100%; padding:8px;} */
.bold {font-weight:bold}
.small-text {font-size:12px; font-weight:lighter; color :#000000;}
.active {cursor:pointer; padding:2px; margin:2px; border-bottom:2px solid transparent}
.active:hover {border-bottom-color: #4682b4;}
/**
*
*/
.large-text {font-weight:bold; font-size:28px;}