Difference between revisions of "Template:Freiburg/CSS"
Line 28: | Line 28: | ||
/* CSS for Project Pages | /* CSS for Project Pages | ||
/* Horizontal Menu for Paragraphs | /* Horizontal Menu for Paragraphs | ||
+ | /* Button for important links | ||
/* =================== END: CSS Navigation =================== */ | /* =================== END: CSS Navigation =================== */ | ||
Line 1,052: | Line 1,053: | ||
} | } | ||
+ | /*========================= Style for Important Links Button =======================*/ | ||
+ | .link_button { | ||
+ | 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-repeat: no-repeat; | ||
+ | background-position: 5% 50%; | ||
+ | background-size: 10px 13px; | ||
} | } | ||
</style> | </style> |
Revision as of 15:50, 18 September 2015