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