Website – CUSTOM CSS

Geschreven door

in

Extensies -> Templates -> Onder het tablekopje “Hassium” Vervolgens zal daar een mapje zijn “ScoWo” met daarin een css file “scowo_css.css” hier staan de standaard css opmaak invoor scowo templates. Als een template gekopieerd wordt voor een ander onderdeel staat dit al goed en hoeft alleen de “Cusom CSS” aangepast te worden.

* { 
  	font-family: Quattrocento Sans;
}

.textaligncenter { 
	text-align: center; 
}

.headerlogo {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 20%;
    text-align: center;
    color: white;
}

.headerlogoimg {
    width: 100% !important;
    height: 100% !important;
}

.sticky {
    -webkit-box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.75) !important;
}

.g-menu-item-container .fa {
  	color: white !important
}

#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
	color: #333 !important;
}

.g-menu-parent-indicator {
    border-radius: 0.1875rem !important;
    margin: -0.2rem 0 -0.2rem 0.5rem !important;
    padding: 0.2rem !important;
	text-align: center !important;
}

.g-menu-parent-indicator .menuitem {
	background: white !important;	
}

.g-menu-item-title, .g-menu-item-subtitle {
	color: white !important
}

i.menuitem {
	color: white !important
}

.btn{
	color: white !important;
}

.btn:hover{
  	color: white !important;
}

img {
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
 	border-radius: 5px;
}

.menuitem {
   	color: white !important;
 	font-weight: bold;
}

.item-title {
 	font-weight: bold;
}

.menulogin a {
    color: white !important;
    font-weight: bold !important;
}

.scowo-block {
    margin-top:12px;
    margin-left: 5px;
    margin-right: 5px;
    background:white;
    padding:10px;
    border-style: solid;
    border-width: 1px;
    border-color:#cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.items-leading {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color:#cccccc;
    margin-left: 5px;
    margin-right: 5px;
    padding:10px;
}

/*.items-row .span12 {
  	margin-top:12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color:#cccccc;
    margin-left: 5px;
    margin-right: 5px;
    padding:10px;
}*/

.scowo-block .article-info {
    padding:7px;
    color:black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.menuitem:hover{
    color:black !important;
    font-weight: bold;
}

.active {
	color:green !important;
	font-weight: bold;
}

a {
	font-weight: bold !important;
}

a:hover {
	font-weight: bold !important;
}

Geupdate : 17 April 2017 21:19

Reacties

Geef een reactie

Je e-mailadres wordt niet gepubliceerd. Vereiste velden zijn gemarkeerd met *