1,393
edits
m |
m |
||
Line 10: | Line 10: | ||
a:visited {color: #bd050a;} | a:visited {color: #bd050a;} | ||
a:hover { | a:hover { | ||
color: # | color: #5a65ff; | ||
background-color: transparent; | background-color: transparent; | ||
text-decoration: none; | text-decoration: none; | ||
border-bottom: 1px dotted # | border-bottom: 1px dotted #5a65ff; | ||
} | } | ||
Line 26: | Line 26: | ||
} | } | ||
#column-content { | #column-content { | ||
position: relative; | position: relative; | ||
top: 7px; | top: 7px; | ||
Line 98: | Line 98: | ||
background: #131554; | background: #131554; | ||
background: -moz-linear-gradient(top, # | background: -moz-linear-gradient(top, #000014 0%, #131554 39%, #131554 100%); /* FF3.6+ */ | ||
background: -webkit-linear-gradient(top, # | background: -webkit-linear-gradient(top, #000014 0%,#131554 39%,#131554 100%); /* Chrome10+,Safari5.1+ */ | ||
background: -o-linear-gradient(top, # | background: -o-linear-gradient(top, #000014 0%,#131554 39%,#131554 100%); /* Opera11.10+ */ | ||
background: -ms-linear-gradient(top, # | background: -ms-linear-gradient(top, #000014 0%,#131554 39%,#131554 100%); /* IE10+ */ | ||
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); | box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); | ||
Line 136: | Line 136: | ||
} | } | ||
.portlet a:hover { | .portlet a:hover { | ||
color: # | color: #5a65ff; | ||
background-color: transparent; | background-color: transparent; | ||
text-decoration: none; | text-decoration: none; | ||
border-bottom: 1px dotted # | border-bottom: 1px dotted #5a65ff; | ||
} | } | ||
Line 183: | Line 183: | ||
text-decoration: none; | text-decoration: none; | ||
background-color: transparent; | background-color: transparent; | ||
color: # | color: #5a65ff; | ||
border-bottom: 1px dotted # | border-bottom: 1px dotted #5a65ff; | ||
} | } | ||
#p-personal { | #p-personal { |