Difference between revisions of "Team:Dundee/style.css"

Line 1: Line 1:
 
<html>
 
<html>
 
<style type="text/css">
 
<style type="text/css">
 
 
  
  
Line 15: Line 13:
  
 
}
 
}
a:visited {
+
 
color:white;
+
}
+
 
#p-logo {
 
#p-logo {
 
display:none;
 
display:none;
Line 98: Line 94:
 
}
 
}
 
p {
 
p {
 +
 
}
 
}
 
.container {
 
.container {
Line 446: Line 443:
 
}
 
}
 
.box-btn {
 
.box-btn {
     margin: 15px;
+
     margin: 10px;
 +
float: right;
 +
clear: both;
 +
}
 +
.biospray-btn {
 +
    margin: 10px;
 
float: right;
 
float: right;
 
clear: both;
 
clear: both;
Line 457: Line 459:
 
display: inline-block;
 
display: inline-block;
 
color: #d3d5d6;
 
color: #d3d5d6;
 +
}
 +
.biospray-content {
 +
margin-left: 10px;
 +
    padding-left: 5px;
 +
    padding-right: 15px;
 +
padding-bottom: 0px;
 +
margin-right: 0px;
 +
margin-bottom: 10px;
 
}
 
}
 
.week-content {
 
.week-content {
Line 475: Line 485:
 
text-align:left;
 
text-align:left;
 
     clear: right;
 
     clear: right;
        color: #d3d5d6
+
    color: #d3d5d6
 
}
 
}
.labtitle {
+
#biospray-title {
 
margin-top: 20px;
 
margin-top: 20px;
 +
margin-left: 10px;
 +
font-size:35px;
 +
    padding-left:0px;
 +
    display: inline-block;
 +
    padding-bottom: 0px;
 +
    color: #d3d5d6;
 +
}
 +
.labtitle {
 +
margin-top: 0px;
 
font-size:35px;
 
font-size:35px;
 
text-align:center;
 
text-align:center;
     padding-left:5px;
+
     padding-left:10px;
 
     padding-bottom: 0px;
 
     padding-bottom: 0px;
 
     display: inline-block;
 
     display: inline-block;
Line 547: Line 566:
  
 
.box-btn.glyphicon:hover {
 
.box-btn.glyphicon:hover {
color: green;
+
color: #66FF33;
 
}
 
}
 +
.biospray-btn.glyphicon:hover {
 +
color: #66FF33;
 +
}
 +
 +
/** TABLE **/
 +
table, th, td {
 +
border: 1px solid black;
 +
border-collapse: collapse;
 +
}
 +
 
</html>
 
</html>

Revision as of 17:20, 15 July 2015