Difference between revisions of "Template:Uo2015-styles"

 
(20 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>
  
html,
+
* {
body,
+
   box-sizing: border-box;
div,
+
span,
+
applet,
+
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,
+
q {
+
  quotes: none;
+
}
+
blockquote:before,
+
blockquote:after,
+
q:before,
+
q:after {
+
  content: '';
+
  content: none;
+
}
+
table {
+
  border-collapse: collapse;
+
  border-spacing: 0;
+
}
+
* {
+
  box-sizing: border-box;
+
 
}
 
}
 
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 185: Line 94:
 
}
 
}
 
nav a {
 
nav a {
   color: #ae00ae;
+
   color: #ae00ae !important;
 
   margin-right: 30px;
 
   margin-right: 30px;
 
   text-decoration: none;
 
   text-decoration: none;
Line 240: Line 149:
 
   max-width: 100%;
 
   max-width: 100%;
 
}
 
}
 +
  
  
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 19:32, 18 September 2015