Changeset 8312 for trunk/themes


Ignore:
Timestamp:
Dec 27, 2010, 2:35:02 PM (13 years ago)
Author:
plg
Message:

feature 2086: also switch the no_photo_yet screens to clear background

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/no_photo_yet.tpl

    r5245 r8312  
    44<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    55<link rel="stylesheet" type="text/css" href="themes/default/theme.css">
    6 <link rel="stylesheet" type="text/css" href="themes/Sylvia/theme.css">
    76<title>Piwigo, {'Welcome'|@translate}</title>
    87{literal}
     
    1110margin: 0;
    1211padding: 0;
    13 background-color:#111;
     12background-color:#f9f9f9;
    1413}
    1514
     
    2625margin-left: -350px; /* width half */
    2726
    28 background-color: #eee;
    29 background: #222222;
    30 border:2px solid #FF3363;
     27background-color: #f1f1f1;
     28border:2px solid #dddddd;
    3129}
    3230
    33 #noPhotoWelcome {font-size:25px; color:#888;text-align:center; letter-spacing:1px; margin-top:30px;}
     31#noPhotoWelcome {font-size:25px; color:#555;text-align:center; letter-spacing:1px; margin-top:30px;}
    3432.bigButton {}
    3533
     
    3735
    3836.bigButton a {
    39     background-color:#333;
     37    background-color:#666;
    4038    padding:10px;
    4139    text-decoration:none;
     
    4341    -moz-border-radius:6px;
    4442    -webkit-border-radius:6px;
    45     color:#ff7700;
     43    color:#fff;
    4644    font-size:25px;
    4745    letter-spacing:2px;
     
    5048
    5149.bigButton a:hover {
    52     background-color:#444;
     50    background-color:#ff7700;
    5351    outline:none;
    54     color:#ff3333;
     52    color:#fff;
    5553    border:none;
    56 }
    57 
    58 #connectionBox {
    59     margin:0 auto;
    60     margin-top:70px;
    6154}
    6255
     
    7669    text-decoration:none;
    7770    border:none;
     71    color:#f70;
     72}
     73
     74#deactivate A:hover {
     75  border-bottom:1px dotted #f70;
     76}
     77
     78#quickconnect {
     79    margin:0 auto;
     80    margin-top:60px;
     81    width:300px;
     82    color:#555;
     83    font-size:14px;
     84    letter-spacing:1px;
     85}
     86
     87#quickconnect input[type="text"], #quickconnect input[type="password"] {
     88  width:300px;
     89  color:#555;
     90  font-size:20px;
     91  margin-top:3px;
     92  background-color:#ddd;
     93  border:2px solid #ccc;
     94  -moz-border-radius:5px;
     95  padding:2px;
     96
     97}
     98
     99#quickconnect input[type="text"]:focus, #quickconnect input[type="password"]:focus {
     100  background-color:#fff;
     101  border:2px solid #ff7700;
     102}
     103
     104#quickconnect input[type="submit"] {
     105  font-size:14px;
     106  font-weight:bold;
     107  letter-spacing:2px;
     108  border:none;
     109  background-color:#666666;
     110  color:#fff;
     111  padding:5px;
     112  -moz-border-radius:5px;
     113}
     114
     115#quickconnect input[type="submit"]:hover {
     116  background-color:#ff7700;
     117  color:white;
    78118}
    79119</style>
     
    89129
    90130<form method="post" action="{$U_LOGIN}" id="quickconnect">
    91 <table id="connectionBox">
    92   <tr>
    93     <td>{'Username'|@translate}</td>
    94     <td><input type="text" name="username"></td>
    95   </tr>
    96   <tr>
    97     <td>{'Password'|@translate}</td>
    98     <td><input type="password" name="password"></td>
    99   </tr>
    100 </table>
     131{'Username'|@translate}
     132<br><input type="text" name="username">
     133<br>
     134<br>{'Password'|@translate}
     135<br><input type="password" name="password">
    101136
    102137<p><input class="submit" type="submit" name="login" value="{'Login'|@translate}"></p>
    103138
     139</form>
    104140<div id="deactivate"><a href="{$deactivate_url}">{'... or browse your empty gallery'|@translate}</a></div>
    105 </form>
    106141
    107142
Note: See TracChangeset for help on using the changeset viewer.