Open main menu
Home
Random
Log in
Settings
About wiki
Terms and conditions of use
wiki
Search
Changes
← Older edit
Newer edit →
CSPS Tech Lab/vExpo
(view source)
Revision as of 15:17, 13 November 2020
13 bytes removed
,
15:17, 13 November 2020
no edit summary
Line 19:
Line 19:
width: auto;
width: auto;
height: auto;
height: auto;
−
background-color:
rgba
(63,42,86);
+
background-color:
rgb
(63,42,86);
border: 1px solid rgb(108,77,133);
border: 1px solid rgb(108,77,133);
transition: 1s ease;
transition: 1s ease;
}
}
.btn a {
.btn a {
−
color: rgb(
255
,
255
,
255
);
+
color: rgb(
225
,
225
,
225
);
text-decoration: none;
text-decoration: none;
}
}
.btn a.external {
.btn a.external {
−
color: rgb(
255
,
255
,
255
);
+
color: rgb(
225
,
225
,
225
);
text-decoration: none;
text-decoration: none;
}
}
.btn a.external:visited {
.btn a.external:visited {
−
color: rgb(
255
,
255
,
255
);
+
color: rgb(
225
,
225
,
225
);
text-decoration: none;
text-decoration: none;
}
}
.btn a.external:hover {
.btn a.external:hover {
−
color: rgb(
255
,
255
,
255
);
+
color: rgb(
225
,
225
,
225
);
text-decoration: underline;
text-decoration: underline;
}
}
.btn:hover {
.btn:hover {
−
background-color:
rgba
(
108
,
77
,
133,0.5
);
+
background-color:
rgb
(
78
,
91
,
115
);
transition: 1s ease;
transition: 1s ease;
text-decoration: underline;
text-decoration: underline;
Genevieve.lemieux
Bureaucrats
,
Administrators
951
edits