forked from indymedia/epicyon
Untabify
parent
1943419e27
commit
af6d80d0a9
|
@ -199,6 +199,7 @@ a:link {
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-text button:hover {
|
.hero-text button:hover {
|
||||||
|
@ -215,6 +216,7 @@ a:link {
|
||||||
}
|
}
|
||||||
|
|
||||||
.button span {
|
.button span {
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -222,6 +224,7 @@ a:link {
|
||||||
}
|
}
|
||||||
|
|
||||||
.button span:after {
|
.button span:after {
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
content: '\00bb';
|
content: '\00bb';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
@ -240,6 +243,7 @@ a:link {
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttonselected span {
|
.buttonselected span {
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -247,6 +251,7 @@ a:link {
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttonselected span:after {
|
.buttonselected span:after {
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
content: '\00bb';
|
content: '\00bb';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
@ -346,7 +351,6 @@ a:link {
|
||||||
|
|
||||||
.pgp {
|
.pgp {
|
||||||
font-size: var(--font-size5);
|
font-size: var(--font-size5);
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
|
||||||
color: var(--main-link-color);
|
color: var(--main-link-color);
|
||||||
font-family: 'monospace';
|
font-family: 'monospace';
|
||||||
}
|
}
|
||||||
|
@ -432,6 +436,7 @@ a:link {
|
||||||
width: 10%;
|
width: 10%;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
background-color: var(--button-background);
|
background-color: var(--button-background);
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=number] {
|
input[type=number] {
|
||||||
|
|
Loading…
Reference in New Issue