Fix, installation design [v2.0]

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Fix, installation design [v2.0]

    2Moons v2.0 no tiene completado el diseño de la parte de instalación por lo que aquí les dejo algo que hice, tratando de mantener el mismo diseño de la versión

    En el install.zip estan los tpl
    Copiar en styles/templates
    Remplazar main.css en styles/resource/css/install
    Por ↓

    CSS Source Code

    1. body {
    2. background:url("../../../theme/gow/img/bkd_page.jpg") no-repeat fixed center center #0d0d0d;
    3. min-width: 1000px;
    4. }
    5. .title {
    6. text-align: center;
    7. margin: -5px -5px 5px -5px;
    8. background: #28292a;
    9. padding: 5px;
    10. color:#fff;
    11. }
    12. .text-center {
    13. text-align: center
    14. }
    15. table{
    16. margin: auto;
    17. width:900px;
    18. }
    19. body > table{
    20. width:960px;
    21. }
    22. .yes{
    23. color:lime;
    24. }
    25. .ok{
    26. color:yellow;
    27. }
    28. .no{
    29. color:red;
    30. }
    31. .transparent {
    32. color: gray;
    33. }
    34. #menu{
    35. padding: 0 !important;
    36. }
    37. #content{
    38. margin:0 auto;
    39. width:80%;
    40. padding:0;
    41. }
    42. span > a{
    43. color: inherit;
    44. }
    45. .desc{
    46. font-style:italic;
    47. margin-top: -10px;
    48. max-width: 400px;
    49. }
    50. .desc > a{
    51. text-decoration:underline;
    52. }
    53. .desc > a:hover{
    54. text-decoration:none;
    55. }
    56. #lang {
    57. float:right;
    58. }
    59. .req{
    60. width:900px;
    61. border-collapse: collapse;
    62. max-width:900px;
    63. }
    64. .req > tbody > tr > td{
    65. width:50%;
    66. }
    67. .req > tbody > tr > td{
    68. padding:0px;
    69. }
    70. .border > tbody > tr > td{
    71. padding:3px 0px;
    72. }
    73. .border > tbody > tr{
    74. border-bottom:1px solid #CCC;
    75. height:24px;
    76. }
    77. #licence {
    78. background-color: #FFFFFF;
    79. color: #000000;
    80. height: 400px;
    81. overflow: auto;
    82. padding: 0 10px;
    83. }
    84. #licence a{
    85. color: #000000;
    86. text-decoration:underline;
    87. }
    88. #licence a:hover{
    89. text-decoration:none;
    90. }
    91. .noborder {
    92. border:0 none !important;
    93. }
    94. .fatalerror {
    95. background-color:#FFEEEE;
    96. border: 1px solid #CC0000;
    97. color: #CC0000;
    98. padding:7px 10px 7px 45px
    99. }
    100. .noerror {
    101. background-color: #EEFFEE;
    102. border: 1px solid #009900;
    103. color: #009900;
    104. padding:7px 10px 7px 45px
    105. }
    Display All
    Files
    • install.zip

      (19.67 kB, downloaded 73 times, last: )
    VERY SAD :/ :/ :/ :/