[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 /* Link Styles 2 ---------------------------------------- */ 3 4 /* Links adjustment to correctly display an order of rtl/ltr mixed content */ 5 a { 6 direction: ltr; 7 unicode-bidi: embed; 8 text-decoration: none; 9 /* we use links inline more often then not so to address several bugs with 10 IE and some other browsers we render all links as inlineblock by default */ 11 display: inline-block; 12 13 } 14 15 /* Coloured usernames */ 16 .username-coloured { 17 font-weight: bold; 18 display: inline !important; 19 padding: 0 !important; 20 } 21 22 /* Links on gradient backgrounds */ 23 .forumbg .header a, .forabg .header a, th a { 24 text-decoration: none; 25 } 26 27 .forumbg .header a:hover, .forabg .header a:hover, th a:hover { 28 text-decoration: underline; 29 } 30 31 /* Notification mark read link */ 32 .dropdown-extended a.mark_read { 33 background-position: center center; 34 background-repeat: no-repeat; 35 border-radius: 3px 0 0 3px; 36 display: none; 37 margin-top: -20px; 38 position: absolute; 39 z-index: 2; 40 right: 0; 41 top: 50%; 42 -webkit-box-sizing: border-box; 43 -moz-box-sizing: border-box; 44 box-sizing: border-box; 45 } 46 47 .dropdown-extended li:hover a.mark_read { 48 display: block; 49 } 50 51 .dropdown-extended a.mark_read:hover { 52 width: 50px; 53 } 54 55 .jumpbox-cat-link, 56 .jumpbox-forum-link { font-weight: bold; } 57 58 59 /* Links for forum/topic lists */ 60 a.forumtitle { 61 font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif; 62 font-size: 1.2em; 63 font-weight: bold; 64 text-decoration: none; 65 } 66 67 a.forumtitle:hover { 68 text-decoration: underline; 69 } 70 71 a.topictitle { 72 font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif; 73 font-size: 1.2em; 74 font-weight: bold; 75 text-decoration: none; 76 display: inline; 77 } 78 79 a.topictitle:hover { 80 text-decoration: underline; 81 } 82 83 a.lastsubject { 84 font-weight: bold; 85 text-decoration: none; 86 } 87 88 a.lastsubject:hover { 89 text-decoration: underline; 90 } 91 92 .row-item a:hover { 93 text-decoration: none; 94 } 95 96 .row-item .forumtitle:hover, 97 .row-item .topictitle:hover, 98 .row-item .lastsubject:hover, 99 .row-item .subforum:hover, 100 .row-item a.username:hover, 101 .row-item a.username-coloured:hover { 102 text-decoration: underline; 103 } 104 105 /* Post body links */ 106 .postlink { 107 text-decoration: none; 108 border-bottom: 1px solid transparent; 109 padding-bottom: 0; 110 } 111 112 .postlink:hover { 113 text-decoration: none; 114 } 115 116 .signature a, .signature a:hover { 117 border: none; 118 text-decoration: underline; 119 } 120 121 /* Profile links */ 122 .postprofile a, .postprofile dt.author a { 123 font-weight: bold; 124 text-decoration: none; 125 } 126 127 .postprofile a:hover, .postprofile dt.author a:hover { 128 text-decoration: underline; 129 } 130 131 /* Profile searchresults */ 132 .search .postprofile a { 133 text-decoration: none; 134 font-weight: normal; 135 } 136 137 .search .postprofile a:hover { 138 text-decoration: underline; 139 } 140 141 .top { 142 font-size: 12px; 143 text-decoration: none; 144 margin-top: 10px; 145 } 146 147 /* Back to top of page */ 148 .back2top { 149 clear: both; 150 } 151 152 .back2top .top { 153 float: right; 154 margin-right: -10px; 155 margin-top: 0; 156 } 157 158 /* Arrow links */ 159 160 .arrow-up { 161 padding-left: 10px; 162 text-decoration: none; 163 border-bottom-width: 0; 164 } 165 166 .arrow-up:hover { } 167 168 .arrow-down { 169 padding-right: 10px; 170 } 171 172 .arrow-down:hover { } 173 174 .arrow-left:hover { 175 text-decoration: none; 176 } 177 178 .arrow-right:hover { 179 text-decoration: none; 180 } 181 182 /* invisible skip link, used for accessibility */ 183 .skiplink { 184 position: absolute; 185 left: -999px; 186 width: 990px; 187 } 188 189 /* Feed icon in forumlist_body.html */ 190 a.feed-icon-forum { 191 float: right; 192 margin: 3px; 193 } 194 195 a.anchor { 196 display: block; 197 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |