Browse Source

#225125 sub-themes must contain at least 1 stylesheet to inherit those of their parent

FGM 14 years ago
parent
commit
390ad2a614
2 changed files with 26 additions and 0 deletions
  1. 1 0
      fg_lemontwist.info
  2. 25 0
      fglt.css

+ 1 - 0
fg_lemontwist.info

@@ -8,3 +8,4 @@ regions[right] = Barre de droite
 regions[content] = Contenu
 regions[footer] = Pied de page
 
+stylesheets[all][] = fglt.css

+ 25 - 0
fglt.css

@@ -0,0 +1,25 @@
+body {
+  background: white;
+  font-size: 12px;
+}
+
+div.classified-expires {
+  background-color: #688a02;
+  /* color: #2b4300; */
+  color: white;
+  margin: 0 0 1em 1em;
+}
+
+div.classified-expires>hr {
+  margin-bottom: 0;
+}
+
+div.classified-expires-later>hr {
+  background-color: #2b4300;
+  margin-bottom: 0;
+}
+
+div.classified-expires-soon>hr {
+  background-color: red;
+  margin-bottom: 0;
+}