Przeglądaj źródła

List border color stylesheet

@soyjavi 14 lat temu
rodzic
commit
675932a71a
1 zmienionych plików z 15 dodań i 1 usunięć
  1. 15 1
      src/stylesheets/less/Lungo.widgets.colour.less

+ 15 - 1
src/stylesheets/less/Lungo.widgets.colour.less

@@ -32,4 +32,18 @@ a.yellow:active{background-color: #dfa020;}
 a.twitter, .twitter:not(span){background-color: #35cdff;}
 a.twitter:active{background-color: #2bafda;}
 a.facebook, .facebook:not(span){background-color: #3b5998;}
-a.facebook:active{background-color: #2c4579;}
+a.facebook:active{background-color: #2c4579;}
+
+li.grey{ box-shadow: inset 3px 0px 0px #ccc;}
+li.red{ box-shadow: inset 3px 0px 0px #e33100;}
+li.lightgreen{ box-shadow: inset 3px 0px 0px #91bd09;}
+li.green{ box-shadow: inset 3px 0px 0px #009600;}
+li.blue{ box-shadow: inset 3px 0px 0px #237fd7;}
+li.arcticblue{ box-shadow: inset 3px 0px 0px #2daebf;}
+li.orange{ box-shadow: inset 3px 0px 0px #ff5c00;}
+li.purple{ box-shadow: inset 3px 0px 0px #7b658d;}
+li.magenta{ box-shadow: inset 3px 0px 0px #a9014b;}
+li.pink{ box-shadow: inset 3px 0px 0px #ff007f;}
+li.yellow{ box-shadow: inset 3px 0px 0px #ffb515;}
+li.twitter{ box-shadow: inset 3px 0px 0px #35cdff;}
+li.facebook{ box-shadow: inset 3px 0px 0px #3b5998;}