wpu.nu

Skillnad mellan versioner av "Mall:Uppslag.css"

Från wpu.nu

m
m
Rad 1: Rad 1:
 
 
 
 
#pu-section-page  {  
 
#pu-section-page  {  
 
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;  
 
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;  
Rad 11: Rad 8:
 
}
 
}
  
#pu-ledger-preprinted  {  
+
#pu-ledger-form-box  {
 +
background-color: #E5FFE5;
 +
border-color: #DDDDDD;
 +
border-style:dashed;
 +
border-width: 1px;
 +
max-width: 500px;
 +
  margin: .5em;
 +
  max-width: 500px;
 +
}
 +
 
 +
#pu-ledger-preprinted-text {  
 
font-family: 'Arimo', sans-serif;
 
font-family: 'Arimo', sans-serif;
 
font-size: 12px;  
 
font-size: 12px;  
Rad 17: Rad 24:
 
font-weight: 600;
 
font-weight: 600;
 
line-height: 14px;
 
line-height: 14px;
margin-left: .3em;
+
margin: .3em;
margin-top: .3em;
 
margin-bottom: .3em;
 
 
}
 
}
  
#pu-ledger-notes {  
+
#pu-ledger-filled-in-text {  
 
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;  
 
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;  
 
font-size: 16px;  
 
font-size: 16px;  
Rad 30: Rad 35:
 
line-height: 14px;
 
line-height: 14px;
 
background-color: #E5FFE5;
 
background-color: #E5FFE5;
border-color: #DDDDDD;
 
border-style:dashed;
 
border-width: 1px;
 
max-width: 500px;
 
  margin: auto;
 
 
}
 
}
  

Versionen från 25 augusti 2020 kl. 13.39

#pu-section-page  { 
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
	font-size: 16px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 700; 
	line-height: 24px;
}

#pu-ledger-form-box  { 
	background-color: #E5FFE5;
	border-color: #DDDDDD;
	border-style:dashed;
	border-width: 1px;	
	max-width: 500px;
  margin: .5em;
  max-width: 500px;
}

#pu-ledger-preprinted-text  { 
	font-family: 'Arimo', sans-serif;
	font-size: 12px; 
	color: #225522;
	font-weight: 600;
	line-height: 14px;
	margin: .3em;
}

#pu-ledger-filled-in-text  { 
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
	font-size: 16px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 700; 
	line-height: 14px;
	background-color: #E5FFE5;
}

.prp-pages-output  { 
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
	font-size: 16px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 700; 
	line-height: 24px;
	float: right;
}

.prp-pages-output  { 
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
	font-size: 16px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 700; 
	line-height: 24px;
}
/* CSS som skrivs här påverkar alla utseenden */
#content{
    margin-left:auto !important;
    margin-right:auto;
	max-width: 950px;
}

#footer {
	margin-left: auto !important;
	margin-right: auto;
	max-width: 950px;
}

/* testing */
#mw-navigation {
    margin-left: auto !important;
	margin-right: auto;
	max-width: 1140px;
    top: 0;
}