~ubuntu-branches/ubuntu/utopic/lubuntu-artwork/utopic

« back to all changes in this revision

Viewing changes to usr/share/themes/Lubuntu-default/gtk-3.0/gtk-widgets.css

  • Committer: Package Import Robot
  • Author(s): Julien Lavergne
  • Date: 2014-03-12 22:51:54 UTC
  • Revision ID: package-import@ubuntu.com-20140312225154-3pzecn0oz88iin8i
Tags: 0.45
* usr/share/themes/Lubuntu-default:
 - Final update for 14.04.
* Update icon theme.
* usr/share/themes/Lubuntu-dark-panel
 - New theme with a dark panel.
* usr/share/icons/Lubuntu-dark-panel
 - New icon theme to use with dark theme.
* usr/share/lubuntu/wallpapers/
 - Update with final wallpaper and community wallpapers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    -GtkWidget-focus-line-width: 1px;
51
51
    -GtkWidget-link-color: @link_color;
52
52
    -GtkWidget-visited-link-color: @link_color;
 
53
    -GtkWindow-decoration-button-layout: "close:";
53
54
    -GtkWindow-resize-grip-width: 0;
54
55
    -GtkWindow-resize-grip-height: 0;
55
56
    -WnckTasklist-fade-overlay-rect: 0;
62
63
 
63
64
    /*-unico-arrow-texture: url("assets/combobox-arrow.png");*/
64
65
 
65
 
    -unico-focus-border-color: alpha (@selected_bg_color, 0.5);
66
 
    -unico-focus-border-radius: 5;
67
 
    -unico-focus-fill-color: alpha (@selected_bg_color, 0.1);
 
66
    /* To avoid using custom attributes, unico looks at the outline attributes
 
67
     * to find out how to render the focus ring.
 
68
     */
 
69
    outline-color: alpha (@selected_bg_color, 0.5);
 
70
    outline-offset: 5px;
68
71
}
69
72
 
70
73
GtkWindow {
71
74
    color: @fg_color;
 
75
    background-color: @bg_color;
72
76
}
73
77
 
74
 
* {
75
 
    /* inherit the color from parent by default */
76
 
    color: inherit;
 
78
GtkPaned {
77
79
    background-color: @bg_color;
78
80
}
79
81
 
81
83
    color: @backdrop_fg_color;
82
84
}
83
85
 
84
 
/**********
85
 
 * states *
86
 
 **********/
87
 
*:insensitive {
88
 
    color: shade (@bg_color, 0.6);
89
 
    text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5);
90
 
}
91
 
 
92
 
*:active {
93
 
}
94
 
 
95
 
*:active:hover:insensitive {
96
 
}
97
 
 
98
 
*:active:insensitive {
99
 
}
100
 
 
101
 
*:hover {
102
 
}
103
 
 
104
 
*:hover:insensitive {
105
 
}
106
 
 
107
 
*:selected,
108
 
*:selected:focused {
109
 
    background-color: alpha (@selected_bg_color, 0.9);
110
 
 
111
 
    color: @selected_fg_color;
112
 
}
113
 
 
114
 
*:selected:backdrop,
115
 
*:selected:focused:backdrop {
116
 
    background-color: alpha (@backdrop_selected_bg_color, 0.9);
117
 
 
118
 
    color: @backdrop_selected_fg_color;
119
 
}
120
 
 
121
 
 
122
86
/*********
123
87
 * arrow *
124
88
 *********/
526
490
    border-width: 0;
527
491
}
528
492
 
529
 
.cell:selected {
530
 
}
531
 
 
532
 
row:hover {
533
 
}
534
 
 
535
 
row:insensitive {
536
 
}
537
 
 
538
493
row:selected {
539
494
    background-image: -gtk-gradient (linear, left bottom, left top,
540
495
                                     from (shade (@selected_bg_color, 1.06)),
547
502
    /*text-shadow: 0 -1px shade (@selected_bg_color, 0.7);*/
548
503
}
549
504
 
550
 
row:selected:focused {
551
 
}
552
 
 
553
505
row:selected:backdrop {
554
506
    background-image: -gtk-gradient (linear, left bottom, left top,
555
507
                                     from (shade (@backdrop_selected_bg_color, 1.06)),
652
604
    background-color: shade (@bg_color, 1.03);
653
605
}
654
606
 
 
607
.view:selected,
 
608
.view:active,
655
609
.content-view.view:selected,
656
610
.content-view.view:active {
657
 
    /*background-color: @selected_bg_color;*/
 
611
    background-color: @selected_bg_color;
658
612
}
659
613
 
660
614
.content-view.view:insensitive {
720
674
    padding: 5px 7px;
721
675
 
722
676
    color: @text_color;
 
677
 
 
678
    /* Evolution sets the background color of its mail window to the background
 
679
     * color of entries, but cannot handle background images.  Setting the
 
680
     * background color here doesn't effect real entries, because
 
681
     * 'background-image' has precedence.
 
682
     */
 
683
    background-color: @base_color;
723
684
}
724
685
 
725
686
GtkComboBox.combobox-entry .button:backdrop,
740
701
    color: @selected_fg_color;
741
702
}
742
703
 
743
 
.entry:focused {
744
 
}
745
 
 
746
704
GtkComboBox.combobox-entry .button:insensitive,
747
705
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive,
748
706
.menubar.toolbar GtkComboBox.combobox-entry .button:insensitive,
796
754
    border-style: solid;
797
755
    border-color: shade (@bg_color, 0.82);
798
756
    border-image: none;
799
 
}
800
 
 
801
 
