|
@@ -196,16 +196,30 @@ nav li:before {
|
|
|
|
|
|
.textShadowedIntense {
|
|
.textShadowedIntense {
|
|
text-shadow:
|
|
text-shadow:
|
|
- 0 0 @textShadowIntense @textShadowColor,
|
|
|
|
- 0 0 @textShadowIntense @textShadowColor,
|
|
|
|
- 0 0 @textShadowIntense @textShadowColor,
|
|
|
|
- 0 0 @textShadowIntense @textShadowColor,
|
|
|
|
- 0 0 (@textShadowIntense*2) @textShadowColor,
|
|
|
|
- 0 0 (@textShadowIntense*2) @textShadowColor,
|
|
|
|
- 0 0 @textShadowIntense @textShadowColor;
|
|
|
|
|
|
+ 0 0 (@textShadowIntense/2) @textShadowColor,
|
|
|
|
+ 0 0 (@textShadowIntense/2) @textShadowColor,
|
|
|
|
+ 0 0 (@textShadowIntense/2) @textShadowColor,
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ 0 0 @textShadowIntense @textShadowColor,
|
|
|
|
+
|
|
|
|
+ 0 0 (@textShadowIntense*2) @textShadowColor,
|
|
|
|
+ 0 0 (@textShadowIntense*2) @textShadowColor,
|
|
|
|
+ 0 0 (@textShadowIntense*4) @textShadowColor,
|
|
|
|
+ 0 0 (@textShadowIntense*4) @textShadowColor,
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ 0 0 (@textShadowIntense/4) @foreground,
|
|
|
|
+ 0 0 (@textShadowIntense/4) @foreground,
|
|
|
|
+ 0 0 (@textShadowIntense/4) @foreground,
|
|
|
|
+ 0 0 (@textShadowIntense/4) @foreground
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ ;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
#topmenu {
|
|
#topmenu {
|
|
|
|
|
|
background-color: @background;
|
|
background-color: @background;
|