softwarecenter.css (2436B)
1 @define-color light-aubergine #0a0a0a; 2 @define-color super-light-aubergine #1a1a1a; 3 4 /* 5 do not use text-shadow until bugzilla.gnome.org bug #686209 is 6 fixed - its leaking memory 7 */ 8 9 10 #featured-star { 11 border-color: #F89516; /* yellow */ 12 color: #FFC51D; /* orange */ 13 } 14 15 .grid-lines { 16 border-color: shade (@light-aubergine, 1.024); 17 } 18 19 #screenshot-preview { 20 border-color: #000; 21 color: #ababab; 22 border-width: 2px; 23 border-radius: 3px; 24 } 25 26 .backforward-left-button { 27 border-radius: 3px 0 0 3px; 28 } 29 30 .backforward-right-button { 31 border-radius: 0 3px 3px 0; 32 } 33 34 .subtle, 35 #subtle-label { 36 -GtkWidget-link-color: #00A68E; 37 -GtkWidget-visited-link-color: shade(#00a68e, 0.85); 38 color: #5a5a5a; /* non-link text color */ 39 text-shadow: 0 1 2 rgba(0,0,0,0.26); 40 } 41 42 .cellrenderer-button { 43 border-radius: 3px; 44 } 45 46 .cellrenderer-avgrating-label { 47 color: #8E8E8E; /* dark gray */ 48 } 49 50 .cellrenderer-avgrating-label:selected { 51 color: white; 52 } 53 54 .more-link { 55 -GtkButton-inner-border: 0; 56 -GtkButton-default-border: 0; 57 -GtkButton-default-outside-border: 0; 58 color: shade(#154478, 1.42); 59 background-color: shade (@super-light-aubergine, 0.925); 60 border-color: shade (@super-light-aubergine, 0.875); 61 text-shadow: 0 1 2 rgba(0,0,0,0.32); 62 } 63 64 .frame-header-title { 65 /* intentionally left blank */ 66 } 67 68 .item-view-separator { 69 border-color: shade (@light-aubergine, 0.9); 70 border-width: 1px; 71 } 72 73 .light-aubergine-bg { 74 background-color: @light-aubergine; 75 } 76 77 .super-light-aubergine-bg { 78 background-color: @super-light-aubergine; 79 border-color: shade (@super-light-aubergine, 0.975) 80 } 81 82 GtkViewport { 83 background-color: transparent; 84 border-width: 0; 85 padding: 0; 86 } 87 88 GtkTreeView { 89 border-style: solid; 90 border-width: 1px 0px 1px 0px; 91 border-color: shade(@theme_base_color, 1.1); 92 background-color: shade(@theme_base_color, 1.1); 93 } 94 95 GtkTreeView:hover { 96 color: @theme_fg_color; 97 border-width: 1px 0px 1px 0px; 98 border-style: solid; 99 border-color: alpha(@theme_selected_bg_color, 0.2); 100 background-image: none; 101 background-color: mix (shade(@theme_base_color, 0.9), @theme_selected_bg_color, 0.2); 102 } 103 104 GtkTreeView:selected { 105 border-style: solid; 106 border-width: 1px 0px 1px 0px; 107 border-color: @theme_selected_bg_color; 108 background: @theme_selected_bg_color; 109 color: @theme_selected_fg_color; 110 } 111 112 #toolbar-popup { 113 padding: 0; 114 }