-

+

{% if page.url == "/" %}
@@ -14,7 +14,7 @@
På gång:
{{ event.start_datetime | date: "%Y-%m-%d"}} {{ event.start_datetime | date: "%R"}}
Typ av konst: {{ event.category }}
-
+
{{ event.description | truncatewords: 10 }} Läs mer
diff --git a/_layouts/blog.html b/_layouts/blog.html
index 3e80f29..a4f9b75 100644
--- a/_layouts/blog.html
+++ b/_layouts/blog.html
@@ -8,6 +8,6 @@ layout: default
-
OBS! Du måste vara medlem!
+ OBS! Du måste vara stödmedlem!
{% include contact.html %}
\ No newline at end of file
diff --git a/_sass/form.scss b/_sass/form.scss
index a851abd..8dda016 100644
--- a/_sass/form.scss
+++ b/_sass/form.scss
@@ -22,11 +22,6 @@ input[type=text], input[type=email], textarea, select {
input[type=submit] {
width: 200px;
background: linear-gradient(97deg, rgb(84, 241, 210), rgb(165, 202, 195));
- background-size: 800% 800%;
- -webkit-animation: AnimationName 29s ease infinite;
- -moz-animation: AnimationName 29s ease infinite;
- animation: AnimationName 29s ease infinite;
-
color: white;
padding: 14px 20px;
margin: 8px 0;
@@ -36,11 +31,7 @@ input[type=submit] {
}
input[type=submit]:hover {
- background: linear-gradient(97deg, rgb(165, 202, 195), rgb(84, 241, 210));
- background-size: 800% 800%;
- -webkit-animation: AnimationName 29s ease infinite;
- -moz-animation: AnimationName 29s ease infinite;
- animation: AnimationName 29s ease infinite;
+ background: linear-gradient(97deg, rgb(84, 241, 210), rgb(165, 202, 195));
}
/* CSS Created by CSS CHECKBOX */
diff --git a/_sass/mycv.scss b/_sass/mycv.scss
index 8e6b34c..2e3b317 100755
--- a/_sass/mycv.scss
+++ b/_sass/mycv.scss
@@ -26,14 +26,6 @@ strong {
font-family: avantB, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
-
-a h1:hover,
-a h2:hover,
-a h3,
-a h4 {
- text-shadow: none;
-}
-
h1{
font-size: 2em;
line-height: 1em;
@@ -56,19 +48,16 @@ a:active,
a:focus {
color: #333;
text-decoration: none;
- -webkit-transition: text-shadow 0.2s linear;
- -moz-transition: text-shadow 0.2s linear;
- -ms-transition: text-shadow 0.2s linear;
- -o-transition: text-shadow 0.2s linear;
- transition: text-shadow 0.2s linear;
- text-shadow: none;
- padding: 0 10px;
- border-radius: 3px;
+ -webkit-transition: color 0.2s linear;
+ -moz-transition: color 0.2s linear;
+ -ms-transition: color 0.2s linear;
+ -o-transition: color 0.2s linear;
+ transition: color 0.2s linear;
+ border-bottom: 3px solid rgb(84, 241, 210);
}
a:hover {
- text-shadow: .05em .05em rgb(31, 31, 31), -.05em -.05em rgb(224, 224, 224);
-
-
+ color: rgb(84, 241, 210);
+
}
a:active {
color: rgb(55, 171, 200);
@@ -96,13 +85,14 @@ a:active {
position: relative;
margin-bottom: 0;
height: 10vh;
- // text-shadow: .05em .05em rgba(31, 31, 31, 0.5), -.05em -.05em rgba(224, 224, 224, 0.5);
-moz-animation: fontmovement 5s linear infinite; /* Safari 4.0 - 8.0 */
-webkit-animation: fontmovement 5s linear infinite; /* Safari 4.0 - 8.0 */
animation: fontmovement 5s linear infinite;
}
-
+ .nodecoration {
+ border:none;
+ }
}
@@ -125,28 +115,7 @@ a:active {
flex-wrap: wrap;
overflow-x: hidden;
background-color: #fff;
- a:link,
- a:visited,
- a:hover,
- a:active,
- a:focus {
- text-decoration: none;
- background: linear-gradient(97deg, rgb(84, 241, 210), rgb(165, 202, 195));
- -webkit-transition: text-shadow 0.2s linear;
- -moz-transition: text-shadow 0.2s linear;
- -ms-transition: text-shadow 0.2s linear;
- -o-transition: text-shadow 0.2s linear;
- transition: text-shadow 0.2s linear;
- text-shadow: none;
- padding: 0 10px;
- border-radius: 3px;
- }
- a:hover {
- text-shadow: .05em .05em rgb(31, 31, 31), -.05em -.05em rgb(224, 224, 224);
- background: linear-gradient(97deg, rgb(224, 224, 224), rgb(31, 31, 31),);
- color: rgb(84, 241, 210);
-
- }
+
}
.column {
flex: 1 1 300px;