[gnome-nibbles/arnaudb/modernize-code] Reorder CSS file.



commit 6ec60ec209ff50294e12996f2d40c9312b2a8779
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue Jun 2 16:21:11 2020 +0200

    Reorder CSS file.

 data/nibbles.css | 34 ++++++++++++++++++++++++++++++++--
 1 file changed, 32 insertions(+), 2 deletions(-)
---
diff --git a/data/nibbles.css b/data/nibbles.css
index eec9467..bf379f2 100644
--- a/data/nibbles.css
+++ b/data/nibbles.css
@@ -1,16 +1,32 @@
 window {
   background-color: rgba(0, 0, 0, 1);
 }
+
+/*\
+* * configuration screens
+\*/
+
 .menu-title {
   font-size: 2.5em;
   font-family: Cantarell;
 }
-.tip {
+
+.play {
   font-size: 1em;
 }
-.play {
+
+/*\
+* * first-run screen
+\*/
+
+.tip {
   font-size: 1em;
 }
+
+/*\
+* * players screen
+\*/
+
 .number-box {
   font-size: 3em;
   font-weight: bold;
@@ -28,6 +44,11 @@ window {
 .number-box:checked {
   background-image: linear-gradient(to bottom, #215d9c);
 }
+
+/*\
+* * controls screen
+\*/
+
 .controls-button {
   padding: 4px 8px;
   border: 1px solid;
@@ -39,7 +60,16 @@ window {
   text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
   box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 1px rgba(238, 238, 236, 0);
 }
+
+/*\
+* * game screen
+\*/
+
 .countdown {
   font-size: 2em;
   color: rgba(229, 229, 229, 1);
 }
+
+/*\
+* * the end
+\*/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]