Difference between revisions of "Template:Uo2015-styles"

 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
<html><style>
+
<html>
html,
+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700|Raleway:400,700' rel='stylesheet' type='text/css'>
body,
+
<style>
div,
+
 
span,
+
* {
applet,
+
   box-sizing: border-box;
object,
+
iframe,
+
h1,
+
h2,
+
h3,
+
h4,
+
h5,
+
h6,
+
p,
+
blockquote,
+
pre,
+
a,
+
abbr,
+
acronym,
+
address,
+
big,
+
cite,
+
code,
+
del,
+
dfn,
+
em,
+
img,
+
ins,
+
kbd,
+
q,
+
s,
+
samp,
+
small,
+
strike,
+
strong,
+
sub,
+
sup,
+
tt,
+
var,
+
b,
+
u,
+
i,
+
center,
+
dl,
+
dt,
+
dd,
+
ol,
+
ul,
+
li,
+
fieldset,
+
form,
+
label,
+
legend,
+
table,
+
caption,
+
tbody,
+
tfoot,
+
thead,
+
tr,
+
th,
+
td,
+
article,
+
aside,
+
canvas,
+
details,
+
embed,
+
figure,
+
figcaption,
+
footer,
+
header,
+
hgroup,
+
menu,
+
nav,
+
output,
+
ruby,
+
section,
+
summary,
+
time,
+
mark,
+
audio,
+
video {
+
   margin: 0;
+
  padding: 0;
+
  border: 0;
+
  font-size: 100%;
+
  font: inherit;
+
  vertical-align: baseline;
+
 
}
 
}
article,
+
*[hidden] {
aside,
+
   display: none;
details,
+
figcaption,
+
figure,
+
footer,
+
header,
+
hgroup,
+
menu,
+
nav,
+
section {
+
   display: block;
+
 
}
 
}
 
body {
 
body {
   line-height: 1;
+
   margin: 0px;
 
}
 
}
ol,
+
#bodyContent ul {
ul {
+
   list-style: square;
   list-style: none;
+
 
}
 
}
blockquote,
+
a:hover {
q {
+
   text-decoration: underline !important;
   quotes: none;
+
 
}
 
}
blockquote:before,
+
hr {
blockquote:after,
+
  background-color: transparent;
q:before,
+
  border: 0;
q:after {
+
  border-bottom: 1px dashed #cd00cd;
   content: '';
+
  margin: 30px;
   content: none;
+
}
 +
p,
 +
#bodyContent li,
 +
#bodyContent td {
 +
   font: 15px "Open Sans", Helvetica, sans-serif;
 +
   margin-bottom: 10px;
 
}
 
}
 
table {
 
table {
   border-collapse: collapse;
+
   margin: auto;
  border-spacing: 0;
+
 
}
 
}
* {
+
thead td {
   box-sizing: border-box;
+
   border-bottom: 1px solid #cd00cd;
}
+
   font-weight: bold;
a:hover {
+
  text-decoration: underline !important;
+
}
+
body {
+
   font: 15px "Open Sans", Helvetica, sans-serif;
+
  margin: 0px;
+
 
}
 
}
 
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 145: 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 184: Line 94:
 
}
 
}
 
nav a {
 
nav a {
   color: #ae00ae;
+
   color: #ae00ae !important;
 
   margin-right: 30px;
 
   margin-right: 30px;
 
   text-decoration: none;
 
   text-decoration: none;
Line 239: Line 149:
 
   max-width: 100%;
 
   max-width: 100%;
 
}
 
}
 +
 +
  
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 19:32, 18 September 2015