1,393
edits
| No edit summary | No edit summary | ||
| Line 59: | Line 59: | ||
| background: -o-linear-gradient(top, #000000 0%,#000000 75%,#1c1c1c 100%); /* Opera11.10+ */ | background: -o-linear-gradient(top, #000000 0%,#000000 75%,#1c1c1c 100%); /* Opera11.10+ */ | ||
| background: -ms-linear-gradient(top, #000000 0%,#000000 75%,#1c1c1c 100%); /* IE10+ */ | background: -ms-linear-gradient(top, #000000 0%,#000000 75%,#1c1c1c 100%); /* IE10+ */ | ||
| } | |||
| /* .portlet { */ | |||
| /*   background: #7f7f7f; */ | |||
| /*   background: -moz-linear-gradient(top, #7f7f7f 0%, #3a3a3a 100%); */ | |||
| /*   background: -webkit-linear-gradient(top, #7f7f7f 0%,#3a3a3a 100%); */ | |||
| /*   background: -o-linear-gradient(top, #7f7f7f 0%,#3a3a3a 100%); */ | |||
| /*   background: -ms-linear-gradient(top, #7f7f7f 0%,#3a3a3a 100%); */ | |||
| /*  */ | |||
| /*   box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5); */ | |||
| /* } */ | |||
| /* | |||
| .portlet a.new {color: blue;} | |||
| .portlet ul a.new {color: green;} | |||
| .portlet li a.new {color: yellow;} | |||
| */ | |||
| .portlet a:visited {color: #532900;} | |||
| .portlet a:active {color: #532900;} | |||
| .portlet a:link {color: #532900;} | |||
| .portlet a:hover { | |||
|     color: #532900; | |||
|     background-color: transparent; | |||
|     text-decoration: underline; | |||
| } | |||
| .portlet { | |||
|     position: relative; | |||
|     top: 28px; | |||
|     border: none; | |||
|     align: left; | |||
| } | |||
| .portlet UL { | |||
|     background-color: transparent; | |||
|     border: none; | |||
|     list-style-image: url("http://images.wikia.com/arsmagica/images/7/7a/Bullet.png"); | |||
|     align=left; | |||
| } | |||
| .portlet LI { | |||
|     align=left; | |||
| } | |||
| .portlet h5 { | |||
|     background-color: transparent; | |||
|     color: white; | |||
|     font: 90% "new century schoolbook", serif; | |||
|     font-weight: bold; | |||
|     border: none; | |||
|     text-transform: capitalize; | |||
|     background-position: bottom left; | |||
| } | } | ||