style.css
83 lines
| 1 | ._tcm { |
| 2 | background-color: #efc439; |
| 3 | border-radius: 2px; |
| 4 | color: #fff; |
| 5 | display: inline-block; |
| 6 | font-size: 12px; |
| 7 | padding: 0 2px; |
| 8 | line-height: 14px; |
| 9 | vertical-align: baseline; |
| 10 | } |
| 11 | |
| 12 | .tcm-tag { |
| 13 | display: inline-block; |
| 14 | line-height: 13px; |
| 15 | padding: 0 3px; |
| 16 | color: white; |
| 17 | font-size: 10px; |
| 18 | font-weight: normal; |
| 19 | width:25px; |
| 20 | margin-top:3px; |
| 21 | margin-right:5px; |
| 22 | text-align:center; |
| 23 | -webkit-border-radius: 2px; |
| 24 | border-radius: 2px; |
| 25 | vertical-align: baseline; |
| 26 | } |
| 27 | .tcm-tag-free { |
| 28 | /*background-color: #edb802;*/ |
| 29 | background-color: #16a765; |
| 30 | } |
| 31 | .tcm-tag-premium { |
| 32 | /*background-color: #edb802;*/ |
| 33 | background-color: #4986e7; |
| 34 | opacity: 0.7; |
| 35 | filter: alpha(opacity=70); |
| 36 | } |
| 37 | .tcm-tag-premium a { |
| 38 | color:white; |
| 39 | text-decoration:none; |
| 40 | } |
| 41 | .tcm-button { |
| 42 | margin-right:5px!important; |
| 43 | } |
| 44 | |
| 45 | .tcm-textarea { |
| 46 | font-family:"Courier New", Courier, mono; |
| 47 | font-size:12px; |
| 48 | color:#555; |
| 49 | background-color:#f8f8f8; |
| 50 | width:550px; |
| 51 | height:350px; |
| 52 | } |
| 53 | |
| 54 | .tcm-form { |
| 55 | float:left; |
| 56 | padding:5px; |
| 57 | } |
| 58 | .tcm-form input, .tcm-form label { |
| 59 | float:left; |
| 60 | } |
| 61 | .tcm-text { |
| 62 | width: 400px; |
| 63 | } |
| 64 | .tcm-label { |
| 65 | width: 150px; |
| 66 | margin: 0px; |
| 67 | background-color: transparent; |
| 68 | } |
| 69 | .tcm-label-disabled { |
| 70 | /*color:#A8A8A8;*/ |
| 71 | opacity: 0.7; |
| 72 | filter: alpha(opacity=70); |
| 73 | } |
| 74 | .tcm-checkbox { |
| 75 | margin:0px; |
| 76 | } |
| 77 | .tcm-select { |
| 78 | |
| 79 | } |
| 80 | .tcm-form-newline { |
| 81 | clear:both; |
| 82 | margin-bottom:5px; |
| 83 | } |