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
a4381a97
Commit
a4381a97
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
4221ef23
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
11 deletions
+16
-11
alterator.css.in
components/ahttpd/styles/alterator.css.in
+16
-11
No files found.
components/ahttpd/styles/alterator.css.in
View file @
a4381a97
/* basic elements and widgets */
/* basic elements and widgets */
body {
body {
background-color: #@
DARK
_COLOR_HEX@;
background-color: #@
MIDDLE
_COLOR_HEX@;
color: #@MIDDLE_LABELS_HEX@;
color: #@MIDDLE_LABELS_HEX@;
margin: 0px;
margin: 0px;
padding: 10px;
padding: 10px;
...
@@ -10,7 +10,7 @@ body {
...
@@ -10,7 +10,7 @@ body {
}
}
a {
a {
color: #@
DARK
_LABELS_HEX@;
color: #@
MIDDLE
_LABELS_HEX@;
font-weight: bold;
font-weight: bold;
}
}
...
@@ -48,7 +48,7 @@ textarea, select, input.text {
...
@@ -48,7 +48,7 @@ textarea, select, input.text {
.btn {
.btn {
background-color: #@MIDDLE_LABELS_HEX@;
background-color: #@MIDDLE_LABELS_HEX@;
color: #@LIGHT_LABELS_HEX@;
color: #@LIGHT_LABELS_HEX@;
border: 1px solid #@
MIDDLE_LABELS
_HEX@;
border: 1px solid #@
LIGHT_COLOR
_HEX@;
cursor: pointer;
cursor: pointer;
font-size: 9pt;
font-size: 9pt;
padding: 0px 3px;
padding: 0px 3px;
...
@@ -168,13 +168,15 @@ textarea, select, input.text {
...
@@ -168,13 +168,15 @@ textarea, select, input.text {
.alterator-dateedit-button {
.alterator-dateedit-button {
vertical-align:middle;
vertical-align:middle;
cursor:pointer;
cursor:pointer;
background: url(/design/images/dateedit.png) no-repeat;
/* background: url(/design/images/dateedit.png) no-repeat;*/
background: #@DARK_COLOR_HEX@;
width: 15px;
width: 15px;
height: 16px;
height: 16px;
}
}
.top-button-menu {
.top-button-menu {
background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
/* background: url(/design/images/gradient-top.png) 0% 0% repeat-x;*/
background: #@DARK_COLOR_HEX@;
padding-right: 10px;
padding-right: 10px;
padding-top: 10px;
padding-top: 10px;
}
}
...
@@ -187,16 +189,17 @@ textarea, select, input.text {
...
@@ -187,16 +189,17 @@ textarea, select, input.text {
padding-right: 10px;
padding-right: 10px;
text-align:left;
text-align:left;
padding-top: 10px;
padding-top: 10px;
background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
/* background: url(/design/images/gradient-top.png) 0% 0% repeat-x;*/
background: #@DARK_COLOR_HEX@;
width: 275px;
width: 275px;
-moz-border-radius-topleft: 1em;
/*
-moz-border-radius-topleft: 1em;
-webkit-border-radius-topleft: 1em;
-webkit-border-radius-topleft: 1em;
-khtml-border-radius-topleft: 1em;
-khtml-border-radius-topleft: 1em;
border-radius-topleft: 1em;
border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
-moz-border-radius-bottomleft: 1em;
-webkit-border-radius-bottomleft: 1em;
-webkit-border-radius-bottomleft: 1em;
-khtml-border-radius-bottomleft: 1em;
-khtml-border-radius-bottomleft: 1em;
border-radius-bottomleft: 1em;
border-radius-bottomleft: 1em;
*/
}
}
#logo-td img {
#logo-td img {
...
@@ -258,9 +261,11 @@ textarea, select, input.text {
...
@@ -258,9 +261,11 @@ textarea, select, input.text {
}
}
#main-td {
#main-td {
background-color: #@
MIDDLE
_COLOR_HEX@;
background-color: #@
LIGHT
_COLOR_HEX@;
width: 100%;
width: 100%;
/*border: 1px solid #056560;;
padding-top: 10px;
border: 1px solid #@DARK_COLOR_HEX@@;;
/*
-moz-border-radius-bottomright: 1em;
-moz-border-radius-bottomright: 1em;
-webkit-border-radius-bottomright: 1em;
-webkit-border-radius-bottomright: 1em;
-khtml-border-radius-bottomright: 1em;
-khtml-border-radius-bottomright: 1em;
...
@@ -287,7 +292,7 @@ textarea, select, input.text {
...
@@ -287,7 +292,7 @@ textarea, select, input.text {
.menu-group-name {
.menu-group-name {
padding-left: 5px;
padding-left: 5px;
padding-right: 5px;
padding-right: 5px;
color: #@LIGHT_LABELS_
TEXT
@;
color: #@LIGHT_LABELS_
HEX
@;
text-decoration: none;
text-decoration: none;
background-color: #@DARK_COLOR_HEX@;
background-color: #@DARK_COLOR_HEX@;
padding-top: 3px;
padding-top: 3px;
...
...
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