Difference between revisions of "Template:Uo2015-styles"

Line 3: Line 3:
 
* {
 
* {
 
   box-sizing: border-box;
 
   box-sizing: border-box;
 +
}
 +
*[hidden] {
 +
  display: none;
 
}
 
}
 
a:hover {
 
a:hover {
Line 10: Line 13:
 
   margin: 0px;
 
   margin: 0px;
 
}
 
}
p {
+
hr {
 +
  border: 0;
 +
  border-bottom: 1px dashed #cd00cd;
 +
  margin: 30px;
 +
}
 +
p,
 +
li,
 +
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 {
Line 22: Line 39:
 
   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 143:
 
   max-width: 100%;
 
   max-width: 100%;
 
}
 
}
 +
  
  
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 17:19, 18 September 2015