.frame:backdrop {
802
 
    border-color: shade (@bg_color, 0.88);
 
757
    background: none;
803
758
}
804
759
 
805
760
/************
923
878
    background-color: transparent;
924
879
}
925
880
 
 
881
/*********
 
882
 * stack *
 
883
 *********/
 
884
 
 
885
GtkHeaderBar > GtkStack,
 
886
GtkHeaderBar > GtkStack:insensitive {
 
887
    background-color: transparent;
 
888
}
 
889
 
926
890
/********
927
891
 * menu *
928
892
 ********/
1003
967
    border-width: 1px;
1004
968
}
1005
969
 
 
970
.context-menu {
 
971
    font: regular medium;
 
972
}
 
973
 
1006
974
/***********
1007
975
 * menubar *
1008
976
 ***********/
1027
995
 ***************/
1028
996
.menubar.menuitem:hover,
1029
997
.menubar .menuitem:hover {
1030
 
    border-radius: 4px 4px 0 0;
1031
 
    border-width: 1px 1px 0 1px;
 
998
    background-color: transparent;
 
999
    background-clip: border-box;
1032
1000
    background-image: -gtk-gradient (linear, left top, left bottom,
1033
1001
                                     from (shade (@dark_bg_color, 1.38)),
1034
1002
                                     to (shade (@dark_bg_color, 1.11)));
1035
 
    /*box-shadow: inset 0 -1px shade (@dark_bg_color, 0.95);*/
1036
 
    box-shadow: none;
 
1003
 
 
1004
    box-shadow: inset 0 1px 1px 0 shade (@dark_bg_color, 1.8);
1037
1005
 
1038
1006
    color: shade (@dark_fg_color, 1.1);
1039
1007
    text-shadow: 0 -1px shade (@dark_bg_color, 0.7);
1549
1517
    border-color: shade (@bg_color, 0.8);
1550
1518
}
1551
1519
 
1552
 
.scrollbar.trough.horizontal {
1553
 
}
1554
 
 
1555
1520
.scrollbar.slider,
1556
1521
.scrollbar.slider:hover,
1557
1522
.scrollbar.button,
1928
1893
    border-style: solid;
1929
1894
}
1930
1895
 
1931
 
GtkSwitch.slider:insensitive {
1932
 
}
1933
 
 
1934
1896
/************
1935
1897
 * textview *
1936
1898
 ************/
2049
2011
    /*border-width: 1px;*/
2050
2012
}
2051
2013
 
2052
 
.primary-toolbar .raised .button:focus,
2053
 
.primary-toolbar .raised.button:focus,
2054
 
.primary-toolbar .button:hover:focus,
2055
 
.primary-toolbar .button:active:focus,
2056
 
.primary-toolbar .button:insensitive:focus,
2057
 
.menubar.toolbar .raised .button:focus,
2058
 
.menubar.toolbar .raised.button:focus,
2059
 
.menubar.toolbar .button:hover:focus,
2060
 
.menubar.toolbar .button:active:focus,
2061
 
.menubar.toolbar .button:insensitive:focus,
2062
 
.header-bar .raised .button:focus,
2063
 
.header-bar .raised.button:focus,
2064
 
.header-bar .button:hover:focus,
2065
 
.header-bar .button:active:focus,
2066
 
.header-bar .button:insensitive:focus {
2067
 
}
2068
 
 
2069
 
.primary-toolbar GtkComboBox.combobox-entry .button,
2070
 
.menubar.toolbar GtkComboBox.combobox-entry .button,
2071
 
.header-bar GtkComboBox.combobox-entry .button {
2072
 
}
2073
 
 
2074
 
.primary-toolbar GtkComboBox.combobox-entry .button,
2075
 
.primary-toolbar .raised .button,
2076
 
.primary-toolbar .raised.button,
2077
 
.primary-toolbar .button:hover,
2078
 
.menubar.toolbar GtkComboBox.combobox-entry .button,
2079
 
.menubar.toolbar .raised .button,
2080
 
.menubar.toolbar .raised.button,
2081
 
.menubar.toolbar .button:hover,
2082
 
.header-bar GtkComboBox.combobox-entry .button,
2083
 
.header-bar .raised .button,
2084
 
.header-bar .raised.button,
2085
 
.header-bar .button:hover {
2086
 
}
2087
 
 
2088
2014
.primary-toolbar .button:active,
2089
2015
.menubar.toolbar .button:active,
2090
2016
.header-bar .button:active {
2509
2435
GtkViewport.frame {
2510
2436
    border-width: 0;
2511
2437
}
 
2438
 
 
2439
 
 
2440
/*****************************************************************************
 
2441
 * states [please keep this section at the end of the file (CSS precedence)] *
 
2442
 *****************************************************************************/
 
2443
*:insensitive {
 
2444
    color: shade (@bg_color, 0.6);
 
2445
    text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5);
 
2446
}
 
2447
 
 
2448
*:selected,
 
2449
*:selected:focused {
 
2450
    background-color: alpha (@selected_bg_color, 0.9);
 
2451
 
 
2452
    color: @selected_fg_color;
 
2453
}
 
2454
 
 
2455
*:selected:backdrop,
 
2456
*:selected:focused:backdrop {
 
2457
    background-color: alpha (@backdrop_selected_bg_color, 0.9);
 
2458
 
 
2459
    color: @backdrop_selected_fg_color;
 
2460
}