Difference between revisions of "Template:Freiburg/CSS"

Line 1,054: Line 1,054:
  
 
/*========================= Style for Important Links Button =======================*/
 
/*========================= Style for Important Links Button =======================*/
.link_button {
+
.link_button_arrow{
      margin: 0px auto;
+
      padding: 5px 5px 5px 10px;
+
      width: 150px;
+
      line-height: 16px;
+
      text-align: center;
+
      background-color: #888;
+
      font-size: 14pt;
+
      border-radius: 2px;
+
      color: #FFF;
+
      opacity: 0.8;
+
      box-shadow: 1px 1px 1px 2px #777;
+
}
+
 
+
.menu-arrow {
+
 
background-image: url("https://static.igem.org/mediawiki/2015/f/ff/Freiburg_submenu_arrow.png");
 
background-image: url("https://static.igem.org/mediawiki/2015/f/ff/Freiburg_submenu_arrow.png");
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
background-position: 5% 50%;
+
background-position: 3% 50%;
 
background-size: 10px 13px;
 
background-size: 10px 13px;
 +
}
 +
 +
.link_button {
 +
margin: 0px auto;
 +
padding: 0px 5px 0px 10px;
 +
width: 200px;
 +
line-height: 16px;
 +
text-align: center;
 +
background-color: #888;
 +
font-size: 14pt;
 +
border-radius: 2px;
 +
color: #FFF;
 +
opacity: 0.8;
 +
box-shadow: 1px 1px 1px 2px #777;
 +
}
 +
 +
.link_button a:hover {
 +
    text-decoration: underline;
 +
}
 +
 +
.link_button a {
 +
    color: #FFF;
 
}
 
}
 
</style>
 
</style>

Revision as of 16:08, 18 September 2015