Difference between revisions of "User:Evon R'al/Sandbox template/styles.css"

From EVE University Wiki
Jump to: navigation, search
m (Coding and testing.)
m (Coding and testing.)
Line 39: Line 39:
 
  }
 
  }
  
.sidebar-pretitle {
+
.sidebar-pretitle,
 +
.sidebar-pretitle-with-topimage {
 
   padding-top: 0.4em;
 
   padding-top: 0.4em;
 
   line-height: 1.2em;
 
   line-height: 1.2em;
 
  }
 
  }
 +
 +
.sidebar-pretitle-with-topimage {
 +
  padding-top: 0.2em
 +
}
  
 
.sidebar-title {
 
.sidebar-title {

Revision as of 13:31, 25 July 2023

.sidebar {
  float: right;
  clear: right;
  width: 16em;
  margin: 0 0 1em 1em;
  border: 1px solid #AAAAAA;
  padding: 0.2em;
  border-spacing: 0.4em 0;
  text-align: center;
  line-height: 1.4em;
  font-size: 88%;
 }

.sidebar-floatleft {
  float: left;
  clear: left;
  margin: 0 1em 1em 0;
 }

.sidebar-nofloat {
  float: none;
  clear: both;
 }

.sidebar-outertitle {
  padding-bottom: 0.2em;
  font-size: 125%;
  line-height: 1.2em;
  font-weight: bold;
 }

.sidebar-topimage {
  padding: 0.4em 0;
 }

.sidebar-topcaption {
  padding-top: 0.2em;
  line-height: 1.2em;
 }

.sidebar-pretitle,
.sidebar-pretitle-with-topimage {
  padding-top: 0.4em;
  line-height: 1.2em;
 }

.sidebar-pretitle-with-topimage {
  padding-top: 0.2em
}

.sidebar-title {
  padding: 0.2em 0.4em;
  background: #101010;
  font-size: 145%;
  line-height: 1.2em;
 }

.sidebar-image {
  padding: 0.2em 0 0.4em;
  background: #101010;
 }

.sidebar-caption {
  padding-top: 0.2em;
  line-height: 1.2em;
 }

.sidebar-above {
  padding: 0.3em 0.4em;
  font-weight: bold;
 }

.sidebar-heading
 {
  background-color: #4C4C4C;
  padding: 0.1em;
 }

.sidebar-content
 {
  padding:0 0.1em 0.4em;
 }

.sidebar-below {
  padding: 0.3em 0.4em;
  font-weight: bold;
 }

.sidebar-navbar {
  text-align: right;
  font-size: 115%;
}