[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/install/resources/ -> mybb_theme_colors.xml (source)

   1  <?xml version="1.0" encoding="UTF-8"?>
   2  <colors>
   3      <scheme><![CDATA[black=Black]]></scheme>
   4      <scheme><![CDATA[calm=Calm]]></scheme>
   5      <scheme><![CDATA[dawn=Dawn]]></scheme>
   6      <scheme><![CDATA[earth=Earth]]></scheme>
   7      <scheme><![CDATA[flame=Flame]]></scheme>
   8      <scheme><![CDATA[leaf=Leaf]]></scheme>
   9      <scheme><![CDATA[night=Night]]></scheme>
  10      <scheme><![CDATA[sun=Sun]]></scheme>
  11      <scheme><![CDATA[twilight=Twilight]]></scheme>
  12      <scheme><![CDATA[water=Water]]></scheme>
  13      <stylesheets>
  14          <stylesheet name="color_black.css" attachedto="black" version="1800"><![CDATA[a:link,
  15  a:visited,
  16  a:hover,
  17  a:active {
  18      color: #555;
  19  }
  20  
  21  #logo {
  22      background: #202020 url(images/colors/black_header.png) top left repeat-x;
  23      border-bottom: 1px solid #000;
  24  }
  25  
  26  #header ul.menu li a {
  27      color: #fff;
  28  }
  29  
  30  #panel .upper {
  31      background: #dcdbdc url(images/colors/black_tcat.png) repeat-x;
  32      color: #000;
  33      border-top: 1px solid #fff;
  34      border-bottom: 1px solid #bbb;
  35  }
  36  
  37  #panel .upper a:link,
  38  #panel .upper a:visited,
  39  #panel .upper a:hover,
  40  #panel .upper a:active {
  41      color: #000;
  42  }
  43  
  44  #panel input.textbox {
  45      border-color: #ccc;
  46  }
  47  
  48  #panel input.button {
  49      background: #202121 url(images/colors/black_thead.png) top left repeat-x;
  50      color: #fff;
  51      border-color: #000;
  52  }
  53  
  54  .thead {
  55      background: #202121 url(images/colors/black_thead.png) top left repeat-x;
  56      border-bottom: 1px solid #000;
  57  }
  58  
  59  .tcat {
  60      background: #dcdbdc url(images/colors/black_tcat.png) repeat-x;
  61      color: #000000;
  62      border-top: 1px solid #fff;
  63      border-bottom: 1px solid #bbb;
  64  }
  65  
  66  .tcat a:link,
  67  .tcat a:visited,
  68  .tcat a:hover,
  69  .tcat a:active {
  70      color: #000000;
  71  }
  72  
  73  .thead input.textbox,
  74  .thead select {
  75      border: 1px solid #111;
  76  }
  77  
  78  .popup_menu .popup_item:hover {
  79      background: #333;
  80      color: #fff;
  81  }
  82  
  83  .tt-suggestion.tt-is-under-cursor {
  84      background-color: #333;
  85      color: #fff;
  86  }
  87  
  88  .pagination a:hover {
  89      background-color: #333;
  90      color: #fff;
  91      border-color: #000;
  92  }]]>
  93          </stylesheet>
  94          <stylesheet name="color_calm.css" attachedto="calm" version="1800"><![CDATA[a:link,
  95  a:visited,
  96  a:hover,
  97  a:active {
  98      color: #48715b;
  99  }
 100  
 101  #logo {
 102      background: #385947 url(images/colors/calm_header.png) top left repeat-x;
 103      border-bottom: 1px solid #263c30;
 104  }
 105  
 106  #header ul.menu li a {
 107      color: #fff;
 108  }
 109  
 110  #panel input.button {
 111      background: #385947 url(images/colors/calm_thead.png) top left repeat-x;
 112  }
 113  
 114  .thead {
 115      background: #385947 url(images/colors/calm_thead.png) top left repeat-x;
 116      color: #ffffff;
 117      border-bottom: 1px solid #263c30;
 118  }
 119  
 120  .thead input.textbox,
 121  .thead select {
 122      border: 1px solid #263c30;
 123  }
 124  
 125  .popup_menu .popup_item:hover {
 126      background: #48715b;
 127      color: #fff;
 128  }
 129  
 130  .tt-suggestion.tt-is-under-cursor {
 131      background-color: #48715b;
 132      color: #fff;
 133  }
 134  
 135  .pagination a:hover {
 136      background-color: #48715b;
 137      color: #fff;
 138      border-color: #263c30;
 139  }]]>
 140      </stylesheet>
 141      <stylesheet name="color_dawn.css" attachedto="dawn" version="1800"><![CDATA[a:link,
 142  a:visited,
 143  a:hover,
 144  a:active {
 145      color: #d56c2c;
 146  }
 147  
 148  #logo {
 149      background: #d56c2c url(images/colors/dawn_header.png) top left repeat-x;
 150      border-bottom: 1px solid #011929;
 151  }
 152  
 153  #header ul.menu li a {
 154      color: #fff;
 155  }
 156  
 157  #panel input.button {
 158      background: #d56c2c url(images/colors/dawn_thead.png) top left repeat-x;
 159  }
 160  
 161  .thead {
 162      background: #d56c2c url(images/colors/dawn_thead.png) top left repeat-x;
 163      border-bottom: 1px solid #9a4e20;
 164  }
 165  
 166  .thead input.textbox,
 167  .thead select {
 168      border: 1px solid #9a4e20;
 169  }
 170  
 171  .popup_menu .popup_item:hover {
 172      background: #f2a555;
 173      color: #fff;
 174  }
 175  
 176  .tt-suggestion.tt-is-under-cursor {
 177      background-color: #f2a555;
 178      color: #fff;
 179  }
 180  
 181  .pagination a:hover {
 182      background-color: #f2a555;
 183      color: #fff;
 184      border-color: #9a4e20;
 185  }]]>
 186          </stylesheet>
 187          <stylesheet name="color_earth.css" attachedto="earth" version="1800"><![CDATA[a:link,
 188  a:visited,
 189  a:hover,
 190  a:active {
 191      color: #6d5545;
 192  }
 193  
 194  #logo {
 195      background: #4a3a2e url(images/colors/earth_header.png) top left repeat-x;
 196      border-bottom: 1px solid #31261e;
 197  }
 198  
 199  #header ul.menu li a {
 200      color: #fff;
 201  }
 202  
 203  #panel input.button {
 204      background: #4a3b2f url(images/colors/earth_thead.png) top left repeat-x;
 205  }
 206  
 207  .thead {
 208      background: #4a3b2f url(images/colors/earth_thead.png) top left repeat-x;
 209      border-bottom: 1px solid #31261e;
 210  }
 211  
 212  .thead input.textbox,
 213  .thead select {
 214      border: 1px solid #31261e;
 215  }
 216  
 217  .popup_menu .popup_item:hover {
 218      background: #6d5545;
 219      color: #fff;
 220  }
 221  
 222  .tt-suggestion.tt-is-under-cursor {
 223      background-color: #6d5545;
 224      color: #fff;
 225  }
 226  
 227  .pagination a:hover {
 228      background-color: #6d5545;
 229      color: #fff;
 230      border-color: #31261e;
 231  }]]>
 232          </stylesheet>
 233          <stylesheet name="color_flame.css" attachedto="flame" version="1800"><![CDATA[a:link,
 234  a:visited,
 235  a:hover,
 236  a:active {
 237      color: #a20000;
 238  }
 239  
 240  #logo {
 241      background: #750000 url(images/colors/flame_header.png) top left repeat-x;
 242      border-bottom: 1px solid #550000;
 243  }
 244  
 245  #header ul.menu li a {
 246      color: #fff;
 247  }
 248  
 249  #panel input.button {
 250      background: #750000 url(images/colors/flame_thead.png) top left repeat-x;
 251  }
 252  
 253  .thead {
 254      background: #750000 url(images/colors/flame_thead.png) top left repeat-x;
 255      border-bottom: 1px solid #550000;
 256  }
 257  
 258  .thead input.textbox,
 259  .thead select {
 260      border: 1px solid #550000;
 261  }
 262  
 263  .popup_menu .popup_item:hover {
 264      background: #a20000;
 265      color: #fff;
 266  }
 267  
 268  .tt-suggestion.tt-is-under-cursor {
 269      background-color: #a20000;
 270      color: #fff;
 271  }
 272  
 273  .pagination a:hover {
 274      background-color: #a20000;
 275      color: #fff;
 276      border-color: #550000;
 277  }]]>
 278          </stylesheet>
 279          <stylesheet name="color_leaf.css" attachedto="leaf" version="1800"><![CDATA[a:link,
 280  a:visited,
 281  a:hover,
 282  a:active {
 283      color: #5aaf33;
 284  }
 285  
 286  #logo {
 287      background: #386e21 url(images/colors/leaf_header.png) top left repeat-x;
 288      border-bottom: 1px solid #234615;
 289  }
 290  
 291  #header ul.menu li a {
 292      color: #fff;
 293  }
 294  
 295  #panel input.button {
 296      background: #386e21 url(images/colors/leaf_thead.png) top left repeat-x;
 297  }
 298  
 299  .thead {
 300      background: #386e21 url(images/colors/leaf_thead.png) top left repeat-x;
 301      border-bottom: 1px solid #234615;
 302  }
 303  
 304  .thead input.textbox,
 305  .thead select {
 306      border: 1px solid #234615;
 307  }
 308  
 309  .popup_menu .popup_item:hover {
 310      background: #5aaf33;
 311      color: #fff;
 312  }
 313  
 314  .tt-suggestion.tt-is-under-cursor {
 315      background-color: #5aaf33;
 316      color: #fff;
 317  }
 318  
 319  .pagination a:hover {
 320      background-color: #5aaf33;
 321      color: #fff;
 322      border-color: #234615;
 323  }]]>
 324          </stylesheet>
 325          <stylesheet name="color_night.css" attachedto="night" version="1800"><![CDATA[a:link,
 326  a:visited,
 327  a:hover,
 328  a:active {
 329      color: #023a61;
 330  }
 331  
 332  #logo {
 333      background: #022338 url(images/colors/night_header.png) top left repeat-x;
 334      border-bottom: 1px solid #011929;
 335  }
 336  
 337  #header ul.menu li a {
 338      color: #fff;
 339  }
 340  
 341  #panel input.button {
 342      background: #022338 url(images/colors/night_thead.png) top left repeat-x;
 343  }
 344  
 345  .thead {
 346      background: #022338 url(images/colors/night_thead.png) top left repeat-x;
 347      border-bottom: 1px solid #011929;
 348  }
 349  
 350  .thead input.textbox,
 351  .thead select {
 352      border: 1px solid #011929;
 353  }
 354  
 355  .popup_menu .popup_item:hover {
 356      background: #023a61;
 357      color: #fff;
 358  }
 359  
 360  .tt-suggestion.tt-is-under-cursor {
 361      background-color: #023a61;
 362      color: #fff;
 363  }
 364  
 365  .pagination a:hover {
 366      background-color: #023a61;
 367      color: #fff;
 368      border-color: #011929;
 369  }]]>
 370          </stylesheet>
 371          <stylesheet name="color_sun.css" attachedto="sun" version="1800"><![CDATA[a:link,
 372  a:visited,
 373  a:hover,
 374  a:active {
 375      color: #555;
 376  }
 377  
 378  #logo {
 379      background: #ffdd4d url(images/colors/sun_header.png) top left repeat-x;
 380      border-bottom: 1px solid #111;
 381  }
 382  
 383  #header ul.menu li a {
 384      color: #000;
 385  }
 386  
 387  #panel input.button {
 388      background: #ffdd4d url(images/colors/sun_thead.png) top left repeat-x;
 389      color: #000;
 390  }
 391  
 392  .thead {
 393      background: #ffdd4d url(images/colors/sun_thead.png) top left repeat-x;
 394      border-bottom: 1px solid #ffaf1a;
 395      color: #000;
 396  }
 397  
 398  .thead a:link,
 399  .thead a:visited,
 400  .thead a:hover,
 401  .thead a:active {
 402      color: #000;
 403  }
 404  
 405  .thead input.textbox,
 406  .thead select {
 407      border: 1px solid #ffaf1a;
 408  }
 409  
 410  .popup_menu .popup_item:hover {
 411      background: #ffea9c;
 412      color: #000;
 413  }
 414  
 415  .tt-suggestion.tt-is-under-cursor {
 416      background-color: #ffea9c;
 417      color: #fff;
 418  }
 419  
 420  .pagination a:hover {
 421      background-color: #ffea9c;
 422      color: #000;
 423      border-color: #ffaf1a;
 424  }]]>
 425          </stylesheet>
 426          <stylesheet name="color_twilight.css" attachedto="twilight" version="1800"><![CDATA[a:link,
 427  a:visited,
 428  a:hover,
 429  a:active {
 430      color: #426276;
 431  }
 432  
 433  #logo {
 434      background: #273a46 url(images/colors/twilight_header.png) top left repeat-x;
 435      border-bottom: 1px solid #1d2b34;
 436  }
 437  
 438  #header ul.menu li a {
 439      color: #fff;
 440  }
 441  
 442  #panel input.button {
 443      background: #273a46 url(images/colors/twilight_thead.png) top left repeat-x;
 444  }
 445  
 446  .thead {
 447      background: #273a46 url(images/colors/twilight_thead.png) top left repeat-x;
 448      border-bottom: 1px solid #1d2b34;
 449  }
 450  
 451  .thead input.textbox,
 452  .thead select {
 453      border: 1px solid #1d2b34;
 454  }
 455  
 456  .popup_menu .popup_item:hover {
 457      background: #426276;
 458      color: #fff;
 459  }
 460  
 461  .tt-suggestion.tt-is-under-cursor {
 462      background-color: #426276;
 463      color: #fff;
 464  }
 465  
 466  .pagination a:hover {
 467      background-color: #426276;
 468      color: #fff;
 469      border-color: #1d2b34;
 470  }]]>
 471          </stylesheet>
 472          <stylesheet name="color_water.css" attachedto="water" version="1800"><![CDATA[a:link,
 473  a:visited,
 474  a:hover,
 475  a:active {
 476      color: #2d9595;
 477  }
 478  
 479  #logo {
 480      background: #1e6365 url(images/colors/water_header.png) top left repeat-x;
 481      border-bottom: 1px solid #133f41;
 482  }
 483  
 484  #header ul.menu li a {
 485      color: #fff;
 486  }
 487  
 488  #panel input.button {
 489      background: #1e6365 url(images/colors/water_thead.png) top left repeat-x;
 490  }
 491  
 492  .thead {
 493      background: #1e6365 url(images/colors/water_thead.png) top left repeat-x;
 494      border-bottom: 1px solid #133f41;
 495  }
 496  
 497  .thead input.textbox,
 498  .thead select {
 499      border: 1px solid #133f41;
 500  }
 501  
 502  .popup_menu .popup_item:hover {
 503      background: #2d9595;
 504      color: #fff;
 505  }
 506  
 507  .tt-suggestion.tt-is-under-cursor {
 508      background-color: #2d9595;
 509      color: #fff;
 510  }
 511  
 512  .pagination a:hover {
 513      background-color: #2d9595;
 514      color: #fff;
 515      border-color: #133f41;
 516  }]]>
 517          </stylesheet>
 518      </stylesheets>
 519  </colors>


2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref