Difference between revisions of "Template:Uo2015-styles"

 
(22 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: 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 24: Line 55:
 
   background-position: center bottom;
 
   background-position: center bottom;
 
   background-size: cover;
 
   background-size: cover;
   background-image: url("https://static.igem.org/mediawiki/2015/thumb/9/9f/Uo2015-cover.jpg/800px-Uo2015-cover.jpg");
+
   background-image: url("https://static.igem.org/mediawiki/2015/9/9f/Uo2015-cover.jpg");
 
   border-bottom: 2px solid #cd00cd;
 
   border-bottom: 2px solid #cd00cd;
 
   height: 700px;
 
   height: 700px;
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%;
 
}
 
}
 +
 +
  
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 19:32, 18 September 2015