[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/styles/prosilver/theme/ -> links.css (source)

   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 .topictitle:hover,
  97  .row-item .subforum:hover,
  98  .row-item .username:hover,
  99  .row-item .username-coloured:hover {
 100      text-decoration: underline;
 101  }
 102  
 103  /* Post body links */
 104  .postlink {
 105      text-decoration: none;
 106      border-bottom: 1px solid transparent;
 107      padding-bottom: 0;
 108  }
 109  
 110  .postlink:hover {
 111      text-decoration: none;
 112  }
 113  
 114  .signature a, .signature a:hover {
 115      border: none;
 116      text-decoration: underline;
 117  }
 118  
 119  /* Profile links */
 120  .postprofile a, .postprofile dt.author a {
 121      font-weight: bold;
 122      text-decoration: none;
 123  }
 124  
 125  .postprofile a:hover, .postprofile dt.author a:hover {
 126      text-decoration: underline;
 127  }
 128  
 129  /* Profile searchresults */
 130  .search .postprofile a {
 131      text-decoration: none;
 132      font-weight: normal;
 133  }
 134  
 135  .search .postprofile a:hover {
 136      text-decoration: underline;
 137  }
 138  
 139  .top {
 140      font-size: 12px;
 141      text-decoration: none;
 142      margin-top: 10px;
 143  }
 144  
 145  /* Back to top of page */
 146  .back2top {
 147      clear: both;
 148  }
 149  
 150  .back2top .top {
 151      float: right;
 152      margin-right: -10px;
 153      margin-top: 0;
 154  }
 155  
 156  /* Arrow links  */
 157  
 158  .arrow-up {
 159      padding-left: 10px;
 160      text-decoration: none;
 161      border-bottom-width: 0;
 162  }
 163  
 164  .arrow-up:hover {
 165  
 166  }
 167  
 168  .arrow-down {
 169      padding-right: 10px;
 170  }
 171  
 172  .arrow-down:hover {
 173  
 174  }
 175  
 176  .arrow-left:hover {
 177      text-decoration: none;
 178  }
 179  
 180  .arrow-right:hover {
 181      text-decoration: none;
 182  }
 183  
 184  /* invisible skip link, used for accessibility  */
 185  .skiplink {
 186      position: absolute;
 187      left: -999px;
 188      width: 990px;
 189  }
 190  
 191  /* Feed icon in forumlist_body.html */
 192  a.feed-icon-forum {
 193      float: right;
 194      margin: 3px;
 195  }
 196  
 197  a.anchor {
 198      display: block;
 199  }


Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1