mirror of
https://github.com/Piwigo/piwigo-elegant.git
synced 2026-03-28 17:43:07 +01:00
theme Elegant, menubar:
* center quick search * center quick connect and less visible border git-svn-id: http://piwigo.org/svn/trunk@13837 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
12
theme.css
12
theme.css
@@ -1,4 +1,4 @@
|
||||
/* backgorunds */
|
||||
/* backgrounds */
|
||||
|
||||
html, body { background-color: #111;}
|
||||
|
||||
@@ -50,8 +50,12 @@ INPUT:focus, SELECT:focus, TEXTAREA:focus { color: #fff;}
|
||||
.calendarTitle { border-top: 2px solid #444;}
|
||||
.switchBox { border: 1px solid #000;}
|
||||
.switchBoxTitle { border-bottom: 1px solid #444;}
|
||||
FIELDSET, INPUT, SELECT, TEXTAREA { border: 1px solid #777;}
|
||||
INPUT, SELECT, TEXTAREA { border: 1px solid #666;}
|
||||
FIELDSET {border: 2px solid #444;}
|
||||
|
||||
/* form */
|
||||
legend {font-style:normal;}
|
||||
#qsearchInput {margin-left:-20px}
|
||||
|
||||
/* icons */
|
||||
|
||||
@@ -91,6 +95,10 @@ a:hover { border-bottom: none;}
|
||||
#menubar dd { padding: 0 0 1em 1em;}
|
||||
#menubar .pwg-icon-filter { display: none;}
|
||||
|
||||
#quickconnect FIELDSET {
|
||||
margin: 0 10px 0 -10px;
|
||||
border: 2px solid #444444;
|
||||
}
|
||||
|
||||
/* switchers */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user