| 1 |
@font-face { |
| 2 |
font-family: 'Glyphicons Halflings'; |
| 3 |
src: url('../fonts/glyphicons-halflings-regular.eot'); |
| 4 |
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg'); |
| 5 |
} |
| 6 |
.glyphicon { |
| 7 |
position: relative; |
| 8 |
top: 1px; |
| 9 |
/*display: inline-block;*/ |
| 10 |
font-family: 'Glyphicons Halflings'; |
| 11 |
-webkit-font-smoothing: antialiased; |
| 12 |
font-style: normal; |
| 13 |
font-weight: normal; |
| 14 |
line-height: 1; |
| 15 |
float: left; |
| 16 |
margin: 4px; |
| 17 |
} |
| 18 |
|
| 19 |
.glyphicon-asterisk:before { |
| 20 |
content: "\2a"; |
| 21 |
} |
| 22 |
|
| 23 |
.glyphicon-plus:before { |
| 24 |
content: "\2b"; |
| 25 |
} |
| 26 |
|
| 27 |
.glyphicon-euro:before { |
| 28 |
content: "\20ac"; |
| 29 |
} |
| 30 |
|
| 31 |
.glyphicon-minus:before { |
| 32 |
content: "\2212"; |
| 33 |
} |
| 34 |
|
| 35 |
.glyphicon-cloud:before { |
| 36 |
content: "\2601"; |
| 37 |
} |
| 38 |
|
| 39 |
.glyphicon-envelope:before { |
| 40 |
content: "\2709"; |
| 41 |
} |
| 42 |
|
| 43 |
.glyphicon-pencil:before { |
| 44 |
content: "\270f"; |
| 45 |
} |
| 46 |
|
| 47 |
.glyphicon-glass:before { |
| 48 |
content: "\e001"; |
| 49 |
} |
| 50 |
|
| 51 |
.glyphicon-music:before { |
| 52 |
content: "\e002"; |
| 53 |
} |
| 54 |
|
| 55 |
.glyphicon-search:before { |
| 56 |
content: "\e003"; |
| 57 |
} |
| 58 |
|
| 59 |
.glyphicon-heart:before { |
| 60 |
content: "\e005"; |
| 61 |
} |
| 62 |
|
| 63 |
.glyphicon-star:before { |
| 64 |
content: "\e006"; |
| 65 |
} |
| 66 |
|
| 67 |
.glyphicon-star-empty:before { |
| 68 |
content: "\e007"; |
| 69 |
} |
| 70 |
|
| 71 |
.glyphicon-user:before { |
| 72 |
content: "\e008"; |
| 73 |
} |
| 74 |
|
| 75 |
.glyphicon-film:before { |
| 76 |
content: "\e009"; |
| 77 |
} |
| 78 |
|
| 79 |
.glyphicon-th-large:before { |
| 80 |
content: "\e010"; |
| 81 |
} |
| 82 |
|
| 83 |
.glyphicon-th:before { |
| 84 |
content: "\e011"; |
| 85 |
} |
| 86 |
|
| 87 |
.glyphicon-th-list:before { |
| 88 |
content: "\e012"; |
| 89 |
} |
| 90 |
|
| 91 |
.glyphicon-ok:before { |
| 92 |
content: "\e013"; |
| 93 |
} |
| 94 |
|
| 95 |
.glyphicon-remove:before { |
| 96 |
content: "\e014"; |
| 97 |
} |
| 98 |
|
| 99 |
.glyphicon-zoom-in:before { |
| 100 |
content: "\e015"; |
| 101 |
} |
| 102 |
|
| 103 |
.glyphicon-zoom-out:before { |
| 104 |
content: "\e016"; |
| 105 |
} |
| 106 |
|
| 107 |
.glyphicon-off:before { |
| 108 |
content: "\e017"; |
| 109 |
} |
| 110 |
|
| 111 |
.glyphicon-signal:before { |
| 112 |
content: "\e018"; |
| 113 |
} |
| 114 |
|
| 115 |
.glyphicon-cog:before { |
| 116 |
content: "\e019"; |
| 117 |
} |
| 118 |
|
| 119 |
.glyphicon-trash:before { |
| 120 |
content: "\e020"; |
| 121 |
} |
| 122 |
|
| 123 |
.glyphicon-home:before { |
| 124 |
content: "\e021"; |
| 125 |
} |
| 126 |
|
| 127 |
.glyphicon-file:before { |
| 128 |
content: "\e022"; |
| 129 |
} |
| 130 |
|
| 131 |
.glyphicon-time:before { |
| 132 |
content: "\e023"; |
| 133 |
} |
| 134 |
|
| 135 |
.glyphicon-road:before { |
| 136 |
content: "\e024"; |
| 137 |
} |
| 138 |
|
| 139 |
.glyphicon-download-alt:before { |
| 140 |
content: "\e025"; |
| 141 |
} |
| 142 |
|
| 143 |
.glyphicon-download:before { |
| 144 |
content: "\e026"; |
| 145 |
} |
| 146 |
|
| 147 |
.glyphicon-upload:before { |
| 148 |
content: "\e027"; |
| 149 |
} |
| 150 |
|
| 151 |
.glyphicon-inbox:before { |
| 152 |
content: "\e028"; |
| 153 |
} |
| 154 |
|
| 155 |
.glyphicon-play-circle:before { |
| 156 |
content: "\e029"; |
| 157 |
} |
| 158 |
|
| 159 |
.glyphicon-repeat:before { |
| 160 |
content: "\e030"; |
| 161 |
} |
| 162 |
|
| 163 |
.glyphicon-refresh:before { |
| 164 |
content: "\e031"; |
| 165 |
} |
| 166 |
|
| 167 |
.glyphicon-list-alt:before { |
| 168 |
content: "\e032"; |
| 169 |
} |
| 170 |
|
| 171 |
.glyphicon-flag:before { |
| 172 |
content: "\e034"; |
| 173 |
} |
| 174 |
|
| 175 |
.glyphicon-headphones:before { |
| 176 |
content: "\e035"; |
| 177 |
} |
| 178 |
|
| 179 |
.glyphicon-volume-off:before { |
| 180 |
content: "\e036"; |
| 181 |
} |
| 182 |
|
| 183 |
.glyphicon-volume-down:before { |
| 184 |
content: "\e037"; |
| 185 |
} |
| 186 |
|
| 187 |
.glyphicon-volume-up:before { |
| 188 |
content: "\e038"; |
| 189 |
} |
| 190 |
|
| 191 |
.glyphicon-qrcode:before { |
| 192 |
content: "\e039"; |
| 193 |
} |
| 194 |
|
| 195 |
.glyphicon-barcode:before { |
| 196 |
content: "\e040"; |
| 197 |
} |
| 198 |
|
| 199 |
.glyphicon-tag:before { |
| 200 |
content: "\e041"; |
| 201 |
} |
| 202 |
|
| 203 |
.glyphicon-tags:before { |
| 204 |
content: "\e042"; |
| 205 |
} |
| 206 |
|
| 207 |
.glyphicon-book:before { |
| 208 |
content: "\e043"; |
| 209 |
} |
| 210 |
|
| 211 |
.glyphicon-print:before { |
| 212 |
content: "\e045"; |
| 213 |
} |
| 214 |
|
| 215 |
.glyphicon-font:before { |
| 216 |
content: "\e047"; |
| 217 |
} |
| 218 |
|
| 219 |
.glyphicon-bold:before { |
| 220 |
content: "\e048"; |
| 221 |
} |
| 222 |
|
| 223 |
.glyphicon-italic:before { |
| 224 |
content: "\e049"; |
| 225 |
} |
| 226 |
|
| 227 |
.glyphicon-text-height:before { |
| 228 |
content: "\e050"; |
| 229 |
} |
| 230 |
|
| 231 |
.glyphicon-text-width:before { |
| 232 |
content: "\e051"; |
| 233 |
} |
| 234 |
|
| 235 |
.glyphicon-align-left:before { |
| 236 |
content: "\e052"; |
| 237 |
} |
| 238 |
|
| 239 |
.glyphicon-align-center:before { |
| 240 |
content: "\e053"; |
| 241 |
} |
| 242 |
|
| 243 |
.glyphicon-align-right:before { |
| 244 |
content: "\e054"; |
| 245 |
} |
| 246 |
|
| 247 |
.glyphicon-align-justify:before { |
| 248 |
content: "\e055"; |
| 249 |
} |
| 250 |
|
| 251 |
.glyphicon-list:before { |
| 252 |
content: "\e056"; |
| 253 |
} |
| 254 |
|
| 255 |
.glyphicon-indent-left:before { |
| 256 |
content: "\e057"; |
| 257 |
} |
| 258 |
|
| 259 |
.glyphicon-indent-right:before { |
| 260 |
content: "\e058"; |
| 261 |
} |
| 262 |
|
| 263 |
.glyphicon-facetime-video:before { |
| 264 |
content: "\e059"; |
| 265 |
} |
| 266 |
|
| 267 |
.glyphicon-picture:before { |
| 268 |
content: "\e060"; |
| 269 |
} |
| 270 |
|
| 271 |
.glyphicon-map-marker:before { |
| 272 |
content: "\e062"; |
| 273 |
} |
| 274 |
|
| 275 |
.glyphicon-adjust:before { |
| 276 |
content: "\e063"; |
| 277 |
} |
| 278 |
|
| 279 |
.glyphicon-tint:before { |
| 280 |
content: "\e064"; |
| 281 |
} |
| 282 |
|
| 283 |
.glyphicon-edit:before { |
| 284 |
content: "\e065"; |
| 285 |
} |
| 286 |
|
| 287 |
.glyphicon-share:before { |
| 288 |
content: "\e066"; |
| 289 |
} |
| 290 |
|
| 291 |
.glyphicon-check:before { |
| 292 |
content: "\e067"; |
| 293 |
} |
| 294 |
|
| 295 |
.glyphicon-move:before { |
| 296 |
content: "\e068"; |
| 297 |
} |
| 298 |
|
| 299 |
.glyphicon-step-backward:before { |
| 300 |
content: "\e069"; |
| 301 |
} |
| 302 |
|
| 303 |
.glyphicon-fast-backward:before { |
| 304 |
content: "\e070"; |
| 305 |
} |
| 306 |
|
| 307 |
.glyphicon-backward:before { |
| 308 |
content: "\e071"; |
| 309 |
} |
| 310 |
|
| 311 |
.glyphicon-play:before { |
| 312 |
content: "\e072"; |
| 313 |
} |
| 314 |
|
| 315 |
.glyphicon-pause:before { |
| 316 |
content: "\e073"; |
| 317 |
} |
| 318 |
|
| 319 |
.glyphicon-stop:before { |
| 320 |
content: "\e074"; |
| 321 |
} |
| 322 |
|
| 323 |
.glyphicon-forward:before { |
| 324 |
content: "\e075"; |
| 325 |
} |
| 326 |
|
| 327 |
.glyphicon-fast-forward:before { |
| 328 |
content: "\e076"; |
| 329 |
} |
| 330 |
|
| 331 |
.glyphicon-step-forward:before { |
| 332 |
content: "\e077"; |
| 333 |
} |
| 334 |
|
| 335 |
.glyphicon-eject:before { |
| 336 |
content: "\e078"; |
| 337 |
} |
| 338 |
|
| 339 |
.glyphicon-chevron-left:before { |
| 340 |
content: "\e079"; |
| 341 |
} |
| 342 |
|
| 343 |
.glyphicon-chevron-right:before { |
| 344 |
content: "\e080"; |
| 345 |
} |
| 346 |
|
| 347 |
.glyphicon-plus-sign:before { |
| 348 |
content: "\e081"; |
| 349 |
} |
| 350 |
|
| 351 |
.glyphicon-minus-sign:before { |
| 352 |
content: "\e082"; |
| 353 |
} |
| 354 |
|
| 355 |
.glyphicon-remove-sign:before { |
| 356 |
content: "\e083"; |
| 357 |
} |
| 358 |
|
| 359 |
.glyphicon-ok-sign:before { |
| 360 |
content: "\e084"; |
| 361 |
} |
| 362 |
|
| 363 |
.glyphicon-question-sign:before { |
| 364 |
content: "\e085"; |
| 365 |
} |
| 366 |
|
| 367 |
.glyphicon-info-sign:before { |
| 368 |
content: "\e086"; |
| 369 |
} |
| 370 |
|
| 371 |
.glyphicon-screenshot:before { |
| 372 |
content: "\e087"; |
| 373 |
} |
| 374 |
|
| 375 |
.glyphicon-remove-circle:before { |
| 376 |
content: "\e088"; |
| 377 |
} |
| 378 |
|
| 379 |
.glyphicon-ok-circle:before { |
| 380 |
content: "\e089"; |
| 381 |
} |
| 382 |
|
| 383 |
.glyphicon-ban-circle:before { |
| 384 |
content: "\e090"; |
| 385 |
} |
| 386 |
|
| 387 |
.glyphicon-arrow-left:before { |
| 388 |
content: "\e091"; |
| 389 |
} |
| 390 |
|
| 391 |
.glyphicon-arrow-right:before { |
| 392 |
content: "\e092"; |
| 393 |
} |
| 394 |
|
| 395 |
.glyphicon-arrow-up:before { |
| 396 |
content: "\e093"; |
| 397 |
} |
| 398 |
|
| 399 |
.glyphicon-arrow-down:before { |
| 400 |
content: "\e094"; |
| 401 |
} |
| 402 |
|
| 403 |
.glyphicon-share-alt:before { |
| 404 |
content: "\e095"; |
| 405 |
} |
| 406 |
|
| 407 |
.glyphicon-resize-full:before { |
| 408 |
content: "\e096"; |
| 409 |
} |
| 410 |
|
| 411 |
.glyphicon-resize-small:before { |
| 412 |
content: "\e097"; |
| 413 |
} |
| 414 |
|
| 415 |
.glyphicon-exclamation-sign:before { |
| 416 |
content: "\e101"; |
| 417 |
} |
| 418 |
|
| 419 |
.glyphicon-gift:before { |
| 420 |
content: "\e102"; |
| 421 |
} |
| 422 |
|
| 423 |
.glyphicon-leaf:before { |
| 424 |
content: "\e103"; |
| 425 |
} |
| 426 |
|
| 427 |
.glyphicon-eye-open:before { |
| 428 |
content: "\e105"; |
| 429 |
} |
| 430 |
|
| 431 |
.glyphicon-eye-close:before { |
| 432 |
content: "\e106"; |
| 433 |
} |
| 434 |
|
| 435 |
.glyphicon-warning-sign:before { |
| 436 |
content: "\e107"; |
| 437 |
} |
| 438 |
|
| 439 |
.glyphicon-plane:before { |
| 440 |
content: "\e108"; |
| 441 |
} |
| 442 |
|
| 443 |
.glyphicon-random:before { |
| 444 |
content: "\e110"; |
| 445 |
} |
| 446 |
|
| 447 |
.glyphicon-comment:before { |
| 448 |
content: "\e111"; |
| 449 |
} |
| 450 |
|
| 451 |
.glyphicon-magnet:before { |
| 452 |
content: "\e112"; |
| 453 |
} |
| 454 |
|
| 455 |
.glyphicon-chevron-up:before { |
| 456 |
content: "\e113"; |
| 457 |
} |
| 458 |
|
| 459 |
.glyphicon-chevron-down:before { |
| 460 |
content: "\e114"; |
| 461 |
} |
| 462 |
|
| 463 |
.glyphicon-retweet:before { |
| 464 |
content: "\e115"; |
| 465 |
} |
| 466 |
|
| 467 |
.glyphicon-shopping-cart:before { |
| 468 |
content: "\e116"; |
| 469 |
} |
| 470 |
|
| 471 |
.glyphicon-folder-close:before { |
| 472 |
content: "\e117"; |
| 473 |
} |
| 474 |
|
| 475 |
.glyphicon-folder-open:before { |
| 476 |
content: "\e118"; |
| 477 |
} |
| 478 |
|
| 479 |
.glyphicon-resize-vertical:before { |
| 480 |
content: "\e119"; |
| 481 |
} |
| 482 |
|
| 483 |
.glyphicon-resize-horizontal:before { |
| 484 |
content: "\e120"; |
| 485 |
} |
| 486 |
|
| 487 |
.glyphicon-hdd:before { |
| 488 |
content: "\e121"; |
| 489 |
} |
| 490 |
|
| 491 |
.glyphicon-bullhorn:before { |
| 492 |
content: "\e122"; |
| 493 |
} |
| 494 |
|
| 495 |
.glyphicon-certificate:before { |
| 496 |
content: "\e124"; |
| 497 |
} |
| 498 |
|
| 499 |
.glyphicon-thumbs-up:before { |
| 500 |
content: "\e125"; |
| 501 |
} |
| 502 |
|
| 503 |
.glyphicon-thumbs-down:before { |
| 504 |
content: "\e126"; |
| 505 |
} |
| 506 |
|
| 507 |
.glyphicon-hand-right:before { |
| 508 |
content: "\e127"; |
| 509 |
} |
| 510 |
|
| 511 |
.glyphicon-hand-left:before { |
| 512 |
content: "\e128"; |
| 513 |
} |
| 514 |
|
| 515 |
.glyphicon-hand-up:before { |
| 516 |
content: "\e129"; |
| 517 |
} |
| 518 |
|
| 519 |
.glyphicon-hand-down:before { |
| 520 |
content: "\e130"; |
| 521 |
} |
| 522 |
|
| 523 |
.glyphicon-circle-arrow-right:before { |
| 524 |
content: "\e131"; |
| 525 |
} |
| 526 |
|
| 527 |
.glyphicon-circle-arrow-left:before { |
| 528 |
content: "\e132"; |
| 529 |
} |
| 530 |
|
| 531 |
.glyphicon-circle-arrow-up:before { |
| 532 |
content: "\e133"; |
| 533 |
} |
| 534 |
|
| 535 |
.glyphicon-circle-arrow-down:before { |
| 536 |
content: "\e134"; |
| 537 |
} |
| 538 |
|
| 539 |
.glyphicon-globe:before { |
| 540 |
content: "\e135"; |
| 541 |
} |
| 542 |
|
| 543 |
.glyphicon-tasks:before { |
| 544 |
content: "\e137"; |
| 545 |
} |
| 546 |
|
| 547 |
.glyphicon-filter:before { |
| 548 |
content: "\e138"; |
| 549 |
} |
| 550 |
|
| 551 |
.glyphicon-fullscreen:before { |
| 552 |
content: "\e140"; |
| 553 |
} |
| 554 |
|
| 555 |
.glyphicon-dashboard:before { |
| 556 |
content: "\e141"; |
| 557 |
} |
| 558 |
|
| 559 |
.glyphicon-heart-empty:before { |
| 560 |
content: "\e143"; |
| 561 |
} |
| 562 |
|
| 563 |
.glyphicon-link:before { |
| 564 |
content: "\e144"; |
| 565 |
} |
| 566 |
|
| 567 |
.glyphicon-phone:before { |
| 568 |
content: "\e145"; |
| 569 |
} |
| 570 |
|
| 571 |
.glyphicon-usd:before { |
| 572 |
content: "\e148"; |
| 573 |
} |
| 574 |
|
| 575 |
.glyphicon-gbp:before { |
| 576 |
content: "\e149"; |
| 577 |
} |
| 578 |
|
| 579 |
.glyphicon-sort:before { |
| 580 |
content: "\e150"; |
| 581 |
} |
| 582 |
|
| 583 |
.glyphicon-sort-by-alphabet:before { |
| 584 |
content: "\e151"; |
| 585 |
} |
| 586 |
|
| 587 |
.glyphicon-sort-by-alphabet-alt:before { |
| 588 |
content: "\e152"; |
| 589 |
} |
| 590 |
|
| 591 |
.glyphicon-sort-by-order:before { |
| 592 |
content: "\e153"; |
| 593 |
} |
| 594 |
|
| 595 |
.glyphicon-sort-by-order-alt:before { |
| 596 |
content: "\e154"; |
| 597 |
} |
| 598 |
|
| 599 |
.glyphicon-sort-by-attributes:before { |
| 600 |
content: "\e155"; |
| 601 |
} |
| 602 |
|
| 603 |
.glyphicon-sort-by-attributes-alt:before { |
| 604 |
content: "\e156"; |
| 605 |
} |
| 606 |
|
| 607 |
.glyphicon-unchecked:before { |
| 608 |
content: "\e157"; |
| 609 |
} |
| 610 |
|
| 611 |
.glyphicon-expand:before { |
| 612 |
content: "\e158"; |
| 613 |
} |
| 614 |
|
| 615 |
.glyphicon-collapse-down:before { |
| 616 |
content: "\e159"; |
| 617 |
} |
| 618 |
|
| 619 |
.glyphicon-collapse-up:before { |
| 620 |
content: "\e160"; |
| 621 |
} |
| 622 |
|
| 623 |
.glyphicon-log-in:before { |
| 624 |
content: "\e161"; |
| 625 |
} |
| 626 |
|
| 627 |
.glyphicon-flash:before { |
| 628 |
content: "\e162"; |
| 629 |
} |
| 630 |
|
| 631 |
.glyphicon-log-out:before { |
| 632 |
content: "\e163"; |
| 633 |
} |
| 634 |
|
| 635 |
.glyphicon-new-window:before { |
| 636 |
content: "\e164"; |
| 637 |
} |
| 638 |
|
| 639 |
.glyphicon-record:before { |
| 640 |
content: "\e165"; |
| 641 |
} |
| 642 |
|
| 643 |
.glyphicon-save:before { |
| 644 |
content: "\e166"; |
| 645 |
} |
| 646 |
|
| 647 |
.glyphicon-open:before { |
| 648 |
content: "\e167"; |
| 649 |
} |
| 650 |
|
| 651 |
.glyphicon-saved:before { |
| 652 |
content: "\e168"; |
| 653 |
} |
| 654 |
|
| 655 |
.glyphicon-import:before { |
| 656 |
content: "\e169"; |
| 657 |
} |
| 658 |
|
| 659 |
.glyphicon-export:before { |
| 660 |
content: "\e170"; |
| 661 |
} |
| 662 |
|
| 663 |
.glyphicon-send:before { |
| 664 |
content: "\e171"; |
| 665 |
} |
| 666 |
|
| 667 |
.glyphicon-floppy-disk:before { |
| 668 |
content: "\e172"; |
| 669 |
} |
| 670 |
|
| 671 |
.glyphicon-floppy-saved:before { |
| 672 |
content: "\e173"; |
| 673 |
} |
| 674 |
|
| 675 |
.glyphicon-floppy-remove:before { |
| 676 |
content: "\e174"; |
| 677 |
} |
| 678 |
|
| 679 |
.glyphicon-floppy-save:before { |
| 680 |
content: "\e175"; |
| 681 |
} |
| 682 |
|
| 683 |
.glyphicon-floppy-open:before { |
| 684 |
content: "\e176"; |
| 685 |
} |
| 686 |
|
| 687 |
.glyphicon-credit-card:before { |
| 688 |
content: "\e177"; |
| 689 |
} |
| 690 |
|
| 691 |
.glyphicon-transfer:before { |
| 692 |
content: "\e178"; |
| 693 |
} |
| 694 |
|
| 695 |
.glyphicon-cutlery:before { |
| 696 |
content: "\e179"; |
| 697 |
} |
| 698 |
|
| 699 |
.glyphicon-header:before { |
| 700 |
content: "\e180"; |
| 701 |
} |
| 702 |
|
| 703 |
.glyphicon-compressed:before { |
| 704 |
content: "\e181"; |
| 705 |
} |
| 706 |
|
| 707 |
.glyphicon-earphone:before { |
| 708 |
content: "\e182"; |
| 709 |
} |
| 710 |
|
| 711 |
.glyphicon-phone-alt:before { |
| 712 |
content: "\e183"; |
| 713 |
} |
| 714 |
|
| 715 |
.glyphicon-tower:before { |
| 716 |
content: "\e184"; |
| 717 |
} |
| 718 |
|
| 719 |
.glyphicon-stats:before { |
| 720 |
content: "\e185"; |
| 721 |
} |
| 722 |
|
| 723 |
.glyphicon-sd-video:before { |
| 724 |
content: "\e186"; |
| 725 |
} |
| 726 |
|
| 727 |
.glyphicon-hd-video:before { |
| 728 |
content: "\e187"; |
| 729 |
} |
| 730 |
|
| 731 |
.glyphicon-subtitles:before { |
| 732 |
content: "\e188"; |
| 733 |
} |
| 734 |
|
| 735 |
.glyphicon-sound-stereo:before { |
| 736 |
content: "\e189"; |
| 737 |
} |
| 738 |
|
| 739 |
.glyphicon-sound-dolby:before { |
| 740 |
content: "\e190"; |
| 741 |
} |
| 742 |
|
| 743 |
.glyphicon-sound-5-1:before { |
| 744 |
content: "\e191"; |
| 745 |
} |
| 746 |
|
| 747 |
.glyphicon-sound-6-1:before { |
| 748 |
content: "\e192"; |
| 749 |
} |
| 750 |
|
| 751 |
.glyphicon-sound-7-1:before { |
| 752 |
content: "\e193"; |
| 753 |
} |
| 754 |
|
| 755 |
.glyphicon-copyright-mark:before { |
| 756 |
content: "\e194"; |
| 757 |
} |
| 758 |
|
| 759 |
.glyphicon-registration-mark:before { |
| 760 |
content: "\e195"; |
| 761 |
} |
| 762 |
|
| 763 |
.glyphicon-cloud-download:before { |
| 764 |
content: "\e197"; |
| 765 |
} |
| 766 |
|
| 767 |
.glyphicon-cloud-upload:before { |
| 768 |
content: "\e198"; |
| 769 |
} |
| 770 |
|
| 771 |
.glyphicon-tree-conifer:before { |
| 772 |
content: "\e199"; |
| 773 |
} |
| 774 |
|
| 775 |
.glyphicon-tree-deciduous:before { |
| 776 |
content: "\e200"; |
| 777 |
} |
| 778 |
|
| 779 |
.glyphicon-briefcase:before { |
| 780 |
content: "\1f4bc"; |
| 781 |
} |
| 782 |
|
| 783 |
.glyphicon-calendar:before { |
| 784 |
content: "\1f4c5"; |
| 785 |
} |
| 786 |
|
| 787 |
.glyphicon-pushpin:before { |
| 788 |
content: "\1f4cc"; |
| 789 |
} |
| 790 |
|
| 791 |
.glyphicon-paperclip:before { |
| 792 |
content: "\1f4ce"; |
| 793 |
} |
| 794 |
|
| 795 |
.glyphicon-camera:before { |
| 796 |
content: "\1f4f7"; |
| 797 |
} |
| 798 |
|
| 799 |
.glyphicon-lock:before { |
| 800 |
content: "\1f512"; |
| 801 |
} |
| 802 |
|
| 803 |
.glyphicon-bell:before { |
| 804 |
content: "\1f514"; |
| 805 |
} |
| 806 |
|
| 807 |
.glyphicon-bookmark:before { |
| 808 |
content: "\1f516"; |
| 809 |
} |
| 810 |
|
| 811 |
.glyphicon-fire:before { |
| 812 |
content: "\1f525"; |
| 813 |
} |
| 814 |
|
| 815 |
.glyphicon-wrench:before { |
| 816 |
content: "\1f527"; |
| 817 |
} |
| 818 |
|
| 819 |
#icon_show, #icon_show_button{ |
| 820 |
margin-left: 8px; |
| 821 |
background: none repeat scroll 0 0 #DBDBDB; |
| 822 |
border: 1px solid #B3B3CD; |
| 823 |
padding: 2px 4px; |
| 824 |
} |
| 825 |
|
| 826 |
|
| 827 |
.oscitas-icon-div { |
| 828 |
background: none repeat scroll 0 0 #F4F4F4; |
| 829 |
border: 1px solid #AAAAAA; |
| 830 |
height: 22px; |
| 831 |
width: 190px; |
| 832 |
} |
| 833 |
.oscitas-icon { |
| 834 |
border: 3px double #A6A6A6; |
| 835 |
display: inline-block; |
| 836 |
margin-top: 5px; |
| 837 |
} |
| 838 |
.oscitas-icon ul li{ |
| 839 |
text-align: center; |
| 840 |
padding:4px; |
| 841 |
} |
| 842 |
.oscitas-icon ul li:hover, .osc_icon_selected, .osc_icon_selected_button{ |
| 843 |
background: #F4F4F4; |
| 844 |
border: 1px solid #A6A6A6; |
| 845 |
padding:3px !important; |
| 846 |
} |
| 847 |
.show-drop{ |
| 848 |
background: url("../images/drop_down.png") no-repeat scroll 0 0 transparent; |
| 849 |
float: right; |
| 850 |
height: 16px; |
| 851 |
margin:5px 0px 0 0; |
| 852 |
width: 18px; |
| 853 |
} |
| 854 |
|