Skip to content

Commit 6f9a6f9

Browse files
Theme: Tweaked the default theme
1 parent 20a6368 commit 6f9a6f9

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

themes/base/theme.css

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/* Component containers
1616
----------------------------------*/
1717
.ui-widget {
18-
font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
18+
font-family: Arial, Helvetica, sans-serif/*{ffDefault}*//*{ffDefault}*/;
1919
font-size: 1em/*{fsDefault}*/;
2020
}
2121
.ui-widget .ui-widget {
@@ -25,41 +25,41 @@
2525
.ui-widget select,
2626
.ui-widget textarea,
2727
.ui-widget button {
28-
font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
28+
font-family: Arial, Helvetica, sans-serif/*{ffDefault}*//*{ffDefault}*/;
2929
font-size: 1em;
3030
}
3131
.ui-widget-content {
32-
border: 1px solid #aaaaaa/*{borderColorContent}*/;
33-
background: #ffffff/*{bgColorContent}*/ url("images/ui-bg_flat_75_ffffff_40x100.png")/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
34-
color: #222222/*{fcContent}*/;
32+
border: 1px solid #dddddd/*{borderColorContent}*/;
33+
background: #ffffff/*{bgColorContent}*/;
34+
color: #333333/*{fcContent}*/;
3535
}
3636
.ui-widget-content a {
37-
color: #222222/*{fcContent}*/;
37+
color: #333333/*{fcContent}*/;
3838
}
3939
.ui-widget-header {
40-
border: 1px solid #aaaaaa/*{borderColorHeader}*/;
41-
background: #cccccc/*{bgColorHeader}*/ url("images/ui-bg_highlight-soft_75_cccccc_1x100.png")/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
42-
color: #222222/*{fcHeader}*/;
40+
border: 1px solid #dddddd/*{borderColorHeader}*/;
41+
background: #e9e9e9/*{bgColorHeader}*/;
42+
color: #333333/*{fcHeader}*/;
4343
font-weight: bold;
4444
}
4545
.ui-widget-header a {
46-
color: #222222/*{fcHeader}*/;
46+
color: #333333/*{fcHeader}*/;
4747
}
4848

4949
/* Interaction states
5050
----------------------------------*/
5151
.ui-state-default,
5252
.ui-widget-content .ui-state-default,
5353
.ui-widget-header .ui-state-default {
54-
border: 1px solid #d3d3d3/*{borderColorDefault}*/;
55-
background: #e6e6e6/*{bgColorDefault}*/ url("images/ui-bg_glass_75_e6e6e6_1x400.png")/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
54+
border: 1px solid #c5c5c5/*{borderColorDefault}*/;
55+
background: #f6f6f6/*{bgColorDefault}*/;
5656
font-weight: normal/*{fwDefault}*/;
57-
color: #555555/*{fcDefault}*/;
57+
color: #333333/*{fcDefault}*/;
5858
}
5959
.ui-state-default a,
6060
.ui-state-default a:link,
6161
.ui-state-default a:visited {
62-
color: #555555/*{fcDefault}*/;
62+
color: #333333/*{fcDefault}*/;
6363
text-decoration: none;
6464
}
6565
.ui-state-hover,
@@ -68,10 +68,10 @@
6868
.ui-state-focus,
6969
.ui-widget-content .ui-state-focus,
7070
.ui-widget-header .ui-state-focus {
71-
border: 1px solid #999999/*{borderColorHover}*/;
72-
background: #dadada/*{bgColorHover}*/ url("images/ui-bg_glass_75_dadada_1x400.png")/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
71+
border: 1px solid #cccccc/*{borderColorHover}*/;
72+
background: #ededed/*{bgColorHover}*/;
7373
font-weight: normal/*{fwDefault}*/;
74-
color: #212121/*{fcHover}*/;
74+
color: #333333/*{fcHover}*/;
7575
}
7676
.ui-state-hover a,
7777
.ui-state-hover a:hover,
@@ -81,21 +81,21 @@
8181
.ui-state-focus a:hover,
8282
.ui-state-focus a:link,
8383
.ui-state-focus a:visited {
84-
color: #212121/*{fcHover}*/;
84+
color: #333333/*{fcHover}*/;
8585
text-decoration: none;
8686
}
8787
.ui-state-active,
8888
.ui-widget-content .ui-state-active,
8989
.ui-widget-header .ui-state-active {
90-
border: 1px solid #aaaaaa/*{borderColorActive}*/;
91-
background: #ffffff/*{bgColorActive}*/ url("images/ui-bg_glass_65_ffffff_1x400.png")/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
90+
border: 1px solid #003eff/*{borderColorActive}*/;
91+
background: #007fff/*{bgColorActive}*/;
9292
font-weight: normal/*{fwDefault}*/;
93-
color: #212121/*{fcActive}*/;
93+
color: #ffffff/*{fcActive}*/;
9494
}
9595
.ui-state-active a,
9696
.ui-state-active a:link,
9797
.ui-state-active a:visited {
98-
color: #212121/*{fcActive}*/;
98+
color: #ffffff/*{fcActive}*/;
9999
text-decoration: none;
100100
}
101101

@@ -104,8 +104,8 @@
104104
.ui-state-highlight,
105105
.ui-widget-content .ui-state-highlight,
106106
.ui-widget-header .ui-state-highlight {
107-
border: 1px solid #fcefa1/*{borderColorHighlight}*/;
108-
background: #fbf9ee/*{bgColorHighlight}*/ url("images/ui-bg_glass_55_fbf9ee_1x400.png")/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
107+
border: 1px solid #aede00/*{borderColorHighlight}*/;
108+
background: #cdfd34/*{bgColorHighlight}*/;
109109
color: #363636/*{fcHighlight}*/;
110110
}
111111
.ui-state-highlight a,
@@ -117,7 +117,7 @@
117117
.ui-widget-content .ui-state-error,
118118
.ui-widget-header .ui-state-error {
119119
border: 1px solid #cd0a0a/*{borderColorError}*/;
120-
background: #fef1ec/*{bgColorError}*/ url("images/ui-bg_glass_95_fef1ec_1x400.png")/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
120+
background: #ff9999/*{bgColorError}*/;
121121
color: #cd0a0a/*{fcError}*/;
122122
}
123123
.ui-state-error a,
@@ -373,25 +373,25 @@
373373
.ui-corner-top,
374374
.ui-corner-left,
375375
.ui-corner-tl {
376-
border-top-left-radius: 4px/*{cornerRadius}*/;
376+
border-top-left-radius: 3px/*{cornerRadius}*/;
377377
}
378378
.ui-corner-all,
379379
.ui-corner-top,
380380
.ui-corner-right,
381381
.ui-corner-tr {
382-
border-top-right-radius: 4px/*{cornerRadius}*/;
382+
border-top-right-radius: 3px/*{cornerRadius}*/;
383383
}
384384
.ui-corner-all,
385385
.ui-corner-bottom,
386386
.ui-corner-left,
387387
.ui-corner-bl {
388-
border-bottom-left-radius: 4px/*{cornerRadius}*/;
388+
border-bottom-left-radius: 3px/*{cornerRadius}*/;
389389
}
390390
.ui-corner-all,
391391
.ui-corner-bottom,
392392
.ui-corner-right,
393393
.ui-corner-br {
394-
border-bottom-right-radius: 4px/*{cornerRadius}*/;
394+
border-bottom-right-radius: 3px/*{cornerRadius}*/;
395395
}
396396

397397
/* Overlays */

0 commit comments

Comments
 (0)