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_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: | + | 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