SHOW:
|
|
- or go back to the newest paste.
| 1 | <style><!-- | |
| 2 | /** DO NOT TOUCH THIS CODE AT ALL! | |
| 3 | ||
| 4 | Code provided by: TheKBSGamer | |
| 5 | If used by a 3rd party, against i-network's permission charges will apply. | |
| 6 | ||
| 7 | If you need a personalized staff code please feel free to contact me via skype: mdzgdzaj | |
| 8 | ||
| 9 | ||
| 10 | Copyright: i-network | |
| 11 | ||
| 12 | **/ | |
| 13 | ||
| 14 | ||
| 15 | #staffblock{
| |
| 16 | width:184px; | |
| 17 | height:150px; | |
| 18 | background:#202020; | |
| 19 | float:left; | |
| 20 | margin-left:5%; | |
| 21 | margin-top:-11px; | |
| 22 | margin-bottom:100px; | |
| 23 | } | |
| 24 | .staffserver_id{
| |
| 25 | width:45px; | |
| 26 | height:20px; | |
| 27 | background:#191919; | |
| 28 | float:right; | |
| 29 | margin-right:10px; | |
| 30 | margin-top:10px; | |
| 31 | } | |
| 32 | .staffserver_id p {
| |
| 33 | text-align:center; | |
| 34 | background:transparent; | |
| 35 | padding-top:-10px; | |
| 36 | } | |
| 37 | p.staffserver_id{
| |
| 38 | text-transform: uppercase; | |
| 39 | font-family: "Arial Narrow",Arial,sans-serif; | |
| 40 | color:white; | |
| 41 | font-size: 12pt; | |
| 42 | } | |
| 43 | .staffavatar{
| |
| 44 | width:100px; | |
| 45 | height:100px; | |
| 46 | margin-left:-120px; | |
| 47 | border-radius:5px; | |
| 48 | } | |
| 49 | .staffmessage{
| |
| 50 | width:25px; | |
| 51 | height:25px; | |
| 52 | background:#191919; | |
| 53 | float:right; | |
| 54 | margin-top:-30px; | |
| 55 | margin-right:-35px; | |
| 56 | } | |
| 57 | .staffmessage i {
| |
| 58 | margin-left:5.5px; | |
| 59 | margin-top:5.5px; | |
| 60 | text-align:center; | |
| 61 | background:transparent; | |
| 62 | font-size:10pt; | |
| 63 | color:white; | |
| 64 | } | |
| 65 | .staffuser{
| |
| 66 | width:25px; | |
| 67 | height:25px; | |
| 68 | background:#191919; | |
| 69 | float:right; | |
| 70 | margin-top:0px; | |
| 71 | margin-right:-30px; | |
| 72 | } | |
| 73 | .staffuser i {
| |
| 74 | margin-left:7px; | |
| 75 | margin-top:7px; | |
| 76 | text-align:center; | |
| 77 | background:transparent; | |
| 78 | font-size:10pt; | |
| 79 | color:white; | |
| 80 | } | |
| 81 | ||
| 82 | .staffblock_secondary {
| |
| 83 | background:#191919; | |
| 84 | margin-left:-149px; | |
| 85 | margin-top:12px; | |
| 86 | width:184px; | |
| 87 | height:40px; | |
| 88 | } | |
| 89 | .staffblock_secondary p {
| |
| 90 | background:transparent; | |
| 91 | text-align:center; | |
| 92 | } | |
| 93 | p.staffname{
| |
| 94 | text-transform: uppercase; | |
| 95 | font-family: "Arial Narrow",Arial,sans-serif; | |
| 96 | color:white; | |
| 97 | font-size: 16pt; | |
| 98 | line-height:180%; | |
| 99 | } | |
| 100 | ||
| 101 | .staffblock_desc{
| |
| 102 | margin:auto; | |
| 103 | margin-top:2px; | |
| 104 | width:100%; | |
| 105 | height:20px; | |
| 106 | background:#fafafa; | |
| 107 | } | |
| 108 | .staffblock_desc p {
| |
| 109 | margin:auto; | |
| 110 | width:85%; | |
| 111 | background:transparent; | |
| 112 | text-align:center; | |
| 113 | padding-top:5px; | |
| 114 | } | |
| 115 | p.staffdesc{
| |
| 116 | font-family: "Arial Narrow",Arial,sans-serif; | |
| 117 | color:black; | |
| 118 | font-size: 10pt; | |
| 119 | line-height:100%; | |
| 120 | } | |
| 121 | ||
| 122 | br{
| |
| 123 | line-height:120%; | |
| 124 | } | |
| 125 | .staffrank{
| |
| 126 | width:100%; | |
| 127 | height:30px; | |
| 128 | background:#191919; | |
| 129 | float:left | |
| 130 | } | |
| 131 | .staffrank p {
| |
| 132 | margin:auto; | |
| 133 | background:transparent; | |
| 134 | text-align:center; | |
| 135 | ||
| 136 | } | |
| 137 | p.template{
| |
| 138 | text-transform: uppercase; | |
| 139 | font-family: "Arial Narrow",Arial,sans-serif; | |
| 140 | color:#ffd805; | |
| 141 | font-size: 16pt; | |
| 142 | line-height:100%; | |
| 143 | padding-top:3.5px; | |
| 144 | } | |
| 145 | p.owner{
| |
| 146 | text-transform: uppercase; | |
| 147 | font-family: "Arial Narrow",Arial,sans-serif; | |
| 148 | color:#fd2121; | |
| 149 | font-size: 16pt; | |
| 150 | line-height:100%; | |
| 151 | padding-top:3.5px; | |
| 152 | } | |
| 153 | p.staffman{
| |
| 154 | text-transform: uppercase; | |
| 155 | font-family: "Arial Narrow",Arial,sans-serif; | |
| 156 | color:#fd2121; | |
| 157 | font-size: 16pt; | |
| 158 | line-height:100%; | |
| 159 | padding-top:3.5px; | |
| 160 | } | |
| 161 | p.op{
| |
| 162 | text-transform: uppercase; | |
| 163 | font-family: "Arial Narrow",Arial,sans-serif; | |
| 164 | color:#23FFE8; | |
| 165 | font-size: 16pt; | |
| 166 | line-height:100%; | |
| 167 | padding-top:3.5px; | |
| 168 | } | |
| 169 | p.dev{
| |
| 170 | text-transform: uppercase; | |
| 171 | font-family: "Arial Narrow",Arial,sans-serif; | |
| 172 | color:#fd2121; | |
| 173 | font-size: 16pt; | |
| 174 | line-height:100%; | |
| 175 | padding-top:3.5px; | |
| 176 | } | |
| 177 | p.chat-mod{
| |
| 178 | text-transform: uppercase; | |
| 179 | font-family: "Arial Narrow",Arial,sans-serif; | |
| 180 | color:#FAAFBA; | |
| 181 | font-size: 16pt; | |
| 182 | line-height:100%; | |
| 183 | padding-top:3.5px; | |
| 184 | } | |
| 185 | p.chat-man{
| |
| 186 | text-transform: uppercase; | |
| 187 | font-family: "Arial Narrow",Arial,sans-serif; | |
| 188 | color:#F660AB; | |
| 189 | font-size: 16pt; | |
| 190 | line-height:100%; | |
| 191 | padding-top:3.5px; | |
| 192 | } | |
| 193 | p.guard{
| |
| 194 | text-transform: uppercase; | |
| 195 | font-family: "Arial Narrow",Arial,sans-serif; | |
| 196 | color:#4AA02C; | |
| 197 | font-size: 16pt; | |
| 198 | line-height:100%; | |
| 199 | padding-top:3.5px; | |
| 200 | } | |
| 201 | p.hguard{
| |
| 202 | text-transform: uppercase; | |
| 203 | font-family: "Arial Narrow",Arial,sans-serif; | |
| 204 | color:#347C2C; | |
| 205 | font-size: 16pt; | |
| 206 | line-height:100%; | |
| 207 | padding-top:3.5px; | |
| 208 | } | |
| 209 | p.warden{
| |
| 210 | text-transform: uppercase; | |
| 211 | font-family: "Arial Narrow",Arial,sans-serif; | |
| 212 | color:#F75D59; | |
| 213 | font-size: 16pt; | |
| 214 | line-height:100%; | |
| 215 | padding-top:3.5px; | |
| 216 | } | |
| 217 | p.hwarden{
| |
| 218 | text-transform: uppercase; | |
| 219 | font-family: "Arial Narrow",Arial,sans-serif; | |
| 220 | color:#F75D59; | |
| 221 | font-size: 16pt; | |
| 222 | line-height:100%; | |
| 223 | padding-top:3.5px; | |
| 224 | } | |
| 225 | p.chat-admin{
| |
| 226 | text-transform: uppercase; | |
| 227 | font-family: "Arial Narrow",Arial,sans-serif; | |
| 228 | color:#F75D59; | |
| 229 | font-size: 16pt; | |
| 230 | line-height:100%; | |
| 231 | padding-top:3.5px; | |
| 232 | } | |
| 233 | p.chief{
| |
| 234 | text-transform: uppercase; | |
| 235 | font-family: "Arial Narrow",Arial,sans-serif; | |
| 236 | color:#FF8040; | |
| 237 | font-size: 16pt; | |
| 238 | line-height:100%; | |
| 239 | padding-top:3.5px; | |
| 240 | } | |
| 241 | --></style> | |
| 242 | <!-- | |
| 243 | ||
| 244 | ||
| 245 | ||
| 246 | Do not touch other parts from these apart from: | |
| 247 | Feel free to edit: | |
| 248 | Staff Rank: p class="rank_name" | |
| 249 | Staff Server ID: Only change the letters within the <p>these</p> tag | |
| 250 | Staff Avatar: Edit the players name to get their skin. | |
| 251 | Staff Message and User redirects them to the correc profile page. Make sure you change user ID numbers | |
| 252 | Staff Name: Just chnage again the letters within the <p>these</p> tag | |
| 253 | And finally the Staff desc you get the point! | |
| 254 | ||
| 255 | ||
| 256 | --> | |
| 257 | <div id="staffblock"> | |
| 258 | <div class="staffrank"> | |
| 259 | <p class="owner"><b>Owner</b></p> | |
| 260 | <div class="staffserver_id"> | |
| 261 | <p class="staffserver_id">PRI</p> | |
| 262 | <div class="staffavatar"><img src="https://minotar.net/helm/Bloxxerman" /> | |
| 263 | <div class="staffmessage"><a href="/dashboard/messages/compose?type=user&id=1420915" target="_blank"><i class="fa fa-envelope "></i></a> | |
| 264 | <div class="staffuser"><a href="/profile/1420915" target="_blank"><i class="fa fa-user"></i></a> | |
| 265 | <div class="staffblock_secondary"> | |
| 266 | <p class="staffname">Bloxxerman</p> | |
| 267 | <div class="staffblock_desc"> | |
| 268 | <p class="staffdesc">*</p> | |
| 269 | </div> | |
| 270 | </div> | |
| 271 | </div> | |
| 272 | </div> | |
| 273 | </div> | |
| 274 | </div> | |
| 275 | </div> | |
| 276 | </div> | |
| 277 | <div id="staffblock"> | |
| 278 | <div class="staffrank"> | |
| 279 | <p class="dev"><span style="color: #3366ff;"><b>dev</b></span></p> | |
| 280 | <div class="staffserver_id"> | |
| 281 | <p class="staffserver_id">PRI</p> | |
| 282 | <div class="staffavatar"><img src="https://minotar.net/helm/Ostr" /> | |
| 283 | <div class="staffmessage"><a href="/dashboard/messages/compose?type=user&id=7912299" target="_blank"><i class="fa fa-envelope "></i></a> | |
| 284 | <div class="staffuser"><a href="/profile/7912299" target="_blank"><i class="fa fa-user"></i></a> | |
| 285 | <div class="staffblock_secondary"> | |
| 286 | <p class="staffname">Ostie</p> | |
| 287 | <div class="staffblock_desc"> | |
| 288 | <p class="staffdesc">*</p> | |
| 289 | </div> | |
| 290 | </div> | |
| 291 | </div> | |
| 292 | </div> | |
| 293 | </div> | |
| 294 | </div> | |
| 295 | </div> | |
| 296 | </div> | |
| 297 | <div id="staffblock"> | |
| 298 | <div class="staffrank"> | |
| 299 | <p class="op"><b>OP</b></p> | |
| 300 | <div class="staffserver_id"> | |
| 301 | <p class="staffserver_id">PRI</p> | |
| 302 | <div class="staffavatar"><img src="https://minotar.net/helm/Calicalicokitty" /> | |
| 303 | <div class="staffmessage"><a href="/dashboard/messages/compose?type=user&id=13651774" target="_blank"><i class="fa fa-envelope "></i></a> | |
| 304 | <div class="staffuser"><a href="/profile/13651774" target="_blank"><i class="fa fa-user"></i></a> | |
| 305 | <div class="staffblock_secondary"> | |
| 306 | <p class="staffname">Calicalicokitty</p> | |
| 307 | <div class="staffblock_desc"> | |
| 308 | <p class="staffdesc">*</p> | |
| 309 | </div> | |
| 310 | </div> | |
| 311 | </div> | |
| 312 | </div> | |
| 313 | </div> | |
| 314 | </div> | |
| 315 | </div> | |
| 316 | </div> | |
| 317 | <div id="staffblock"> | |
| 318 | <div class="staffrank"> | |
| 319 | <p class="staffman"><b>staff-man</b></p> | |
| 320 | <div class="staffserver_id"> | |
| 321 | <p class="staffserver_id">PRI</p> | |
| 322 | <div class="staffavatar"><img src="https://minotar.net/helm/jetpack10" /> | |
| 323 | <div class="staffmessage"><a href="/dashboard/messages/compose?type=user&id=10204273" target="_blank"><i class="fa fa-envelope "></i></a> | |
| 324 | <div class="staffuser"><a href="/profile/10204273" target="_blank"><i class="fa fa-user"></i></a> | |
| 325 | <div class="staffblock_secondary"> | |
| 326 | <p class="staffname">jetpack10</p> | |
| 327 | <div class="staffblock_desc"> | |
| 328 | <p class="staffdesc">*</p> | |
| 329 | </div> | |
| 330 | </div> | |
| 331 | </div> | |
| 332 | </div> | |
| 333 | </div> | |
| 334 | </div> | |
| 335 | </div> | |
| 336 | </div> | |
| 337 | <div id="staffblock"> | |
| 338 | <div class="staffrank"> | |
| 339 | <p class="guard"><b>guard</b></p> | |
| 340 | <div class="staffserver_id"> | |
| 341 | <p class="staffserver_id">PRI</p> | |
| 342 | <div class="staffavatar"><img src="https://minotar.net/helm/toasty_dolphin" /> | |
| 343 | <div class="staffmessage"><a href="/dashboard/messages/compose?type=user&id=16948316" target="_blank"><i class="fa fa-envelope "></i></a> | |
| 344 | <div class="staffuser"><a href="/profile/16948316" target="_blank"><i class="fa fa-user"></i></a> | |
| 345 | <div class="staffblock_secondary"> | |
| 346 | <p class="staffname">toasty_dolphin</p> | |
| 347 | <div class="staffblock_desc"> | |
| 348 | <p class="staffdesc"></p> | |
| 349 | </div> | |
| 350 | </div> | |
| 351 | </div> | |
| 352 | </div> | |
| 353 | </div> | |
| 354 | </div> | |
| 355 | </div> | |
| 356 | </div> | |
| 357 | <div id="staffblock"> | |
| 358 | <div class="staffrank"> | |
| 359 | <p class="chat-man"><b>chat-man</b></p> | |
| 360 | <div class="staffserver_id"> | |
| 361 | <p class="staffserver_id">PRI</p> | |
| 362 | <div class="staffavatar"><img src="https://minotar.net/helm/SHR210" /> | |
| 363 | <div class="staffmessage"><a href="/dashboard/messages/compose?type=user&id=16835736" target="_blank"><i class="fa fa-envelope "></i></a> | |
| 364 | <div class="staffuser"><a href="/profile/16835736" target="_blank"><i class="fa fa-user"></i></a> | |
| 365 | <div class="staffblock_secondary"> | |
| 366 | <p class="staffname">SHR210</p> | |
| 367 | <div class="staffblock_desc"> | |
| 368 | <p class="staffdesc">*</p> | |
| 369 | </div> | |
| 370 | </div> | |
| 371 | </div> | |
| 372 | </div> | |
| 373 | </div> | |
| 374 | </div> | |
| 375 | </div> | |
| 376 | </div> | |
| 377 | <div id="staffblock"> | |
| 378 | <div class="staffrank"> | |
| 379 | <p class="chat-mod"><b>chat-mod</b></p> | |
| 380 | <div class="staffserver_id"> | |
| 381 | <p class="staffserver_id">PRI</p> | |
| 382 | <div class="staffavatar"><img src="https://minotar.net/helm/calbsgeig" /> | |
| 383 | <div class="staffmessage"><a href="/dashboard/messages/compose?type=user&id=7329705" target="_blank"><i class="fa fa-envelope "></i></a> | |
| 384 | <div class="staffuser"><a href="/profile/7329705" target="_blank"><i class="fa fa-user"></i></a> | |
| 385 | <div class="staffblock_secondary"> | |
| 386 | <p class="staffname">calbsgeig</p> | |
| 387 | <div class="staffblock_desc"> | |
| 388 | <p class="staffdesc">*</p> | |
| 389 | </div> | |
| 390 | </div> | |
| 391 | </div> | |
| 392 | </div> | |
| 393 | </div> | |
| 394 | </div> | |
| 395 | </div> | |
| 396 | </div> |