Hopp til innhold

MediaWiki:Common.css: Forskjell mellom sideversjoner

Fra Rettspraksis
FredrikL (diskusjon | bidrag)
mIngen redigeringsforklaring
FredrikL (diskusjon | bidrag)
mIngen redigeringsforklaring
Linje 17: Linje 17:
.mainpage_boxtitle1 {
.mainpage_boxtitle1 {
     font-size: 105%;
     font-size: 105%;
color: #fff;
     padding: 0.4em;
     padding: 0.4em;
     background-color: #8dc63f;
     background-color: #8dc63f;

Sideversjonen fra 3. aug. 2018 kl. 03:07

/* CSS plassert i denne filen vil gjelde for alle utseender. */

/* Only for mobile devices */
.onlymobile {
display:none;
}

/* Forside
Skjuler visse elementer fra headeren på hovedsiden */
 
body.page-Forside #siteSub,
body.page-Forside h1.firstHeading {
display: none !important;
}

/* Forside Infobokser */
.mainpage_boxtitle1 {
    font-size: 105%;
	color: #fff;
    padding: 0.4em;
    background-color: #8dc63f;
    font-weight: bold;
    min-height: 2em;
    vertical-align: middle;
}
.mainpage_boxtitle2 {
    font-size: 105%;
    padding: 0.4em;
    background-color: #7cc3d9;
    font-weight: bold;
    min-height: 2em;
    vertical-align: middle;
}
.mainpage_boxtitle3 {
    font-size: 105%;
    padding: 0.4em;
    background-color: #f26522;
    font-weight: bold;
    min-height: 2em;
    vertical-align: middle;
}

.mainpage_middleblock .mainpage_hubbox {
    width: 33%;
}

.mainpage_hubbox, .mainpage_topbox {
    padding: 0;
    border: 1px solid #aaaaaa;
}

.mainpage_newscell .mainpage_boxtitle {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png);
    background-repeat: no-repeat;
    background-position: 99% 0.3em;
    padding-right: 25px;
}

.mainpage_downloadcell .mainpage_boxtitle {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_build.png/18px-Crystal_Clear_action_build.png);
    background-repeat: no-repeat;
    background-position: 96% 0.33em;
    padding-right: 25px;
}

.mainpage_opportunitiescell .mainpage_boxtitle {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/6/63/User-online.svg/20px-User-online.svg.png);
    background-repeat: no-repeat;
    background-position: 98% 0.15em;
    padding-right: 25px;
}

.mainpage_featuredpagescell .mainpage_boxtitle {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Note_icon.svg/20px-Note_icon.svg.png);
    background-repeat: no-repeat;
    background-position: 98% 0.15em;
    padding-right: 25px;
}

.mainpage_row2,
.mainpage_row3 {
	/*display: -webkit-box;*/
	/*display: -moz-box;*/
	/*display: -ms-flexbox;*/
	/*display: -webkit-flex;*/
	display: flex;

	flex-flow: row wrap;
  
  	justify-content: space-between;
  	margin: 1em 0;
}
@media screen and (min-width: 45em) {
	.mainpage_row2 .mainpage_hubbox {
		box-sizing: border-box;
		float: left;
		width: 32%;
	}
}
@media screen and (max-width: 45em) {
	.mainpage_row2 .mainpage_hubbox {
		box-sizing: border-box;
		flex: 1 0 100%;
		width: 100%;
		margin: 0.5em 0
	}
}

@media screen and (min-width: 45em) {
	.mainpage_row3 .mainpage_hubbox {
		box-sizing: border-box;
		float: left;
	}
	.mainpage_row3 .mainpage_downloadcell {
		flex: 1 2 15em;
		min-width: 10em;
		max-width: 20em;
	}
	.mainpage_row3 .mainpage_newscell {
		flex: 6 0 20em;
		margin-left: 1em; 
	}
	.mainpage_row3 .mainpage_opportunitiescell {
		flex: 1 2 15em;
		min-width: 10em;
		max-width: 20em;
	}
}
@media screen and (max-width: 45em) {
	.mainpage_row3 .mainpage_hubbox {
		box-sizing: border-box;
		flex: 1 0 100%;
		width: 100%;
		margin: 0.5em 0;
	}
}

/* Statistikk-tabeller, flytende */
div.statistikk {
float: left;
margin: auto;
padding: 10px;
display: inline-flex;
}