added base GUI structure for stopwatch
This commit is contained in:
20
SW/PC/Stopwatch/style.css
Normal file
20
SW/PC/Stopwatch/style.css
Normal file
@@ -0,0 +1,20 @@
|
||||
#lightgrid {
|
||||
background-color: #F0F0F0;
|
||||
}
|
||||
|
||||
#darkgrid {
|
||||
background-color: #D0D0D0;
|
||||
}
|
||||
|
||||
#lredgrid {
|
||||
background-color: #FF8888;
|
||||
}
|
||||
|
||||
#dredgrid {
|
||||
background-color: #FF6666;
|
||||
}
|
||||
|
||||
#gridlabel {
|
||||
font-size: 16pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
Reference in New Issue
Block a user