Difference between revisions of "Template:Uo2015-styles"

 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
<html><style>
+
<html>
 +
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700|Raleway:400,700' rel='stylesheet' type='text/css'>
 +
<style>
  
 
* {
 
* {
 
   box-sizing: border-box;
 
   box-sizing: border-box;
 +
}
 +
*[hidden] {
 +
  display: none;
 +
}
 +
body {
 +
  margin: 0px;
 +
}
 +
#bodyContent ul {
 +
  list-style: square;
 
}
 
}
 
a:hover {
 
a:hover {
 
   text-decoration: underline !important;
 
   text-decoration: underline !important;
 
}
 
}
body {
+
hr {
 +
  background-color: transparent;
 +
  border: 0;
 +
  border-bottom: 1px dashed #cd00cd;
 +
  margin: 30px;
 +
}
 +
p,
 +
#bodyContent li,
 +
#bodyContent td {
 
   font: 15px "Open Sans", Helvetica, sans-serif;
 
   font: 15px "Open Sans", Helvetica, sans-serif;
   margin: 0px;
+
   margin-bottom: 10px;
 +
}
 +
table {
 +
  margin: auto;
 +
}
 +
thead td {
 +
  border-bottom: 1px solid #cd00cd;
 +
  font-weight: bold;
 
}
 
}
 
h1 {
 
h1 {
 
   color: #333;
 
   color: #333;
 
   font: 28px Raleway;
 
   font: 28px Raleway;
   margin: 15px 0px;
+
   margin: 8px 0px;
 
}
 
}
 
h2 {
 
h2 {
 
   color: #333;
 
   color: #333;
 
   font: 22px Raleway;
 
   font: 22px Raleway;
 +
}
 +
h3 {
 +
  color: #b800b8;
 +
  font: 16px normal "Open Sans", Helvetica, sans-serif;
 +
  text-align: middle;
 
}
 
}
 
.uocover {
 
.uocover {
Line 63: Line 94:
 
}
 
}
 
nav a {
 
nav a {
   color: #ae00ae;
+
   color: #ae00ae !important;
 
   margin-right: 30px;
 
   margin-right: 30px;
 
   text-decoration: none;
 
   text-decoration: none;
Line 118: Line 149:
 
   max-width: 100%;
 
   max-width: 100%;
 
}
 
}
 
  
  

Latest revision as of 19:32, 18 September 2015