Warning, /system/liquidshell/stylesheet.css is written in an unsupported language. File is not indexed.

0001 /* some examples ...
0002 
0003 DesktopPanel
0004 {
0005   min-height: 65px;
0006   max-height: 65px;
0007 }
0008 
0009 ClockWidget QLabel#time
0010 {
0011   font-size: 26px;
0012   font-weight: bold;
0013 }
0014 
0015 ClockWidget
0016 {
0017   qproperty-dayFormat: "dddd";
0018   qproperty-dateFormat: "dd.MM.yyyy";
0019 }
0020 
0021 SysLoad
0022 {
0023   qproperty-cpuUserColor: orange;
0024   qproperty-cpuSystemColorColor: red;
0025   qproperty-cpuNiceColorColor: yellow;
0026   qproperty-cpuSummaryBar: true;
0027 
0028   qproperty-memUsedColor: blue;
0029   qproperty-memCachedColor: darkGreen;
0030   qproperty-memSwapColor: cyan;
0031 
0032   qproperty-netReceivedColor: green;
0033   qproperty-netSentColor: red;
0034 }
0035 
0036 StartMenu
0037 {
0038   qproperty-themeIcon: "start-here-kde"
0039 }
0040 
0041 WeatherApplet
0042 {
0043   background: rgba(32, 56, 92, 75%);
0044   border: none;
0045   color: white;
0046   font-size: 20px;
0047 }
0048 
0049 WeatherApplet QLabel#city
0050 {
0051   font-size: 28px;
0052 }
0053 */