Difference between revisions of "Template:SDU-Denmark-middle"

 
(14 intermediate revisions by the same user not shown)
Line 151: Line 151:
 
padding: 5px 20px 13px 20px;
 
padding: 5px 20px 13px 20px;
 
border-radius: 10px;
 
border-radius: 10px;
background: #fff;
+
border-color:rgba(217,226,242,.95);
background: -moz-linear-gradient(#fff, #999);
+
background: white;
background: -webkit-linear-gradient(#fff, #999);
+
background: -o-linear-gradient(#fff, #999);
+
 
}
 
}
.close {
+
a.closepop {
background: #606061;
+
background: rgba(217,226,242,1);
color: #FFFFFF;
+
color:rgba(0,0,0,.8);
line-height: 25px;
+
line-height: 40px;
 
position: absolute;
 
position: absolute;
 
right: -12px;
 
right: -12px;
 
text-align: center;
 
text-align: center;
 
top: -10px;
 
top: -10px;
width: 24px;
+
width: 40px;
 +
height: 40px;
 
text-decoration: none;
 
text-decoration: none;
 
font-weight: bold;
 
font-weight: bold;
 
-webkit-border-radius: 12px;
 
-webkit-border-radius: 12px;
 
-moz-border-radius: 12px;
 
-moz-border-radius: 12px;
border-radius: 12px;
+
border-radius: 20px;
 
-moz-box-shadow: 1px 1px 3px #000;
 
-moz-box-shadow: 1px 1px 3px #000;
 
-webkit-box-shadow: 1px 1px 3px #000;
 
-webkit-box-shadow: 1px 1px 3px #000;
 
box-shadow: 1px 1px 3px #000;
 
box-shadow: 1px 1px 3px #000;
 +
        opacity:.9;
 
}
 
}
 +
a.closepop{ color:rgba(0,0,0,.8);}
  
.close:hover { background: #00d9ff; }
+
a.closepop:hover { background:rgba(217,226,242,.95); color:rgba(0,0,0,.8);}
  
  
Line 394: Line 395:
  
 
ul.criterionlist {
 
ul.criterionlist {
 +
    margin-left: 0px;
 +
}
 +
 +
ul.special li{
 +
    background-image: url("https://static.igem.org/mediawiki/2016/7/7c/T--SDU-Denmark--prize.png");
 +
    background-repeat: no-repeat;
 +
    background-size:auto 40px;
 +
    /*line-height: 30px;*/
 +
    padding-left: 40px;
 +
    padding-right: 30px;
 +
    list-style:none;
 +
 +
}
 +
 +
ul.special {
 
     margin-left: 0px;
 
     margin-left: 0px;
 
}
 
}

Latest revision as of 14:51, 19 October 2016