mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 14:40:09 +01:00
Moved classes to Paste.css
Mixed up some files.
This commit is contained in:
parent
aed892a5f8
commit
d2a30622d3
2 changed files with 109 additions and 29 deletions
27
theme/bulma/css/bulma.min.css
vendored
27
theme/bulma/css/bulma.min.css
vendored
|
@ -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 {
|
html {
|
||||||
transition: color 300ms, background-color 300ms;
|
transition: color 300ms, background-color 300ms;
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
|
|
|
@ -17,12 +17,119 @@
|
||||||
color: #bfbfbf;
|
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{
|
.li1:target{
|
||||||
transition:background-color 1s ease-in;
|
transition:background-color 1s ease-in;
|
||||||
-webkit-transition:background-color 1s ease-in;
|
-webkit-transition:background-color 1s ease-in;
|
||||||
-moz-transition:background-color 1s ease-in;
|
-moz-transition:background-color 1s ease-in;
|
||||||
background-color: rgba(50, 152, 220, 0.3);
|
background-color: rgba(50, 152, 220, 0.3);
|
||||||
scroll-margin-top: 130px;
|
scroll-margin-top: 100px;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue