Line 12: | Line 12: | ||
<!-- Theme CSS --> | <!-- Theme CSS --> | ||
<style> | <style> | ||
+ | a:link { | ||
+ | color: green; | ||
+ | background-color: transparent; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a:visited { | ||
+ | color: pink; | ||
+ | background-color: transparent; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a:hover { | ||
+ | color: red; | ||
+ | background-color: transparent; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | a:active { | ||
+ | color: yellow; | ||
+ | background-color: transparent; | ||
+ | text-decoration: underline; | ||
+ | } | ||
#bars_item {display: none; } | #bars_item {display: none; } |
Revision as of 11:32, 25 June 2017