1,393
edits
| mNo edit summary | mNo edit summary | ||
| Line 188: | Line 188: | ||
|      font-weight: bold; |      font-weight: bold; | ||
|      color: #458aed; |      color: #458aed; | ||
|      padding-bottom: 3px; |      padding-bottom: 3px; | ||
|      box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); |      box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); | ||
|     border-bottom: rgba(255, 255, 255, 0.4); | |||
|     background-color: #000; | |||
|     background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(30,87,153,0.51) 53%, rgba(30,87,153,1) 100%); | |||
|     background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(30,87,153,0.51) 53%,rgba(30,87,153,1) 100%); | |||
|     background: -o-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(30,87,153,0.51) 53%,rgba(30,87,153,1) 100%); | |||
|     background: -ms-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(30,87,153,0.51) 53%,rgba(30,87,153,1) 100%); | |||
| } | } | ||