Changeset 3447:b1afe8a19f26 for plugins/tags/style.css
- Timestamp:
- 12/08/16 17:44:54 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/style.css
r3438 r3447 1 .tag0 { } 2 .tag10 { font-size: 140%; } 3 .tag20 { font-size: 150%; } 4 .tag30 { font-size: 160%; } 5 .tag40 { font-size: 170%; } 6 .tag50 { font-size: 180%; } 7 .tag60 { font-size: 190%; } 8 .tag70 { font-size: 200%; } 9 .tag80 { font-size: 210%; } 10 .tag90 { font-size: 220%; } 11 .tag100 { font-size: 230%; } 1 .tag0 {} 2 3 .tag10 { 4 font-size: 140%; 5 } 6 7 .tag20 { 8 font-size: 150%; 9 } 10 11 .tag30 { 12 font-size: 160%; 13 } 14 15 .tag40 { 16 font-size: 170%; 17 } 18 19 .tag50 { 20 font-size: 180%; 21 } 22 23 .tag60 { 24 font-size: 190%; 25 } 26 27 .tag70 { 28 font-size: 200%; 29 } 30 31 .tag80 { 32 font-size: 210%; 33 } 34 35 .tag90 { 36 font-size: 220%; 37 } 38 39 .tag100 { 40 font-size: 230%; 41 } 42 12 43 table.tags { 13 44 margin-left: 3em; 14 } 45 } 46 15 47 tr.tagLetter span { 16 font-size 48 font-size: 250%; 17 49 border: none; 18 display 50 display: block; 19 51 width: 1ex; 20 52 position: relative; 21 53 top: 0.80em; 22 54 left: -2ex; 23 } 55 } 56 24 57 ul.metaList { 25 58 margin: 0 0 1em 0; 26 59 padding: 0; 27 } 60 } 61 28 62 ul.metaList li { 29 63 margin: 0; … … 31 65 list-style: none; 32 66 list-style-position: inside; 33 } 67 } 68 69 70 /* 34 71 a.metaRemove { 35 72 color : #999 !important; … … 49 86 font-weight: bold; 50 87 } 88 */ 89 90 51 91 /* Auto Complete */ 92 52 93 .ac_results { 53 94 padding: 0px; … … 56 97 overflow: hidden; 57 98 z-index: 99999; 58 } 99 } 100 59 101 .ac_results ul { 60 102 width: 100%; … … 63 105 padding: 0; 64 106 margin: 0; 65 } 107 } 108 66 109 .ac_results li { 67 110 margin: 0px; … … 82 125 line-height: 16px; 83 126 overflow: hidden; 84 } 127 } 128 85 129 .ac_loading { 86 130 background: transparent url('index.php?pf=tags/img/loader.gif') right center no-repeat; 87 } 131 } 132 88 133 .ac_odd { 89 134 background-color: #eee; 90 } 135 } 136 91 137 .ac_over { 92 138 background-color: #2373A8; 93 139 color: white; 94 } 140 } 141 95 142 #post_meta_input:focus { 96 143 -moz-box-sizing: content-box; 97 } 144 } 145 98 146 #tags-edit input[type=text] { 99 147 width: 11.5em; 100 } 148 } 149 101 150 .tag-actions form { 102 151 display: inline-block; 103 152 margin-right: 1.5em; 104 153 }
Note: See TracChangeset
for help on using the changeset viewer.