Import initial du site depuis le serveur

This commit is contained in:
WhyKorp's server
2026-04-27 06:52:16 +00:00
parent 81b39e856b
commit f57f9fe1d5
1871 changed files with 214417 additions and 32138 deletions
-1
View File
@@ -1 +0,0 @@
../../program/resources
Binary file not shown.

After

Width:  |  Height:  |  Size: 54 B

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 B

Binary file not shown.
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Internal Error</title>
<style>
div {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-family: sans-serif;
}
p.admin {
font-style: italic;
font-size: 0.8em;
color: #888;
}
</style>
</head>
<body>
<div>
<h1>Oops... something went wrong!</h1>
<p>An internal error has occurred. Your request cannot be processed at this time.</p>
<p class="admin">For administrators: Please check the application and/or server error logs for more information.</p>
</div>
</body>
</html>
@@ -0,0 +1,82 @@
/* This file contains the CSS data for media file selector of TinyMCE */
#image-selector {
padding-bottom: 85px;
border: 1px solid transparent;
}
#image-selector.droptarget.hover,
#image-selector.droptarget.active {
border: 1px solid #019bc6;
}
#image-selector.droptarget.hover {
background-color: #d9ecf4;
}
#image-selector form {
position: absolute;
top: 0;
}
#image-selector .hint {
line-height: 25px;
color: #666;
font-size: 11px;
text-align: center;
}
#image-selector .upload-form {
text-align: center;
margin-bottom: 1rem;
}
#image-selector-list {
overflow-x: hidden;
overflow-y: auto;
padding: 0;
height: 250px;
}
#image-selector-list li {
line-height: 80px;
padding: 3px;
padding-left: 5px;
cursor: pointer;
overflow: hidden;
text-overflow: ellipsis;
background: none;
display:flex;
align-items: center;
margin-bottom: 1px;
}
#image-selector-list li:hover,
#image-selector-list li:focus {
background-color: #F0F0F0;
}
#image-selector-list li img {
vertical-align: middle;
max-height: 80px;
}
#image-selector-list li span.name {
font-weight: bold;
padding-left: 10px;
}
#image-selector-list li span.img {
height: 80px;
width: 80px;
min-width: 80px;
text-align: center;
overflow: hidden;
line-height: 80px;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
border: 1px solid #ddd;
}
@@ -0,0 +1,24 @@
/* This file contains the CSS data for the editable area(iframe) of TinyMCE */
body, td, pre {
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
body {
background-color: #fff;
margin: 4px;
}
div.pre {
margin: 0;
padding: 0;
font-family: monospace;
}
blockquote
{
border-left: #1010ff 2px solid;
margin: 0;
padding: 0 0.4em;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 463 B