[ Index ]

PHP Cross Reference of YOURLS

title

Body

[close]

/css/ -> style.css (source)

   1  body {
   2      font-family: Verdana, Arial;
   3      font-size: 12px;
   4      color: #595441;
   5      background:#e3f3ff;
   6      text-align:center;
   7      margin-top:0px;
   8      padding-top:10px;
   9  }
  10  #wrap {
  11      max-width:950px;
  12      min-height:150px;
  13      margin:0 auto;
  14      background:white;
  15      text-align:left;
  16      padding:5px 20px 10px 20px;
  17      border-left:3px solid #2a85b3;
  18      border-right:3px solid #2a85b3;
  19      border-bottom:3px solid #2a85b3;
  20      border-top:3px solid #2a85b3;
  21      -moz-border-radius:20px;
  22      -webkit-border-radius:20px;
  23      border-radius:20px;
  24  }
  25  .hide-if-no-js {display: none;}
  26  div, p, td {
  27      font-family: Verdana, Arial;
  28      font-size: 12px;
  29  }
  30  a, a:link, a:active, a:visited {
  31      color: #2a85b3;
  32      text-decoration: none;
  33  }
  34  a:hover {
  35      text-decoration: underline;
  36  }
  37  h1 {height:50px;margin:0;float:right;max-width:500px;}
  38  h1 a {text-align:right;font-size:20px;float:right;}
  39  h1 a, h1 a:link, h1 a:active, h1 a:visited {color:#2a85b3}
  40  h1 a:hover{text-decoration:none;}
  41  h1 a:hover span{text-decoration:underline;color:#88c0eb}
  42  #yourls-logo {
  43      border:0px;
  44      width:300px;
  45  }
  46  ul#admin_menu {
  47      min-height:100px;
  48      list-style-type:none;
  49      padding:0;
  50      font-size:105%;
  51  }
  52  ul#admin_menu li {
  53      color:#aaa;
  54      padding:1px 0;
  55  }
  56  ul#admin_menu li:hover {
  57      list-style-type:square;
  58      color:#000;
  59  }
  60  
  61  code {
  62      background:#eaeaef;
  63      padding:0 2px;
  64  }
  65  tt {
  66      background:#ffc;
  67      padding:0 2px;
  68  }
  69  
  70  input, textarea {
  71      -moz-border-radius:3px;
  72      -webkit-border-radius:3px;
  73      border-radius:3px;
  74  }
  75  Input.text, select, textarea {
  76      font-family: Verdana, Arial;
  77      font-size: 10px;
  78      color: #595441;
  79      background-color: #FFFFFF;
  80      border: 1px solid #88c0eb;
  81      margin:1px;
  82  }
  83  input.button {
  84      font-family: Verdana, Arial;
  85      font-size: 10px;
  86      color: #595441;
  87      font-weight: bold;
  88      background-color: #FFFFFF;
  89      border: 1px solid #88c0eb;
  90      cursor:pointer;
  91  }
  92  input.primary {
  93      border:2px solid #2A85B3;
  94      background:#fafafe;
  95  }
  96  input.text:focus, textarea:focus {
  97      border:2px solid #2A85B3;
  98      margin:0px;
  99  }
 100  tr.edit-row  td {
 101      background:#e3f3ff !important;
 102  }
 103  #new_url {
 104      text-align:center;
 105      padding:1px;
 106      border:1px solid #CDCDCD;
 107      background:#fff;
 108      clear:both;
 109  }
 110  #new_url div {
 111      background:#C7E7FF;
 112      padding:4px;
 113  }
 114  #new_url_form {
 115      padding:4px;
 116  }
 117  #new_url #feedback {
 118      background:#ff8;
 119      color:#88c0eb;
 120      width:50%;
 121      margin:0px 25%;
 122      padding:2px;
 123      border:1px solid #ff8;
 124  }
 125  #new_url #feedback .fail {
 126      color:#f55;
 127  }
 128  #add-url {width:400px}
 129  td.url small a{
 130      color:#bbc;
 131  }
 132  body.desktop td.actions input,body.desktop  td.actions a {
 133      visibility:hidden;
 134  }
 135  td.timestamp span.timestamp {
 136      display:none;
 137  }
 138  td.actions input.disabled, td.actions input.loading {
 139      visibility:visible;
 140  }
 141  tr:hover td.actions input, tr:hover td.actions a {
 142      visibility:visible;
 143  }
 144  td.actions .button {
 145      font-family: Verdana, Arial;
 146      font-size: 10px;
 147      color: #595441;
 148      font-weight: bold;
 149      background-color: #FFFFFF;
 150      border: 1px solid #88c0eb;
 151      -moz-border-radius:3px;
 152      -webkit-border-radius:3px;
 153      border-radius:3px;
 154      cursor:pointer;
 155      height:22px;
 156      width:22px;
 157      margin-top:0px;
 158      margin-right:5px;
 159      display:block;
 160      float:left;
 161      text-indent:-9999px;
 162      outline:0px;
 163  }
 164  td.actions .button:active {
 165      border:1px solid #000;
 166  }
 167  td.actions .button:hover {
 168      text-decoration:none;
 169  }
 170  td.actions .button.disabled, #add-button.disabled {
 171      border:1px solid #333;
 172      background:#ccc;
 173  }
 174  td.actions .button.loading, #add-button.loading {
 175      background:#cc7 url(../images/loading.gif) center center no-repeat;
 176      color:#cc7;
 177  }
 178  td.actions .button_share {
 179      background:transparent url(../images/share.svg) center no-repeat;
 180  }
 181  td.actions .button_edit {
 182      background:transparent url(../images/pencil.svg) center no-repeat;
 183  }
 184  td.actions .button_delete {
 185      background:transparent url(../images/delete.svg) center no-repeat;
 186  }
 187  td.actions .button_stats {
 188      background:transparent url(../images/chart_bar.svg) center no-repeat;
 189  }
 190  #main_table tfoot th, #main_table tfoot th div {
 191      font-size:10px;
 192  }
 193  .error {
 194      color: red;
 195      background:#fee;
 196  }
 197  .warning {
 198      color: orange;
 199      background:#ffe9bf;
 200  }
 201  .success {
 202      color: green;
 203      background:#efe;
 204  }
 205  #login {
 206      width: 300px;
 207      margin: 200px auto 0px auto;
 208  }
 209  #login p{
 210      font-weight: bold;
 211  }
 212  #login .text {
 213      width: 100%;
 214  }
 215  #login ul {
 216      padding-left:0px;
 217      list-style-type:none;
 218      text-indent:0;
 219  }
 220  #login ul li {
 221      padding:0 0 5px 20px;
 222  }
 223  #login ul.error li {
 224      background:transparent url(../images/cancel.svg) top left no-repeat;
 225  }
 226  #login ul.warning li {
 227      background:transparent url(../images/error.svg) top left no-repeat;
 228  }
 229  #login ul.success li {
 230      background:transparent url(../images/accept.svg) top left no-repeat;
 231  }
 232  .sub_wrap {
 233      max-width:580px;
 234      padding-bottom:30px;
 235      text-align:justify;
 236  }
 237  .sub_wrap span {
 238      background:#ffa;
 239      padding:0 2px;
 240  }
 241  a.bookmarklet {
 242      border:2px solid #2a85b3;
 243      -moz-border-radius:3px;
 244      -webkit-border-radius:3px;
 245      border-radius:3px;
 246      padding:5px 5px 5px 20px;
 247      background:#eef url(../images/favicon.svg) 2px center no-repeat;
 248      padding-left:30px;
 249      margin:3px;
 250      display:inline-block;
 251  }
 252  a.bookmarklet:hover {
 253      text-decoration:none;
 254      background-position:3px center;
 255  }
 256  #footer {
 257      text-align:center;
 258      margin-top:20px;
 259  }
 260  #footer p {
 261      padding:10px;
 262      background:white;
 263      margin:0 auto;
 264      max-width:950px;
 265      -moz-border-radius:10px;
 266      -webkit-border-radius:10px;
 267      border-radius:10px;
 268      border:2px solid #2a85b3;
 269      -moz-border-radius-bottomleft:30px;
 270      -moz-border-radius-bottomright:30px;
 271      -webkit-border-bottom-left-radius:25px;
 272      -webkit-border-bottom-right-radius:25px;
 273      border-bottom-left-radius:25px;
 274      border-bottom-right-radius:25px;
 275  }
 276  #footer p a {
 277      background:#fff url(../images/favicon.svg) 2px center no-repeat;
 278      padding-left:30px;
 279  }
 280  
 281  .notice {
 282      border:1px solid #2a85b3;
 283      background: #F3FAFD;
 284      -moz-border-radius:6px;
 285      -webkit-border-radius:6px;
 286      border-radius:6px;
 287      width:70%;
 288      margin-left:15%;
 289      padding-left:10px;
 290      margin-bottom:5px;
 291  }
 292  
 293  
 294  .jquery-notify-bar {
 295    width:100%;
 296    position:fixed;
 297    top:0;
 298    left:0;
 299    z-index:32768;
 300    background-color:#efefef;
 301    font-size:18px;
 302    color:#000;
 303    text-align:center;
 304    font-family: Arial, Verdana, sans-serif;
 305    padding:20px 0px;
 306    border-bottom:1px solid #bbb;
 307    filter:alpha(opacity=95);
 308    -moz-opacity:0.95;
 309    -khtml-opacity:0.95;
 310    opacity:0.95;
 311    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
 312    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 313    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
 314  }
 315  .jquery-notify-bar.error ,.jquery-notify-bar.fail {
 316    color:#f00;
 317    background-color:#fdd;
 318  }
 319  .jquery-notify-bar.error span,.jquery-notify-bar.fail span{
 320      background:transparent url("../images/error.svg") no-repeat left center;
 321      padding-left:20px;
 322  }.jquery-notify-bar.success span{
 323      background:transparent url("../images/accept.svg") no-repeat left center;
 324      padding-left:20px;
 325  }
 326  .jquery-notify-bar.success {
 327    color:#060;
 328    background-color:#aea;
 329  }
 330  .notify-bar-close {
 331    position:absolute;
 332    left:95%;
 333    font-size:11px;
 334  }
 335  tr.plugin.active a{ font-weight:bolder;}
 336  body.desktop tr.plugin td.plugin_desc small{ visibility:hidden;}
 337  tr:hover.plugin td.plugin_desc small{ visibility:visible;}


Generated: Wed Sep 18 05:10:18 2024 Cross-referenced by PHPXref 0.7.1