Basic functionality
490
default.css
Normal file
|
@ -0,0 +1,490 @@
|
|||
/*
|
||||
This file could be used under both CC-BY-SA 4.0 or at your chosing GNU GPLv3 or any later version
|
||||
*/
|
||||
|
||||
html {background-color: #353849;
|
||||
background-image: url("/pictures/new_pattern.jpg");
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
* {
|
||||
|
||||
font-size: 15px;
|
||||
list-style-type: none;
|
||||
|
||||
}
|
||||
|
||||
body{
|
||||
color: #FFFFFF;
|
||||
font-family:"Sans";
|
||||
|
||||
margin-top: 5%;
|
||||
margin-bottom: 5%;
|
||||
margin-right: 5%;
|
||||
margin-left: 5%;
|
||||
}
|
||||
|
||||
/* @font-face { */
|
||||
/* font-family: "Open-Sans-Extrabold" Open Sans; */
|
||||
/* /\*src: url(/font);*\/ */
|
||||
/* } */
|
||||
|
||||
pre {
|
||||
/*background: #a89984;*/
|
||||
border: 10px solid #928374;
|
||||
border-radius: 10px;
|
||||
/*padding: 1em;*/
|
||||
/*margin: 1em;*/
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
table td {
|
||||
border-style:hidden;
|
||||
padding: 50 50;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 30px;
|
||||
color: #ffb800;
|
||||
text-shadow: 2px 2px 4px rgba(0,0,0, 0.3);
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 25px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 15px;
|
||||
color: #dda800;
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: #000000;
|
||||
/*border: 5px solid #928374;*/
|
||||
border-radius: 5px;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
ul li {
|
||||
list-style: inside circle;
|
||||
display:list-item;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border: 2px solid #7c6f64;
|
||||
}
|
||||
|
||||
th,td {
|
||||
border: 2px solid #7c6f64;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #ffb800;
|
||||
text-decoration: none;
|
||||
|
||||
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
img {
|
||||
max-width: 70%;
|
||||
height: auto;
|
||||
border-radius:14px;
|
||||
}
|
||||
|
||||
.video_frame {
|
||||
|
||||
|
||||
border-radius:30px;
|
||||
border: 10px solid #ffb800;
|
||||
}
|
||||
video {
|
||||
border-radius:20px;}
|
||||
|
||||
|
||||
|
||||
input[type=text] {
|
||||
padding: 12px 20px;
|
||||
margin: 8px 0;
|
||||
box-sizing: border-box;
|
||||
border: 0px solid black;
|
||||
background-color: #b058c6;
|
||||
color: #311a46;
|
||||
font-weight: bold;
|
||||
box-shadow: 2px 2px 4px rgba(0,0,0, 0.3);
|
||||
}
|
||||
button, .button, select {
|
||||
color: #ffb800;
|
||||
padding: 5px 20;
|
||||
margin: 8px 5px;
|
||||
/* box-sizing: border-box; */
|
||||
/* border: 0px solid black; */
|
||||
|
||||
|
||||
|
||||
word-break: break-all;
|
||||
display: inline-block;
|
||||
|
||||
/* background-color: rgba(18, 83,140, 0.7); */
|
||||
|
||||
background-color: #353849;
|
||||
border: 0px solid #ffb800;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
border-radius: 25px;
|
||||
box-shadow: 2px 2px 4px rgba(0,0,0, 0.3);
|
||||
}
|
||||
|
||||
.flexity {
|
||||
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.login_fixed {
|
||||
position: fixed;
|
||||
right:10;
|
||||
top:10;
|
||||
}
|
||||
|
||||
sup {
|
||||
background-color: #FF6600;
|
||||
border-radius: 12px;
|
||||
padding: 3px 3px 3px 3px;
|
||||
margin: 5px;
|
||||
|
||||
}
|
||||
|
||||
.graph_line {
|
||||
position: absolute;
|
||||
background-color: #ffb800;
|
||||
height: 80%;
|
||||
margin-top: 20%;
|
||||
width: 30px;
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
.graph_line:hover {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.article_box {
|
||||
color: #ffb800;
|
||||
padding: 5px 20;
|
||||
margin: 8px 5px;
|
||||
/* box-sizing: border-box; */
|
||||
/* border: 0px solid black; */
|
||||
|
||||
max-width:300px;
|
||||
vertical-align: top;
|
||||
|
||||
word-break: break-word;
|
||||
display: inline-block;
|
||||
|
||||
/* background-color: rgba(18, 83,140, 0.7); */
|
||||
background-color: rgba(53,56,73, 0.95);
|
||||
backdrop-filter: blur(10px);
|
||||
color: #FFFFFF;
|
||||
border-radius: 25px;
|
||||
box-shadow: 2px 2px 4px rgba(0,0,0, 0.3);}
|
||||
|
||||
.quote {
|
||||
background-color: rgba(53,56,73, 0.99);
|
||||
backdrop-filter: blur(10px);
|
||||
padding: 10px 20px;
|
||||
margin: 8px 0;
|
||||
border-radius: 25px;
|
||||
box-shadow: 2px 2px 4px rgba(0,0,0, 0.3);
|
||||
}
|
||||
|
||||
.toot {
|
||||
color: #ffb800;
|
||||
padding: 5px 20;
|
||||
margin: 8px 5px;
|
||||
/* box-sizing: border-box; */
|
||||
/* border: 0px solid black; */
|
||||
|
||||
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
|
||||
display: inline-block;
|
||||
|
||||
/* background-color: rgba(18, 83,140, 0.7); */
|
||||
background-color: rgba(53,56,73, 0.95);
|
||||
backdrop-filter: blur(30px);
|
||||
border: 0px solid #ffb800;
|
||||
color: #FFFFFF;
|
||||
box-shadow: 2px 2px 4px rgba(0,0,0, 0.3);
|
||||
|
||||
border-radius: 25px;
|
||||
}
|
||||
.button > img {background-color: rgba(53,56,73, 0);}
|
||||
.button { line-height: 3 }
|
||||
/* summary { */
|
||||
|
||||
/* color: #ffb800; */
|
||||
/* padding: 5px 20; */
|
||||
/* margin: 8px 5px; */
|
||||
/* /\* box-sizing: border-box; *\/ */
|
||||
/* /\* border: 0px solid black; *\/ */
|
||||
|
||||
/* word-break: break-all; */
|
||||
/* display: inline-block; */
|
||||
|
||||
/* /\* background-color: rgba(18, 83,140, 0.7); *\/ */
|
||||
/* background-color: #353849; */
|
||||
/* border: 5px solid #ffb800; */
|
||||
/* color: #FFFFFF; */
|
||||
/* font-weight: bold; */
|
||||
/* border-radius: 25px; */
|
||||
/* background-image: url("/icon/closed"); */
|
||||
/* background-repeat: no-repeat; */
|
||||
/* background-position: center left; */
|
||||
/* padding-left: 40px; */
|
||||
|
||||
|
||||
/* } */
|
||||
|
||||
.in_scene_link {
|
||||
background-color: rgba(18, 83,140, 0.7);
|
||||
color: #FFFFFF;
|
||||
border-radius: 25px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
.vcschekbox_checked {
|
||||
padding: 5px 12px;
|
||||
margin: 8px 0;
|
||||
/* box-sizing: border-box; */
|
||||
border: 0px solid black;
|
||||
|
||||
word-break: break-all;
|
||||
display: inline-block;
|
||||
|
||||
background-color: rgba(18, 83,140, 0.7);
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
background-image: url("/icon/checked");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center left;
|
||||
padding-left: 40px;
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
.vcschekbox_unchecked {
|
||||
padding: 5px 12px;
|
||||
margin: 8px 0;
|
||||
/* box-sizing: border-box; */
|
||||
border: 0px solid black;
|
||||
|
||||
word-break: break-all;
|
||||
display: inline-block;
|
||||
|
||||
background-color: rgba(18, 83,140, 0.7);
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
background-image: url("/icon/unchecked");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center left;
|
||||
padding-left: 40px;
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
.vcschekbox_comment {
|
||||
padding: 5px 12px;
|
||||
margin: 8px 0;
|
||||
/* box-sizing: border-box; */
|
||||
border: 0px solid black;
|
||||
|
||||
word-break: break-all;
|
||||
display: inline-block;
|
||||
|
||||
background-color: rgba(0, 0,0, 0.5);
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
/* details[open] summary { */
|
||||
|
||||
/* color: #FFFFFF; */
|
||||
/* font-weight: bold; */
|
||||
/* background-image: url("/icon/open"); */
|
||||
/* background-repeat: no-repeat; */
|
||||
/* background-position: center left; */
|
||||
/* padding-left: 40px; */
|
||||
}
|
||||
summary:hover, summary:hover > h1 {
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
background-color: #4e526b;
|
||||
}
|
||||
button:hover, input:hover, button:focus, input:focus, .button:hover, .button:focus {
|
||||
/**background-color: #4e526b;**/
|
||||
color: white;
|
||||
box-shadow: 4px 4px 4px rgba(0,0,0, 0.5);
|
||||
}
|
||||
|
||||
hr {
|
||||
border-top: 1px solid #b058c6;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-right: 5%;
|
||||
margin-left: 5%;
|
||||
}
|
||||
|
||||
.searchbar {
|
||||
width: 90%;
|
||||
height: 70;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
margin-top: 1%;
|
||||
left: 5%;
|
||||
}
|
||||
|
||||
.side_found { margin-top: 100}
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
If a screen is at least 1024 pixels wide, we do some more things.
|
||||
*/
|
||||
|
||||
@media screen and (min-width: 950px) {
|
||||
|
||||
.column {width:50%}
|
||||
.searchbar {
|
||||
width: 35%;}
|
||||
|
||||
|
||||
.scenes_section {
|
||||
position: absolute;
|
||||
left:20%;
|
||||
top:1550;
|
||||
width:15%;
|
||||
}
|
||||
.middle_section {
|
||||
position: absolute;
|
||||
left:20%;
|
||||
top:1550;
|
||||
width:39%;
|
||||
}
|
||||
.checklist_section {
|
||||
position: absolute;
|
||||
left:60%;
|
||||
top:1550;
|
||||
width:20%;
|
||||
}
|
||||
|
||||
.middle_section_article {
|
||||
position: absolute;
|
||||
left:20%;
|
||||
top:750;
|
||||
width:39%;
|
||||
}
|
||||
.checklist_section_article {
|
||||
position: absolute;
|
||||
left:60%;
|
||||
top:750;
|
||||
width:20%;
|
||||
}
|
||||
|
||||
body{
|
||||
color: #FFFFFF;
|
||||
font-family:"Sans";
|
||||
|
||||
/* margin-top: 5%; */
|
||||
/* margin-bottom: 5%; */
|
||||
/* margin-right: 20%; */
|
||||
/* margin-left: 20%; */
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.shot_1, .shot_2, .shot_3, .shot_4, .shot_5 {
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
.shot_1 {background-color: #ff783a;}
|
||||
.shot_2 {background-color: #abbf28;}
|
||||
.shot_3 {background-color: #de80d1;}
|
||||
.shot_4 {background-color: #638fff;}
|
||||
.shot_5 {background-color: #00bd73;}
|
||||
|
||||
#background_video {
|
||||
position: fixed;
|
||||
object-fit: cover;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
min-width: 100%;
|
||||
min-height: 100%;
|
||||
z-index:-1;
|
||||
}
|
||||
|
||||
.dark_box {
|
||||
background-color: rgba(53,56,73, 0.95);
|
||||
backdrop-filter: blur(10px);
|
||||
padding: 10px 20px;
|
||||
margin: 8px 0;
|
||||
border-radius: 25px;
|
||||
box-shadow: 2px 2px 4px rgba(0,0,0, 0.2);
|
||||
}
|
||||
|
||||
.frase {
|
||||
background-color: rgba(0, 0,0, 0.5);
|
||||
padding: 1%;
|
||||
position: static;
|
||||
margin-top: 5px;
|
||||
margin-left:30%;
|
||||
width: 40%;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
border-radius: 25px;}
|
||||
|
||||
/* prgoress bar theme */
|
||||
|
||||
.back_progress {background-color: #45b3d1;
|
||||
width: 100%;
|
||||
height: 14;
|
||||
border-radius: 7px}
|
||||
.front_progress {background-color: #FFFFFF;
|
||||
height: 14;
|
||||
border-radius:7px}
|
||||
.middle_progress {background-color: #000000;
|
||||
height: 14;
|
||||
border-radius:7px}
|
||||
.moriasrace_banner {position: static;
|
||||
top: 100;
|
||||
left: 20%;}
|
||||
|
||||
}
|
BIN
icons/analytics.png
Normal file
After Width: | Height: | Size: 968 B |
BIN
icons/asset_new.png
Normal file
After Width: | Height: | Size: 895 B |
BIN
icons/blender.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
icons/blenderartists.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
icons/bug.png
Normal file
After Width: | Height: | Size: 829 B |
BIN
icons/call.png
Normal file
After Width: | Height: | Size: 747 B |
BIN
icons/cancel.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
icons/checked.png
Normal file
After Width: | Height: | Size: 738 B |
BIN
icons/checklist.png
Normal file
After Width: | Height: | Size: 664 B |
BIN
icons/checklist_new.png
Normal file
After Width: | Height: | Size: 845 B |
BIN
icons/chr.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
icons/clean.png
Normal file
After Width: | Height: | Size: 698 B |
BIN
icons/closed.png
Normal file
After Width: | Height: | Size: 660 B |
BIN
icons/codeberg.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
icons/collection.png
Normal file
After Width: | Height: | Size: 647 B |
BIN
icons/configure_file.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
icons/copy_file.png
Normal file
After Width: | Height: | Size: 938 B |
BIN
icons/discord.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
icons/edit.png
Normal file
After Width: | Height: | Size: 792 B |
BIN
icons/edit_mode.png
Normal file
After Width: | Height: | Size: 718 B |
BIN
icons/element.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
icons/event.png
Normal file
After Width: | Height: | Size: 678 B |
BIN
icons/export.png
Normal file
After Width: | Height: | Size: 729 B |
BIN
icons/file.png
Normal file
After Width: | Height: | Size: 658 B |
BIN
icons/file_link.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
icons/folder.png
Normal file
After Width: | Height: | Size: 613 B |
BIN
icons/font.png
Normal file
After Width: | Height: | Size: 979 B |
BIN
icons/frase.png
Normal file
After Width: | Height: | Size: 737 B |
BIN
icons/frase_new.png
Normal file
After Width: | Height: | Size: 982 B |
BIN
icons/github.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
icons/gitlab.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
icons/heart.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
icons/history.png
Normal file
After Width: | Height: | Size: 987 B |
BIN
icons/idea.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
icons/image.png
Normal file
After Width: | Height: | Size: 858 B |
BIN
icons/image_link.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
icons/image_new.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
icons/imdb.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
icons/internet.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
icons/internetarchive.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
icons/invidious.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
icons/lbc.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
icons/lbry.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
icons/left.png
Normal file
After Width: | Height: | Size: 723 B |
BIN
icons/lemmy.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
icons/librapay.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
icons/linear.png
Normal file
After Width: | Height: | Size: 769 B |
BIN
icons/link.png
Normal file
After Width: | Height: | Size: 958 B |
BIN
icons/link_configure.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
icons/loc.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
icons/mastodon.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
icons/mesh.png
Normal file
After Width: | Height: | Size: 768 B |
BIN
icons/moriasrace.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
icons/multiuser.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
icons/mus.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
icons/new.png
Normal file
After Width: | Height: | Size: 860 B |
BIN
icons/new_file.png
Normal file
After Width: | Height: | Size: 901 B |
BIN
icons/node.png
Normal file
After Width: | Height: | Size: 804 B |
BIN
icons/notabug.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
icons/obj.png
Normal file
After Width: | Height: | Size: 676 B |
BIN
icons/obj_link.png
Normal file
After Width: | Height: | Size: 1,005 B |
BIN
icons/odysee.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
icons/ok.png
Normal file
After Width: | Height: | Size: 663 B |
BIN
icons/open.png
Normal file
After Width: | Height: | Size: 711 B |
BIN
icons/opengl.png
Normal file
After Width: | Height: | Size: 875 B |
BIN
icons/override.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
icons/patreon.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
icons/peertube.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
icons/pin.png
Normal file
After Width: | Height: | Size: 794 B |
BIN
icons/pixelfed.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
icons/proxy.png
Normal file
After Width: | Height: | Size: 906 B |
BIN
icons/pulse.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
icons/question.png
Normal file
After Width: | Height: | Size: 1,012 B |
BIN
icons/render.png
Normal file
After Width: | Height: | Size: 849 B |
BIN
icons/rendered.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
icons/rig.png
Normal file
After Width: | Height: | Size: 941 B |
BIN
icons/right.png
Normal file
After Width: | Height: | Size: 709 B |
BIN
icons/rocketchat.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
icons/rss.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
icons/scene.png
Normal file
After Width: | Height: | Size: 653 B |
BIN
icons/scene_new.png
Normal file
After Width: | Height: | Size: 912 B |
BIN
icons/schedule.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
icons/search.png
Normal file
After Width: | Height: | Size: 935 B |
BIN
icons/search_file.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
icons/send.png
Normal file
After Width: | Height: | Size: 792 B |
BIN
icons/server.png
Normal file
After Width: | Height: | Size: 892 B |
BIN
icons/server_close.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
icons/server_new.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
icons/settings.png
Normal file
After Width: | Height: | Size: 926 B |
BIN
icons/shot.png
Normal file
After Width: | Height: | Size: 1,002 B |
BIN
icons/shot_new.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
icons/star.png
Normal file
After Width: | Height: | Size: 897 B |
BIN
icons/stkaddons.png
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
icons/stop.png
Normal file
After Width: | Height: | Size: 590 B |
BIN
icons/storyboard.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
icons/test_rnd.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
icons/texture.png
Normal file
After Width: | Height: | Size: 651 B |
BIN
icons/theme.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
icons/unchecked.png
Normal file
After Width: | Height: | Size: 642 B |