Difference between revisions of "Template:Vilnius-Lithuania/CSS/clearout"

 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
/*#sideMenu,
+
#sideMenu,
 
#top_title,
 
#top_title,
 
.patrollink,
 
.patrollink,
Line 14: Line 14:
 
margin-left: 0px;
 
margin-left: 0px;
 
border: none;
 
border: none;
}*/
+
line-height: initial;
 +
}
  
 
body,
 
body,
Line 21: Line 22:
 
/*width: 100%;
 
/*width: 100%;
 
height: 100%;*/
 
height: 100%;*/
 +
margin: 0;
 +
padding: 0px;
 
}
 
}
  
Line 34: Line 37:
 
.link-https {
 
.link-https {
 
padding-right: 0px;
 
padding-right: 0px;
}
 
 
html,
 
body {
 
margin: 0;
 
padding: 0px;
 
/*width: 100%;
 
height: 100%;*/
 
 
}
 
}
  
 
#globalWrapper {
 
#globalWrapper {
 
padding: 0px;
 
padding: 0px;
}
 
 
#content {
 
line-height: initial;
 
padding: 0px;
 
width: 100%;
 
margin-top: -7px;
 
margin-left: 0px;
 
border: none;
 
 
}
 
}
  
Line 71: Line 57:
 
h5,
 
h5,
 
h6 {
 
h6 {
color: initial;
+
color: unset;
font-weight: initial;
+
font-weight: unset;
overflow: initial;
+
overflow: unset;
padding-top: initial;
+
padding-top: unset;
padding-bottom: initial
+
padding-bottom: unset
 
}
 
}
  
 
ol {
 
ol {
line-height: initial
+
line-height: unset
 
}
 
}
  
Line 88: Line 74:
 
h5,
 
h5,
 
h {
 
h {
font-family: initial;
+
font-family: unset;
font-weight: initial;
+
font-weight: unset;
 
}
 
}
 
#HQ_page p{
 
#HQ_page p{
font-size: initial;
+
font-size: unset;
font-family: initial;
+
font-family: unset;
text-align: initial;
+
text-align: unset;
 
margin: 0;
 
margin: 0;
 
}
 
}
  
 
#content H1 {
 
#content H1 {
font-weight: initial
+
font-weight: unset
 
}
 
}
  
 
#bodyContent h1,
 
#bodyContent h1,
 
#bodyContent h2 {
 
#bodyContent h2 {
margin-bottom: initial
+
margin-bottom: unset
 
}
 
}
  
 
p br {
 
p br {
display: initial
+
display: unset
 
}
 
}
 
li{
 
li{
margin-bottom: initial !important;
+
margin-bottom: unset !important;
 
}
 
}

Latest revision as of 19:13, 20 October 2020

  1. sideMenu,
  2. top_title,

.patrollink,

  1. firstHeading,
  2. home_logo,
  3. sideMenu {

display: none; }

  1. content {

padding: 0px; width: 100%; margin-top: -7px; margin-left: 0px; border: none; line-height: initial; }

body, html { background-color: white; /*width: 100%; height: 100%;*/ margin: 0; padding: 0px; }

  1. bodyContent h1,
  2. bodyContent h2,
  3. bodyContent h3,
  4. bodyContent h4,
  5. bodyContent h5 {

margin-bottom: 0px; }

  1. bodyContent a[href ^="https://"],

.link-https { padding-right: 0px; }

  1. globalWrapper {

padding: 0px; }

a { color: initial; }

  1. top_title {

display: none; }

h1, h2, h3, h4, h5, h6 { color: unset; font-weight: unset; overflow: unset; padding-top: unset; padding-bottom: unset }

ol { line-height: unset }

  1. HQ_page h1,

h2, h3, h4, h5, h { font-family: unset; font-weight: unset; }

  1. HQ_page p{

font-size: unset; font-family: unset; text-align: unset; margin: 0; }

  1. content H1 {

font-weight: unset }

  1. bodyContent h1,
  2. bodyContent h2 {

margin-bottom: unset }

p br { display: unset } li{ margin-bottom: unset !important; }