Difference between revisions of "Team:Valencia UPV/main.css"

m
 
(17 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
<style type="text/css">
 
<style type="text/css">
/* BACKUP */
+
@import url("https://2015.igem.org/wiki/index.php?title=Team:Valencia_UPV/font-awesome.min.css?action=raw&ctype=text/css");;
@import url("http://test.qubic.es/wiki/assets/css/font-awesome.min.css");
+
@import url("https://2015.igem.org/Team:Valencia_UPV/font-awesome.min.css?action=raw&amp;ctype=text/css");
+
/* CDN MIRROR*/ @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.css");
+
  
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic");
 
  
 +
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic");
  
 
/* Redesigning the topmenu */
 
/* Redesigning the topmenu */
Line 114: Line 111:
 
margin-left: auto;
 
margin-left: auto;
 
margin-right: auto;
 
margin-right: auto;
 +
 
}
 
}
  
Line 1,854: Line 1,852:
 
body {
 
body {
 
background: #f5f5f5;
 
background: #f5f5f5;
 +
text-align: justify;
 
}
 
}
  
Line 2,106: Line 2,105:
 
-moz-osx-font-smoothing: grayscale;
 
-moz-osx-font-smoothing: grayscale;
 
-webkit-font-smoothing: antialiased;
 
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
+
font-family: 'Arial';
 
font-style: normal;
 
font-style: normal;
 
font-weight: normal;
 
font-weight: normal;
Line 2,244: Line 2,243:
  
 
.box {
 
.box {
 +
 
background: #fff;
 
background: #fff;
 
border-radius: 6px;
 
border-radius: 6px;
Line 2,983: Line 2,983:
 
}
 
}
  
#header.reveal {
+
/*#header.reveal {
 
-moz-animation: reveal-header 0.5s;
 
-moz-animation: reveal-header 0.5s;
 
-webkit-animation: reveal-header 0.5s;
 
-webkit-animation: reveal-header 0.5s;
 
-ms-animation: reveal-header 0.5s;
 
-ms-animation: reveal-header 0.5s;
 
animation: reveal-header 0.5s;
 
animation: reveal-header 0.5s;
}
+
}*/
  
 
#header.alt {
 
#header.alt {
Line 3,117: Line 3,117:
 
margin: 0 0 0.5em 0;
 
margin: 0 0 0.5em 0;
 
padding: 0;
 
padding: 0;
 +
font-family: Helvetica, Sans-Serif;
 +
font-style:italic;
 
}
 
}
  
Line 3,490: Line 3,492:
 
-moz-osx-font-smoothing: grayscale;
 
-moz-osx-font-smoothing: grayscale;
 
-webkit-font-smoothing: antialiased;
 
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
+
font-family: "Source Sans Pro", sans-serif;
 
font-style: normal;
 
font-style: normal;
 
font-weight: normal;
 
font-weight: normal;
Line 3,500: Line 3,502:
 
border-radius: 6px;
 
border-radius: 6px;
 
color: #fff;
 
color: #fff;
content: '\f0c9';
+
content: 'menu'; /*'\f0c9'*/
 
display: block;
 
display: block;
 
font-size: 16px;
 
font-size: 16px;
Line 3,510: Line 3,512:
 
top: 0.5em;
 
top: 0.5em;
 
width: 3.5em;
 
width: 3.5em;
 +
text-indent: 0em !important;
 
}
 
}
  
Line 3,858: Line 3,861:
  
 
}
 
}
 +
 +
.medals-tick
 +
{
 +
margin-left: 8em;
 +
margin-top: 1em;
 +
}
 +
 +
#bronze
 +
{
 +
list-style-image: url('https://static.igem.org/mediawiki/2014/6/6b/VUPVTick_bronze.png');
 +
}
 +
 +
#silver
 +
{
 +
list-style-image: url('https://static.igem.org/mediawiki/2014/1/1f/VUPVTick_silver_mod.png');
 +
}
 +
 +
#gold
 +
{
 +
list-style-image: url('https://static.igem.org/mediawiki/2014/5/56/VUPVTick_golden_mod.png');
 +
}
 +
#green
 +
{
 +
list-style-image: url('https://static.igem.org/mediawiki/2014/d/d0/VUPVTick_green_mod.png');
 +
}
 +
  
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 15:04, 11 September 2015