Moved classes to Paste.css

Mixed up some files.
This commit is contained in:
aftercase 2021-08-28 00:35:35 +01:00
parent aed892a5f8
commit d2a30622d3
2 changed files with 109 additions and 29 deletions

View file

@ -1,30 +1,3 @@
greentext:before {
content:">";
float: left;
}
redtext:before {
content:"<";
float: left;
}
purpletext:before {
content:"@";
float: left;
}
.content greentext {
color: #789922;
content: ">";
}
.content redtext {
color: #d12222;
}
.content purpletext {
color: #9f14ae;
}
html {
transition: color 300ms, background-color 300ms;
background-color: #fafafa;

View file

@ -17,12 +17,119 @@
color: #bfbfbf;
}
/* Pastedown formating */
.content exclamation-triangle-icon {}
exclamation-triangle-icon:before {
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
content:"\f071";
color: #3298dc;
float: left;
}
.content check-icon {}
check-icon:before {
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
content:"\f00c";
color: #3298dc;
float: left;
}
.content times-icon {}
times-icon:before {
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
content:"\f00d";
color: #3298dc;
float: left;
}
.content star-icon {}
star-icon:before {
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
content:"\f005";
color: #3298dc;
float: left;
}
.content glass-icon {}
glass-icon:before {
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
content:"\f000";
color: #3298dc;
float: left;
}
.content music-icon {}
music-icon:before {
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
content:"\f001";
color: #3298dc;
float: left;
}
.content heart-icon {}
heart-icon:before {
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
content:"\f004";
color: #3298dc;
float: left;
}
.content film-icon {}
film-icon:before {
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
content:"\f008";
color: #3298dc;
float: left;
}
.content music-icon {}
music-icon:before {
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
content:"\f001";
color: #3298dc;
float: left;
}
.content greentext {color: #789922;}
greentext:before {
content:">";
float: left;
color: #789922;
}
.content redtext {color: #d12222;}
redtext:before {
color: #d12222;
content:"<";
float: left;
}
.content purpletext {color: #9f14ae;}
purpletext:before {
color: #9f14ae;
content:"@";
float: left;
}
/*DataTables*/
.li1:target{
transition:background-color 1s ease-in;
-webkit-transition:background-color 1s ease-in;
-moz-transition:background-color 1s ease-in;
background-color: rgba(50, 152, 220, 0.3);
scroll-margin-top: 130px;
scroll-margin-top: 100px;
color: white !important;
}