Changeset 2152:e0cb51d6543f for plugins
- Timestamp:
- 09/29/13 15:16:01 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/style.css
r2079 r2152 10 10 .tag90 { font-size: 220%; } 11 11 .tag100 { font-size: 230%; } 12 13 12 table.tags { 14 13 margin-left: 3em; 15 } 16 17 14 } 18 15 tr.tagLetter span { 19 16 font-size : 250%; … … 24 21 top: 0.80em; 25 22 left: -2ex; 26 } 27 23 } 28 24 ul.metaList { 29 25 margin: 0 0 1em 0; 30 26 padding: 0; 31 }27 } 32 28 ul.metaList li { 33 29 margin: 0; … … 35 31 list-style: square; 36 32 list-style-position: inside; 37 } 38 33 } 39 34 a.metaRemove { 40 35 color : #999 !important; 41 36 border: none; 42 }37 } 43 38 a.metaRemove:hover, a.metaRemove:focus { 44 39 color : #06c !important; 45 } 46 40 } 47 41 .addMeta a { 48 42 border: none; 49 }43 } 50 44 .addMeta a:hover, .addMeta a:focus { 51 45 background: #fc0; 52 46 color: #000; 53 }47 } 54 48 .addMeta a.metaGetMore { 55 49 font-weight: bold; 56 }50 } 57 51 /* Auto Complete */ 58 52 .ac_results { … … 62 56 overflow: hidden; 63 57 z-index: 99999; 64 }58 } 65 59 .ac_results ul { 66 60 width: 100%; … … 69 63 padding: 0; 70 64 margin: 0; 71 }65 } 72 66 .ac_results li { 73 67 margin: 0px; … … 88 82 line-height: 16px; 89 83 overflow: hidden; 90 }84 } 91 85 .ac_loading { 92 86 background: transparent url('index.php?pf=tags/img/loader.gif') right center no-repeat; 93 }87 } 94 88 .ac_odd { 95 89 background-color: #eee; 96 }90 } 97 91 .ac_over { 98 92 background-color: #06c; 99 93 color: white; 100 } 101 #post_meta_input { 102 margin: 0 0.5em 0 0; 103 width: 13em; 104 } 94 } 105 95 #post_meta_input:focus { 106 96 -moz-box-sizing: content-box; 107 }108 #tags-edit input[type= button] {109 width: 3.5em;110 }97 } 98 #tags-edit input[type=text] { 99 width: 11.5em; 100 } 111 101 .tag-actions form { 112 102 display: inline-block; 113 103 margin-right: 1.5em; 114 }104 }
Note: See TracChangeset
for help on using the changeset viewer.