Ignore:
Timestamp:
Mar 19, 2011, 9:46:37 PM (13 years ago)
Author:
plg
Message:

new color scheme (clear background) and new logo for NetInstall, just like install.php in Piwigo 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/netinstall/trunk/loader.css

    r3033 r9780  
    1616
    1717body {
    18   background: #111111 url(images/bottom-left-bg.jpg) no-repeat fixed left bottom;
    19   color: #666666;
     18  background-color: #F9F9F9;
     19  color: #777777;
    2020  margin: 0;
    2121  padding: 0;
    2222  min-width: 60em;
    23   font-family: Univers,Helvetica,Optima,"Bitstream Vera Sans",sans-serif;
    24   font-size: 0.8em;
    25   text-align: center;
    26 }
    27 
    28 #headbranch {
    29   background: transparent url(images/top-left-bg.jpg) no-repeat scroll left top;
    30   height: 240px;
    31   left: 0;
    32   margin: 0;
    33   padding: 0;
    34   position: absolute;
    35   top: 0;
    36   width: 233px;
    37   z-index: -1;
     23  font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
     24  font-size: 12px;
    3825}
    3926
    4027#theHeader {
    41   background: transparent url(images/piwigo_logo_sombre_214x100.png) no-repeat scroll 245px top;
    42   margin: 0;
    43   min-height: 105px;
     28  background: url("images/piwigo_logo_big.png") no-repeat scroll center 20px transparent;
     29  display: block;
     30  height: 100px;
     31}
     32
     33#content {
     34  margin: auto;
     35  margin-top: 9px;
     36  width: 800px;
    4437  padding: 0;
    4538}
    4639
    47 #content {
    48   background: #222222 url(images/fillet.png) repeat-x scroll left top;
    49   margin: auto;
    50   margin-top: 9px;
    51   text-align: left;
    52   width: 800px;
    53   padding: 25px;
    54   z-index: 99;
    55   color: #666666;
     40fieldset {
     41  margin-top:20px;
     42  background-color:#f1f1f1;
     43  border:2px solid #dddddd;
     44}
     45
     46legend {
     47    font-weight: bold;
     48    letter-spacing: 2px;
    5649}
    5750
     
    6356}
    6457
    65 h2 {
    66   color: #666666;
    67   font-weight: bold;
    68   letter-spacing: 2px;
    69   text-align: right;
    70   text-transform: none;
    71   width: 54%;
    72   display: block;
    73   font-size: 28px;
    74   height: 104px;
    75   margin: 0 20px;
    76   overflow: hidden;
    77   padding: 0;
    78   position: absolute;
    79   right: 0;
    80   top: 0;
     58#content h2 {
     59  display:block;
     60  font-size:20px;
     61  text-align:center;
     62  /* margin-top:5px; */
    8163}
    8264
     
    8466  font-size: 15px;
    8567  font-weight: bold;
     68  margin:0;
    8669}
    8770
    88 select, input {
    89   border: 1px solid #666666;
    90   background-color: #444444;
    91   color: #999999;
    92   font-size: 1em;
    93   margin: 0;
     71input[type="submit"], input[type="button"], a.bigButton {
     72  font-size:14px;
     73  font-weight:bold;
     74  letter-spacing:2px;
     75  border:none;
     76  background-color:#666666;
     77  color:#fff;
     78  padding:5px;
     79  -moz-border-radius:5px;
    9480}
    9581
    96 input[type="submit"] {
    97   text-align: center;
    98   background-color: #222222;
    99   border-color: #FF3363;
    100   color: #FF3363;
     82input[type="submit"]:hover, input[type="button"]:hover, a.bigButton:hover {
     83  background-color:#ff7700;
     84  color:white;
    10185}
    10286
    103 input[type="submit"]:hover {
    104   cursor: pointer;
    105   color: #999;
    106   border-color: #666;
     87input[type="text"], input[type="password"], select {
     88  background-color:#ddd;
     89  border:2px solid #ccc;
     90  -moz-border-radius:5px;
     91  padding:2px;
    10792}
    10893
    109 label {
    110   color: #ff3363
     94input[type="text"]:focus, input[type="password"]:focus, select:focus {
     95  background-color:#fff;
     96  border:2px solid #ff7700;
    11197}
    11298
     
    128114
    129115.msg {
    130   padding: 3px 35px;
     116  margin:20px 20px 10px 20px;
     117  padding: 5px 10px 5px 60px;
     118  background-position:5px 5px;
     119  background-repeat:no-repeat;
     120  -moz-border-radius:5px;
     121  -webkit-border-radius:5px;
     122  -border-radius:5px;
    131123}
    132124
    133125.notice {
    134   color: #f70;
     126  color: #ee8800;
     127  background-image:url("images/notice.png");
     128  background-color:#ffdd99;
    135129}
    136130
    137131.warning {
    138   color: #f30;
     132  color: #ff2222;
     133  background-image:url("images/warning.png");
     134  background-color:#ffd5dc;
    139135}
Note: See TracChangeset for help on using the changeset viewer.