Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Boris Yumankulov
branding-etersoft-ximper
Commits
4221ef23
Commit
4221ef23
authored
Jul 15, 2009
by
Alexandra Panyukova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some colors in css replaced, round corners removed
parent
05714932
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
18 deletions
+22
-18
alterator.css.in
components/ahttpd/styles/alterator.css.in
+20
-16
configure.ac
configure.ac
+2
-2
No files found.
components/ahttpd/styles/alterator.css.in
View file @
4221ef23
/* basic elements and widgets */
body {
background-color: #@
MIDDLE
_COLOR_HEX@;
background-color: #@
DARK
_COLOR_HEX@;
color: #@MIDDLE_LABELS_HEX@;
margin: 0px;
padding: 10px;
...
...
@@ -10,7 +10,7 @@ body {
}
a {
color: #@
MIDDLE
_LABELS_HEX@;
color: #@
DARK
_LABELS_HEX@;
font-weight: bold;
}
...
...
@@ -39,15 +39,15 @@ h1 {
}
textarea, select, input.text {
border: 1px solid #
@
MIDDLE_LABELS_HEX@;
border: 1px solid #MIDDLE_LABELS_HEX@;
font-size: 8pt;
margin: 1px 3px 1px 0px;
padding: 1px 3px;
}
.btn {
background-color: #@MIDDLE_
COLOR
_HEX@;
color: #@
MIDDLE
_LABELS_HEX@;
background-color: #@MIDDLE_
LABELS
_HEX@;
color: #@
LIGHT
_LABELS_HEX@;
border: 1px solid #@MIDDLE_LABELS_HEX@;
cursor: pointer;
font-size: 9pt;
...
...
@@ -55,7 +55,7 @@ textarea, select, input.text {
}
.btn:hover {
background-color: #@
LIGHT_COLOR
_HEX@;
background-color: #@
DARK_LABELS
_HEX@;
}
...
...
@@ -213,7 +213,8 @@ textarea, select, input.text {
width: 20px;
text-align:left;
color: #@LIGHT_LABELS_HEX@;
background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
background: #@DARK_COLOR_HEX@;
/* background: url(/design/images/gradient-top.png) 0% 0% repeat-x;*/
}
#locale-td {
...
...
@@ -223,7 +224,8 @@ textarea, select, input.text {
padding-right: 10px;
text-align:center;
width: 100px;
background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
background: #@DARK_COLOR_HEX@;
/* background: url(/design/images/gradient-top.png) 0% 0% repeat-x;*/
-moz-border-radius-topright: 1em;
-webkit-border-radius-topright: 1em;
-khtml-border-radius-topright: 1em;
...
...
@@ -231,7 +233,8 @@ textarea, select, input.text {
}
#hostinfo-td {
background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
/* background: url(/design/images/gradient-top.png) 0% 0% repeat-x;*/
backgounnd: #@DARK_COLOR_HEX@;
padding-left: 10px;
padding-right: 10px;
...
...
@@ -255,9 +258,9 @@ textarea, select, input.text {
}
#main-td {
background-color: #
ffffff
;
background-color: #
@MIDDLE_COLOR_HEX@
;
width: 100%;
/*border: 1px solid #056560;;
*/
/*border: 1px solid #056560;;
-moz-border-radius-bottomright: 1em;
-webkit-border-radius-bottomright: 1em;
-khtml-border-radius-bottomright: 1em;
...
...
@@ -265,7 +268,7 @@ textarea, select, input.text {
-moz-border-radius-bottomleft: 1em;
-webkit-border-radius-bottomleft: 1em;
-khtml-border-radius-bottomleft: 1em;
border-radius-bottomleft: 1em;
border-radius-bottomleft: 1em;
*/
}
.menu-item-normal a {
...
...
@@ -284,11 +287,11 @@ textarea, select, input.text {
.menu-group-name {
padding-left: 5px;
padding-right: 5px;
color: #
fff
;
color: #
@LIGHT_LABELS_TEXT@
;
text-decoration: none;
/*background-color:#baeaea;*/
background-color: #@DARK_COLOR_HEX@;
padding-top: 3px;
background: url(/design/images/gradient.png) 0% 0% repeat-x;
/* background: url(/design/images/gradient.png) 0% 0% repeat-x;*/
font-weight: bold;
-moz-border-radius-topright: 1em;
-webkit-border-radius-topright: 1em;
...
...
@@ -305,7 +308,7 @@ textarea, select, input.text {
/*width:250px;*/
padding-top: 5px;
border-collapse: collapse;
background: url(/design/images/gradient-menu.png) 0% 0% repeat-x;
/*
background: url(/design/images/gradient-menu.png) 0% 0% repeat-x;
-moz-border-radius-bottomright: 1em; /* mozilla 1.5 */
-webkit-border-radius-bottomright: 1em; /* safari 3 */
-khtml-border-radius-bottomright: 1em; /* Konqueror */
...
...
@@ -314,6 +317,7 @@ textarea, select, input.text {
-webkit-border-radius-bottomleft: 1em; /* safari 3 */
-khtml-border-radius-bottomleft: 1em; /* Konqueror */
border-radius-bottomleft: 1em; /* CSS3 */
*/
}
/* help popup */
...
...
configure.ac
View file @
4221ef23
...
...
@@ -8,8 +8,8 @@ LIGHT_COLOR_HEX=F4F8F9
MIDDLE_COLOR_HEX=E2E6EB
DARK_COLOR_HEX=1B3664
LIGHT_LABELS_HEX=EAEDEF
DARK_LABELS_HEX=
415E6F
MIDDLE_LABELS_HEX=
B51F2D
DARK_LABELS_HEX=
B51F2D
MIDDLE_LABELS_HEX=
415E6F
LIGHT_COLOR_DEC=`./color_dec ${LIGHT_COLOR_HEX}`
MIDDLE_COLOR_DEC=`./color_dec ${MIDDLE_COLOR_HEX}`
DARK_COLOR_DEC=`./color_dec ${DARK_COLOR_HEX}`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment