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
Ximper Linux
branding-etersoft-ximper
Commits
bb252feb
Commit
bb252feb
authored
Apr 09, 2009
by
Alexandra Panyukova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
darker text in web
parent
f2e524d0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
11 deletions
+18
-11
alterator.css.in
alterator/styles/alterator.css.in
+9
-9
menu.css.in
alterator/styles/menu.css.in
+8
-2
configure.ac
configure.ac
+1
-0
No files found.
alterator/styles/alterator.css.in
View file @
bb252feb
body {
background-color: #@MIDDLE_COLOR_HEX@;/*#92b2b8;/*#67999a;/*#c0dbdb;*/
color: #@
DARK_COLOR
_HEX@;
color: #@
MIDDLE_LABELS
_HEX@;
margin: 0px;
padding: 10px;
font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
...
...
@@ -8,13 +8,13 @@ body {
}
a {
color: #@
DARK_COLOR
_HEX@;
color: #@
MIDDLE_LABELS
_HEX@;
font-weight: bold;
}
table {
font-size: 9pt;
border-color: #@
DARK_COLOR
_HEX@;
border-color: #@
MIDDLE_LABELS
_HEX@;
border-collapse: collapse;
}
...
...
@@ -37,7 +37,7 @@ h1 {
}
textarea, select, input.text {
border: 1px solid #@
DARK_COLOR
_HEX@;
border: 1px solid #@
MIDDLE_LABELS
_HEX@;
font-size: 8pt;
margin: 1px 3px 1px 0px;
padding: 1px 3px;
...
...
@@ -46,7 +46,7 @@ textarea, select, input.text {
.btn {
background-color: #@MIDDLE_COLOR_HEX@;
color: #@DARK_COLOR_HEX@;
border: 1px solid #@
DARK_COLOR
_HEX@;
border: 1px solid #@
MIDDLE_LABELS
_HEX@;
cursor: pointer;
font-size: 9pt;
padding: 0px 3px;
...
...
@@ -66,7 +66,7 @@ textarea, select, input.text {
.info-name {
font-size: 18pt;
border-bottom: 2px solid #@
DARK_COLOR
_HEX@;
border-bottom: 2px solid #@
MIDDLE_LABELS
_HEX@;
}
.info-description {
...
...
@@ -89,11 +89,11 @@ textarea, select, input.text {
}
.disabled {
color: #@
DARK_COLOR
_HEX@;
color: #@
MIDDLE_LABELS
_HEX@;
}
.alterator-progress {
border: 1px solid #@
DARK_COLOR
_HEX@;
border: 1px solid #@
MIDDLE_LABELS
_HEX@;
height: 20px;
width: 200px;
padding: 2px;
...
...
@@ -101,7 +101,7 @@ textarea, select, input.text {
}
.alterator-progress div {
background-color: #@
DARK_COLOR
_HEX@;
background-color: #@
MIDDLE_LABELS
_HEX@;
height: 20px;
}
...
...
alterator/styles/menu.css.in
View file @
bb252feb
/* c0dbdb */
.top-button-menu {
background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
padding-right: 10px;
padding-top: 10px;
}
#logo-td {
border-left: none;
padding-left: 10px;
...
...
@@ -46,7 +52,7 @@
/* border-left: none; */
padding-left: 10px;
padding-top: 10px;
color: #@LIGHT_LABELS_
TEXT
@;
color: #@LIGHT_LABELS_
HEX
@;
padding-right: 10px;
text-align:center;
width: 100px;
...
...
@@ -171,7 +177,7 @@
#help-popup {
padding-left: 10px;
width: 95%;
background-color: #@
MIDDLE
_COLOR_HEX@;
background-color: #@
LIGHT
_COLOR_HEX@;
/* padding-right: 5px;
padding-top: 10px;*/
}
...
...
configure.ac
View file @
bb252feb
...
...
@@ -9,6 +9,7 @@ MIDDLE_COLOR_HEX=C8C9CB
DARK_COLOR_HEX=909195
LIGHT_LABELS_HEX=FFFFFF
DARK_LABELS_HEX=000000
MIDDLE_LABELS_HEX=4d4d4f
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