Difference between revisions of "Template:Uo2015-styles"

 
(14 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;
 
}
 
}
a:hover {
+
*[hidden] {
   text-decoration: underline !important;
+
   display: none;
 
}
 
}
 
body {
 
body {
 
   margin: 0px;
 
   margin: 0px;
 
}
 
}
p {
+
#bodyContent ul {
 +
  list-style: square;
 +
}
 +
a:hover {
 +
  text-decoration: underline !important;
 +
}
 +
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-bottom: 10px;
 
   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 121: Line 149:
 
   max-width: 100%;
 
   max-width: 100%;
 
}
 
}
 +
  
  
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 19:32, 18 September 2015