AEOS Calvarium v0.5
6
themes/system/base.php
Executable file → Normal file
|
|
@ -2,12 +2,10 @@
|
|||
<body>
|
||||
<div id="general">
|
||||
<div id="header">
|
||||
<?php // Nom du site ?>
|
||||
<h1><?php echo AEOS_NAME; ?></h1>
|
||||
<?php // Description du site ?>
|
||||
<p><?php echo AEOS_DESC; ?></p>
|
||||
|
||||
<ul class="menu">
|
||||
<?php // Affichage du menu ?>
|
||||
<?php require_once('core/menu.php'); ?>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
@ -15,14 +13,12 @@
|
|||
<div id="corps">
|
||||
<div id="contentG">
|
||||
<p>
|
||||
<?php // Affichage du contenu des pages ?>
|
||||
<?php require_once('core/base.php'); ?>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<p>
|
||||
<?php // Affichage copyright du site ?>
|
||||
<?php require_once('core/footer.php'); ?>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
0
themes/system/config.xml
Executable file → Normal file
108
themes/system/css/fontello.css
vendored
Normal file
|
|
@ -0,0 +1,108 @@
|
|||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../fonts/fontello.eot?95931430');
|
||||
src: url('../fonts/fontello.eot?95931430#iefix') format('embedded-opentype'),
|
||||
url('../fonts/fontello.woff2?95931430') format('woff2'),
|
||||
url('../fonts/fontello.woff?95931430') format('woff'),
|
||||
url('../fonts/fontello.ttf?95931430') format('truetype'),
|
||||
url('../fonts/fontello.svg?95931430#fontello') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
|
||||
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
|
||||
/*
|
||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../font/fontello.svg?95931430#fontello') format('svg');
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
[class^="icon-"]:before, [class*=" icon-"]:before {
|
||||
font-family: "fontello";
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
speak: none;
|
||||
|
||||
display: inline-block;
|
||||
text-decoration: inherit;
|
||||
width: 1em;
|
||||
margin-right: .2em;
|
||||
text-align: center;
|
||||
/* opacity: .8; */
|
||||
|
||||
/* For safety - reset parent styles, that can break glyph codes*/
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
|
||||
/* fix buttons height, for twitter bootstrap */
|
||||
line-height: 1em;
|
||||
|
||||
/* Animation center compensation - margins should be symmetric */
|
||||
/* remove if not needed */
|
||||
margin-left: .2em;
|
||||
|
||||
/* you can be more comfortable with increased icons size */
|
||||
/* font-size: 120%; */
|
||||
|
||||
/* Font smoothing. That was taken from TWBS */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
/* Uncomment for 3D effect */
|
||||
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
||||
}
|
||||
|
||||
.icon-logout:before { content: '\e800'; } /* '' */
|
||||
.icon-th-list:before { content: '\e801'; } /* '' */
|
||||
.icon-cog:before { content: '\e802'; } /* '' */
|
||||
.icon-emo-unhappy:before { content: '\e803'; } /* '' */
|
||||
.icon-pencil:before { content: '\e804'; } /* '' */
|
||||
.icon-cancel:before { content: '\e805'; } /* '' */
|
||||
.icon-down-big:before { content: '\e806'; } /* '' */
|
||||
.icon-up-big:before { content: '\e807'; } /* '' */
|
||||
.icon-heart:before { content: '\e808'; } /* '' */
|
||||
.icon-home:before { content: '\e809'; } /* '' */
|
||||
.icon-plus:before { content: '\e80a'; } /* '' */
|
||||
.icon-login:before { content: '\e80b'; } /* '' */
|
||||
.icon-emo-happy:before { content: '\e80c'; } /* '' */
|
||||
.icon-link:before { content: '\e80d'; } /* '' */
|
||||
.icon-bold:before { content: '\e80e'; } /* '' */
|
||||
.icon-italic:before { content: '\e80f'; } /* '' */
|
||||
.icon-indent-left:before { content: '\e810'; } /* '' */
|
||||
.icon-indent-right:before { content: '\e811'; } /* '' */
|
||||
.icon-font:before { content: '\e812'; } /* '' */
|
||||
.icon-text-height:before { content: '\e813'; } /* '' */
|
||||
.icon-picture:before { content: '\e814'; } /* '' */
|
||||
.icon-align-left:before { content: '\e815'; } /* '' */
|
||||
.icon-ccw:before { content: '\e816'; } /* '' */
|
||||
.icon-cw:before { content: '\e817'; } /* '' */
|
||||
.icon-scissors:before { content: '\e818'; } /* '' */
|
||||
.icon-minus:before { content: '\e819'; } /* '' */
|
||||
.icon-tint:before { content: '\e81a'; } /* '' */
|
||||
.icon-videocam:before { content: '\e81b'; } /* '' */
|
||||
.icon-align-center:before { content: '\e81c'; } /* '' */
|
||||
.icon-align-right:before { content: '\e81d'; } /* '' */
|
||||
.icon-align-justify:before { content: '\e81e'; } /* '' */
|
||||
.icon-adjust:before { content: '\e81f'; } /* '' */
|
||||
.icon-list-bullet:before { content: '\f0ca'; } /* '' */
|
||||
.icon-list-numbered:before { content: '\f0cb'; } /* '' */
|
||||
.icon-strike:before { content: '\f0cc'; } /* '' */
|
||||
.icon-underline:before { content: '\f0cd'; } /* '' */
|
||||
.icon-table:before { content: '\f0ce'; } /* '' */
|
||||
.icon-magic:before { content: '\f0d0'; } /* '' */
|
||||
.icon-upload-cloud:before { content: '\f0ee'; } /* '' */
|
||||
.icon-circle:before { content: '\f111'; } /* '' */
|
||||
.icon-code:before { content: '\f121'; } /* '' */
|
||||
.icon-unlink:before { content: '\f127'; } /* '' */
|
||||
.icon-info:before { content: '\f129'; } /* '' */
|
||||
.icon-superscript:before { content: '\f12b'; } /* '' */
|
||||
.icon-subscript:before { content: '\f12c'; } /* '' */
|
||||
.icon-puzzle:before { content: '\f12e'; } /* '' */
|
||||
.icon-doc-inv:before { content: '\f15b'; } /* '' */
|
||||
.icon-right:before { content: '\f178'; } /* '' */
|
||||
.icon-cubes:before { content: '\f1b3'; } /* '' */
|
||||
.icon-recycle:before { content: '\f1b8'; } /* '' */
|
||||
.icon-paragraph:before { content: '\f1dd'; } /* '' */
|
||||
0
themes/system/edition.php
Executable file → Normal file
BIN
themes/system/fonts/fontello.eot
Normal file
112
themes/system/fonts/fontello.svg
Normal file
|
|
@ -0,0 +1,112 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>Copyright (C) 2018 by original authors @ fontello.com</metadata>
|
||||
<defs>
|
||||
<font id="fontello" horiz-adv-x="1000" >
|
||||
<font-face font-family="fontello" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
|
||||
<missing-glyph horiz-adv-x="1000" />
|
||||
<glyph glyph-name="logout" unicode="" d="M357 46q0-2 1-11t0-14-2-14-5-11-12-3h-178q-67 0-114 47t-47 114v392q0 67 47 114t114 47h178q8 0 13-5t5-13q0-2 1-11t0-15-2-13-5-11-12-3h-178q-37 0-63-26t-27-64v-392q0-37 27-63t63-27h174t6 0 7-2 4-3 4-5 1-8z m518 304q0-14-11-25l-303-304q-11-10-25-10t-25 10-11 25v161h-250q-14 0-25 11t-11 25v214q0 15 11 25t25 11h250v161q0 14 11 25t25 10 25-10l303-304q11-10 11-25z" horiz-adv-x="928.6" />
|
||||
|
||||
<glyph glyph-name="th-list" unicode="" d="M286 154v-108q0-22-16-37t-38-16h-178q-23 0-38 16t-16 37v108q0 22 16 38t38 15h178q23 0 38-15t16-38z m0 285v-107q0-22-16-38t-38-15h-178q-23 0-38 15t-16 38v107q0 23 16 38t38 16h178q23 0 38-16t16-38z m714-285v-108q0-22-16-37t-38-16h-535q-23 0-38 16t-16 37v108q0 22 16 38t38 15h535q23 0 38-15t16-38z m-714 571v-107q0-22-16-38t-38-16h-178q-23 0-38 16t-16 38v107q0 22 16 38t38 16h178q23 0 38-16t16-38z m714-286v-107q0-22-16-38t-38-15h-535q-23 0-38 15t-16 38v107q0 23 16 38t38 16h535q23 0 38-16t16-38z m0 286v-107q0-22-16-38t-38-16h-535q-23 0-38 16t-16 38v107q0 22 16 38t38 16h535q23 0 38-16t16-38z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="cog" unicode="" d="M571 350q0 59-41 101t-101 42-101-42-42-101 42-101 101-42 101 42 41 101z m286 61v-124q0-7-4-13t-11-7l-104-16q-10-30-21-51 19-27 59-77 6-6 6-13t-5-13q-15-21-55-61t-53-39q-7 0-14 5l-77 60q-25-13-51-21-9-76-16-104-4-16-20-16h-124q-8 0-14 5t-6 12l-16 103q-27 9-50 21l-79-60q-6-5-14-5-8 0-14 6-70 64-92 94-4 5-4 13 0 6 5 12 8 12 28 37t30 40q-15 28-23 55l-102 15q-7 1-11 7t-5 13v124q0 7 5 13t10 7l104 16q8 25 22 51-23 32-60 77-6 7-6 14 0 5 5 12 15 20 55 60t53 40q7 0 15-5l77-60q24 13 50 21 9 76 17 104 3 16 20 16h124q7 0 13-5t7-12l15-103q28-9 51-20l79 59q5 5 13 5 7 0 14-5 72-67 92-95 4-5 4-12 0-7-4-13-9-12-29-37t-30-40q15-28 23-54l102-16q7-1 12-7t4-13z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="emo-unhappy" unicode="" d="M261 800c-60 0-109-65-109-144 0-80 49-145 109-145s110 65 110 145c0 79-49 144-110 144z m477 0c-61 0-110-65-110-144 0-80 49-145 110-145 60 0 110 65 110 145 0 79-50 144-110 144z m-244-599c-165 0-331-62-461-184l-3-3c-6-5-11-10-14-14-21-21-21-55-1-76 21-21 54-21 75-1l12 12 3 3c111 105 254 157 396 155 143-1 285-56 396-165 4-4 8-8 12-12 20-21 54-21 74-1 21 21 21 55 1 77-5 5-9 10-14 14-131 129-299 194-468 195-3 0-6 0-8 0z" horiz-adv-x="999" />
|
||||
|
||||
<glyph glyph-name="pencil" unicode="" d="M203-7l50 51-131 131-51-51v-60h72v-71h60z m291 518q0 12-12 12-5 0-9-4l-303-302q-4-4-4-10 0-12 13-12 5 0 9 4l303 302q3 4 3 10z m-30 107l232-232-464-465h-232v233z m381-54q0-29-20-50l-93-93-232 233 93 92q20 21 50 21 29 0 51-21l131-131q20-22 20-51z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="cancel" unicode="" d="M724 112q0-22-15-38l-76-76q-16-15-38-15t-38 15l-164 165-164-165q-16-15-38-15t-38 15l-76 76q-16 16-16 38t16 38l164 164-164 164q-16 16-16 38t16 38l76 76q16 16 38 16t38-16l164-164 164 164q16 16 38 16t38-16l76-76q15-15 15-38t-15-38l-164-164 164-164q15-15 15-38z" horiz-adv-x="785.7" />
|
||||
|
||||
<glyph glyph-name="down-big" unicode="" d="M899 386q0-30-21-50l-363-364q-22-21-51-21-29 0-50 21l-363 364q-21 20-21 50 0 29 21 51l41 41q22 21 51 21 29 0 50-21l164-164v393q0 29 21 50t51 22h71q29 0 50-22t21-50v-393l165 164q20 21 50 21 29 0 51-21l41-41q21-22 21-51z" horiz-adv-x="928.6" />
|
||||
|
||||
<glyph glyph-name="up-big" unicode="" d="M899 308q0-28-21-50l-41-42q-22-21-51-21-30 0-50 21l-165 164v-393q0-29-20-47t-51-19h-71q-30 0-51 19t-21 47v393l-164-164q-20-21-50-21t-50 21l-42 42q-21 21-21 50 0 30 21 51l363 363q20 21 50 21 30 0 51-21l363-363q21-22 21-51z" horiz-adv-x="928.6" />
|
||||
|
||||
<glyph glyph-name="heart" unicode="" d="M500-79q-14 0-25 10l-348 336q-5 5-15 15t-31 37-38 54-30 67-13 77q0 123 71 192t196 70q34 0 70-12t67-33 54-38 42-38q20 20 42 38t54 38 67 33 70 12q125 0 196-70t71-192q0-123-128-251l-347-335q-10-10-25-10z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="home" unicode="" d="M786 296v-267q0-15-11-25t-25-11h-214v214h-143v-214h-214q-15 0-25 11t-11 25v267q0 1 0 2t0 2l321 264 321-264q1-1 1-4z m124 39l-34-41q-5-5-12-6h-2q-7 0-12 3l-386 322-386-322q-7-4-13-3-7 1-12 6l-35 41q-4 6-3 13t6 12l401 334q18 15 42 15t43-15l136-113v108q0 8 5 13t13 5h107q8 0 13-5t5-13v-227l122-102q6-4 6-12t-4-13z" horiz-adv-x="928.6" />
|
||||
|
||||
<glyph glyph-name="plus" unicode="" d="M786 439v-107q0-22-16-38t-38-15h-232v-233q0-22-16-37t-38-16h-107q-22 0-38 16t-15 37v233h-232q-23 0-38 15t-16 38v107q0 23 16 38t38 16h232v232q0 22 15 38t38 16h107q23 0 38-16t16-38v-232h232q23 0 38-16t16-38z" horiz-adv-x="785.7" />
|
||||
|
||||
<glyph glyph-name="login" unicode="" d="M661 350q0-14-11-25l-303-304q-11-10-26-10t-25 10-10 25v161h-250q-15 0-25 11t-11 25v214q0 15 11 25t25 11h250v161q0 14 10 25t25 10 26-10l303-304q11-10 11-25z m196 196v-392q0-67-47-114t-114-47h-178q-7 0-13 5t-5 13q0 2-1 11t0 15 2 13 5 11 12 3h178q37 0 64 27t26 63v392q0 37-26 64t-64 26h-174t-6 0-6 2-5 3-4 5-1 8q0 2-1 11t0 15 2 13 5 11 12 3h178q67 0 114-47t47-114z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="emo-happy" unicode="" d="M261 800c-60 0-109-65-109-144 0-80 49-145 109-145s110 65 110 145c0 79-49 144-110 144z m477 0c-61 0-110-65-110-144 0-80 49-145 110-145 60 0 110 65 110 145 0 79-50 144-110 144z m208-599c-13 0-27-5-37-16-4-4-8-8-12-12-111-109-253-164-396-165-142-2-285 50-396 155l-3 3-12 12c-21 21-54 20-75-1-20-21-20-55 1-76 3-4 8-8 14-14l3-3c132-124 301-186 469-184 169 1 337 67 468 195 5 5 9 10 14 14 20 22 20 56-1 77-10 10-23 15-37 15z" horiz-adv-x="999" />
|
||||
|
||||
<glyph glyph-name="link" unicode="" d="M813 171q0 23-16 38l-116 116q-16 16-38 16-24 0-40-18 1-1 10-10t12-12 9-11 7-14 2-15q0-23-16-38t-38-16q-8 0-15 2t-14 7-11 9-12 12-10 10q-19-17-19-40 0-23 16-38l115-116q15-15 38-15 22 0 38 15l82 81q16 16 16 37z m-393 394q0 22-15 38l-115 115q-16 16-38 16-22 0-38-15l-82-82q-16-15-16-37 0-22 16-38l116-116q15-15 38-15 23 0 40 17-2 2-11 11t-12 12-8 10-7 14-2 16q0 22 15 38t38 15q9 0 16-2t14-7 11-8 12-12 10-11q18 17 18 41z m500-394q0-66-48-113l-82-81q-46-47-113-47-68 0-114 48l-115 115q-46 47-46 114 0 68 49 116l-49 49q-48-49-116-49-67 0-114 47l-116 116q-47 47-47 114t47 113l82 82q47 46 114 46 67 0 114-47l115-116q46-46 46-113 0-69-49-117l49-49q48 49 116 49 67 0 114-47l116-116q47-47 47-114z" horiz-adv-x="928.6" />
|
||||
|
||||
<glyph glyph-name="bold" unicode="" d="M310 1q41-18 78-18 210 0 210 187 0 64-23 101-15 24-34 41t-38 26-45 14-47 6-53 1q-40 0-56-6 0-29 0-88t-1-88q0-5 0-38t0-54 2-47 7-37z m-8 417q23-4 61-4 46 0 80 7t61 25 42 50 14 79q0 39-16 68t-45 46-60 24-69 8q-28 0-73-7 0-28 3-84t2-85q0-15 0-45t-1-44q0-26 1-38z m-302-497l1 53q9 2 48 9t59 15q4 7 7 15t4 19 4 18 1 21 0 19v36q0 548-12 572-2 5-12 8t-25 6-28 4-27 3-17 2l-2 46q55 1 190 6t208 6q13 0 38-1t38 0q39 0 76-7t72-24 60-39 41-59 16-76q0-29-9-54t-22-40-36-32-41-25-47-22q86-20 144-75t57-138q0-56-20-101t-52-72-77-48-91-27-98-8q-25 0-74 2t-74 1q-59 0-171-6t-129-7z" horiz-adv-x="785.7" />
|
||||
|
||||
<glyph glyph-name="italic" unicode="" d="M0-78l10 48q12 4 34 9t40 11 33 13q16 19 23 56 1 4 35 162t63 303 29 165v14q-13 8-30 11t-39 4-32 3l10 58q19-1 67-4t84-4 67-1q27 0 55 1t68 4 54 4q-2-22-10-50-17-6-57-16t-60-19q-5-10-8-23t-5-23-4-25-4-24q-15-82-49-234t-43-198q-1-5-7-32t-11-51-9-46-4-32l1-10q9-3 103-18-2-24-9-55-6 0-18-1t-18-1q-16 0-49 6t-48 6q-77 1-115 1-28 0-79-5t-68-7z" horiz-adv-x="571.4" />
|
||||
|
||||
<glyph glyph-name="indent-left" unicode="" d="M214 546v-321q0-7-5-13t-13-5q-7 0-12 5l-161 161q-5 5-5 13t5 13l161 160q5 5 12 5 8 0 13-5t5-13z m786-428v-107q0-7-5-13t-13-5h-964q-7 0-13 5t-5 13v107q0 7 5 12t13 6h964q7 0 13-6t5-12z m0 214v-107q0-7-5-13t-13-5h-607q-7 0-13 5t-5 13v107q0 7 5 13t13 5h607q7 0 13-5t5-13z m0 214v-107q0-7-5-12t-13-6h-607q-7 0-13 6t-5 12v107q0 8 5 13t13 5h607q7 0 13-5t5-13z m0 215v-107q0-8-5-13t-13-5h-964q-7 0-13 5t-5 13v107q0 7 5 12t13 6h964q7 0 13-6t5-12z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="indent-right" unicode="" d="M196 386q0-8-5-13l-160-161q-5-5-13-5-7 0-13 5t-5 13v321q0 8 5 13t13 5q8 0 13-5l160-160q5-5 5-13z m804-268v-107q0-7-5-13t-13-5h-964q-7 0-13 5t-5 13v107q0 7 5 12t13 6h964q7 0 13-6t5-12z m0 214v-107q0-7-5-13t-13-5h-607q-7 0-13 5t-5 13v107q0 7 5 13t13 5h607q7 0 13-5t5-13z m0 214v-107q0-7-5-12t-13-6h-607q-7 0-13 6t-5 12v107q0 8 5 13t13 5h607q7 0 13-5t5-13z m0 215v-107q0-8-5-13t-13-5h-964q-7 0-13 5t-5 13v107q0 7 5 12t13 6h964q7 0 13-6t5-12z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="font" unicode="" d="M405 538l-95-251q18 0 76-1t89-1q11 0 32 1-48 141-102 252z m-405-617l1 44q13 4 31 7t32 6 28 8 25 17 17 28l132 344 156 404h72q4-8 6-12l114-268q19-43 60-144t63-153q9-19 33-80t40-94q11-26 19-32 11-9 49-17t47-11q4-22 4-32 0-3-1-8t0-7q-35 0-106 5t-107 4q-42 0-120-4t-99-4q0 24 2 43l73 16q1 0 7 1t9 2 8 3 9 4 6 4 5 6 1 8q0 9-17 54t-40 99-24 56l-251 1q-14-32-43-109t-28-91q0-12 8-21t24-14 27-7 32-5 23-2q1-11 1-32 0-5-1-16-33 0-98 6t-97 6q-5 0-15-3t-12-2q-45-8-105-8z" horiz-adv-x="928.6" />
|
||||
|
||||
<glyph glyph-name="text-height" unicode="" d="M973 64q19 0 24-10t-6-25l-71-90q-11-15-27-15t-27 15l-71 90q-11 15-6 25t24 10h44v572h-44q-19 0-24 10t6 25l71 90q11 15 27 15t27-15l71-90q11-15 6-25t-24-10h-44v-572h44z m-928 714l30-15q7-3 118-3 25 0 74 1t73 1q21 0 60 0t60 0h164q3 0 12 0t11 0 9 1 10 5 8 10l24 1q2 0 7-1t8 0q1-62 1-187 0-45-2-61-22-8-38-10-14 24-31 71-1 5-6 27t-8 41-4 20q-3 4-7 7t-8 3-8 1-10 1-9-1q-9 0-37 1t-41 0-36-1-40-3q-5-46-4-76 0-53 1-217t1-254q0-9-1-40t0-51 7-38q22-12 69-24t67-21q2-22 2-28 0-8-1-16l-19-1q-43-1-122 5t-115 5q-28 0-85-5t-84-5q-2 29-2 29v5q9 15 34 24t55 17 44 15q10 23 10 213 0 57-1 170t-2 169v65q0 1 0 9t1 14-1 14-2 13-2 8q-7 7-91 7-18 0-52-7t-44-15q-11-7-19-40t-18-62-24-30q-23 15-31 25v214z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="picture" unicode="" d="M357 529q0-45-31-76t-76-32-76 32-31 76 31 76 76 31 76-31 31-76z m572-215v-250h-786v107l178 179 90-89 285 285z m53 393h-893q-7 0-12-5t-6-13v-678q0-7 6-13t12-5h893q7 0 13 5t5 13v678q0 8-5 13t-13 5z m89-18v-678q0-37-26-63t-63-27h-893q-36 0-63 27t-26 63v678q0 37 26 63t63 27h893q37 0 63-27t26-63z" horiz-adv-x="1071.4" />
|
||||
|
||||
<glyph glyph-name="align-left" unicode="" d="M1000 100v-71q0-15-11-25t-25-11h-928q-15 0-25 11t-11 25v71q0 15 11 25t25 11h928q15 0 25-11t11-25z m-214 214v-71q0-15-11-25t-25-11h-714q-15 0-25 11t-11 25v71q0 15 11 25t25 11h714q15 0 25-11t11-25z m143 215v-72q0-14-11-25t-25-11h-857q-15 0-25 11t-11 25v72q0 14 11 25t25 10h857q14 0 25-10t11-25z m-215 214v-72q0-14-10-25t-25-10h-643q-15 0-25 10t-11 25v72q0 14 11 25t25 11h643q14 0 25-11t10-25z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="ccw" unicode="" d="M857 350q0-87-34-166t-91-137-137-92-166-34q-96 0-183 41t-147 114q-4 6-4 13t5 11l76 77q6 5 14 5 9-1 13-7 41-53 100-82t126-29q58 0 110 23t92 61 61 91 22 111-22 111-61 91-92 61-110 23q-55 0-105-20t-90-57l77-77q17-16 8-38-10-23-33-23h-250q-15 0-25 11t-11 25v250q0 24 22 33 22 10 39-8l72-72q60 57 137 88t159 31q87 0 166-34t137-92 91-137 34-166z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="cw" unicode="" d="M857 707v-250q0-14-10-25t-26-11h-250q-23 0-32 23-10 22 7 38l77 77q-82 77-194 77-58 0-111-23t-91-61-61-91-23-111 23-111 61-91 91-61 111-23q66 0 125 29t100 82q4 6 13 7 8 0 14-5l76-77q5-4 6-11t-5-13q-60-74-147-114t-182-41q-87 0-167 34t-136 92-92 137-34 166 34 166 92 137 136 92 167 34q82 0 158-31t137-88l72 72q17 18 39 8 22-9 22-33z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="scissors" unicode="" d="M536 350q14 0 25-11t10-25-10-25-25-10-25 10-11 25 11 25 25 11z m167-36l283-222q16-11 14-31-3-20-19-28l-72-36q-7-4-16-4-10 0-17 4l-385 216-62-36q-4-3-7-3 8-28 6-54-4-43-31-83t-74-69q-74-47-154-47-76 0-124 44-51 47-44 116 4 42 31 82t73 69q74 47 155 47 46 0 84-18 5 8 13 13l68 40-68 41q-8 5-13 12-38-17-84-17-81 0-155 47-46 30-73 69t-31 82q-3 33 8 63t36 52q47 44 124 44 80 0 154-47 46-29 74-68t31-83q2-27-6-54 3-1 7-3l62-37 385 216q7 5 17 5 9 0 16-4l72-36q16-9 19-28 2-20-14-32z m-380 145q26 24 12 61t-59 65q-52 33-107 33-42 0-63-20-26-24-12-60t59-66q51-33 107-33 41 0 63 20z m-47-415q45 28 59 65t-12 60q-22 20-63 20-56 0-107-33-45-28-59-65t12-60q21-20 63-20 55 0 107 33z m99 342l54-33v7q0 20 18 31l8 4-44 26-15-14q-1-2-5-6t-7-7q-1-1-2-2t-2-1z m125-125l54-18 410 321-71 36-429-240v-64l-89-53 5-5q1-1 4-3 2-2 6-7t6-6l15-15z m393-232l71 35-290 228-99-77q-1-2-7-4z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="minus" unicode="" d="M786 439v-107q0-22-16-38t-38-15h-678q-23 0-38 15t-16 38v107q0 23 16 38t38 16h678q23 0 38-16t16-38z" horiz-adv-x="785.7" />
|
||||
|
||||
<glyph glyph-name="tint" unicode="" d="M286 207q0 20-11 39-1 0-9 12t-14 21-14 25-12 28q-2 9-12 9t-11-9q-4-13-12-28t-14-25-14-21-9-12q-11-19-11-39 0-29 21-50t50-21 51 21 21 50z m285 72q0-119-83-202t-202-84-202 84-84 202q0 81 45 153 4 5 35 51t56 84 56 99 46 113q5 16 19 26t29 9 29-9 18-26q16-52 47-113t55-99 56-84 35-51q45-71 45-153z" horiz-adv-x="571.4" />
|
||||
|
||||
<glyph glyph-name="videocam" unicode="" d="M1000 654v-608q0-23-22-32-7-3-14-3-15 0-25 10l-225 225v-92q0-67-47-114t-113-47h-393q-67 0-114 47t-47 114v392q0 67 47 114t114 47h393q66 0 113-47t47-114v-92l225 225q10 10 25 10 7 0 14-2 22-10 22-33z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="align-center" unicode="" d="M1000 100v-71q0-15-11-25t-25-11h-928q-15 0-25 11t-11 25v71q0 15 11 25t25 11h928q15 0 25-11t11-25z m-214 214v-71q0-15-11-25t-25-11h-500q-14 0-25 11t-11 25v71q0 15 11 25t25 11h500q15 0 25-11t11-25z m143 215v-72q0-14-11-25t-25-11h-786q-14 0-25 11t-11 25v72q0 14 11 25t25 10h786q14 0 25-10t11-25z m-215 214v-72q0-14-10-25t-25-10h-358q-14 0-25 10t-10 25v72q0 14 10 25t25 11h358q14 0 25-11t10-25z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="align-right" unicode="" d="M1000 100v-71q0-15-11-25t-25-11h-928q-15 0-25 11t-11 25v71q0 15 11 25t25 11h928q15 0 25-11t11-25z m0 214v-71q0-15-11-25t-25-11h-714q-14 0-25 11t-11 25v71q0 15 11 25t25 11h714q15 0 25-11t11-25z m0 215v-72q0-14-11-25t-25-11h-857q-14 0-25 11t-11 25v72q0 14 11 25t25 10h857q15 0 25-10t11-25z m0 214v-72q0-14-11-25t-25-10h-643q-14 0-25 10t-10 25v72q0 14 10 25t25 11h643q15 0 25-11t11-25z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="align-justify" unicode="" d="M1000 100v-71q0-15-11-25t-25-11h-928q-15 0-25 11t-11 25v71q0 15 11 25t25 11h928q15 0 25-11t11-25z m0 214v-71q0-15-11-25t-25-11h-928q-15 0-25 11t-11 25v71q0 15 11 25t25 11h928q15 0 25-11t11-25z m0 215v-72q0-14-11-25t-25-11h-928q-15 0-25 11t-11 25v72q0 14 11 25t25 10h928q15 0 25-10t11-25z m0 214v-72q0-14-11-25t-25-10h-928q-15 0-25 10t-11 25v72q0 14 11 25t25 11h928q15 0 25-11t11-25z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="adjust" unicode="" d="M429 46v608q-83 0-153-41t-110-111-41-152 41-152 110-111 153-41z m428 304q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="list-bullet" unicode="" d="M214 64q0-44-31-76t-76-31-76 31-31 76 31 76 76 31 76-31 31-76z m0 286q0-45-31-76t-76-31-76 31-31 76 31 76 76 31 76-31 31-76z m786-232v-107q0-7-5-13t-13-5h-678q-8 0-13 5t-5 13v107q0 7 5 12t13 6h678q7 0 13-6t5-12z m-786 518q0-45-31-76t-76-31-76 31-31 76 31 76 76 31 76-31 31-76z m786-232v-108q0-7-5-12t-13-5h-678q-8 0-13 5t-5 12v108q0 7 5 12t13 5h678q7 0 13-5t5-12z m0 285v-107q0-7-5-12t-13-6h-678q-8 0-13 6t-5 12v107q0 8 5 13t13 5h678q7 0 13-5t5-13z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="list-numbered" unicode="" d="M213-54q0-45-31-70t-75-26q-60 0-96 37l31 49q28-25 60-25 16 0 28 8t12 24q0 35-59 31l-14 31q4 6 18 24t24 31 20 21v1q-9 0-27-1t-27 0v-30h-59v85h186v-49l-53-65q28-6 45-27t17-49z m1 350v-89h-202q-4 20-4 30 0 29 14 52t31 38 37 27 31 24 14 25q0 14-9 22t-22 7q-25 0-45-32l-47 33q13 28 40 44t59 16q40 0 68-23t28-63q0-28-19-51t-42-36-42-28-20-30h71v34h59z m786-178v-107q0-7-5-13t-13-5h-678q-8 0-13 5t-5 13v107q0 8 5 13t13 5h678q7 0 13-6t5-12z m-786 502v-56h-187v56h60q0 22 0 67t1 68v7h-1q-5-10-28-30l-40 42 76 71h59v-225h60z m786-216v-108q0-7-5-12t-13-5h-678q-8 0-13 5t-5 12v108q0 7 5 12t13 5h678q7 0 13-5t5-12z m0 285v-107q0-7-5-12t-13-6h-678q-8 0-13 6t-5 12v107q0 8 5 13t13 5h678q7 0 13-5t5-13z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="strike" unicode="" d="M982 350q8 0 13-5t5-13v-36q0-7-5-12t-13-5h-964q-8 0-13 5t-5 12v36q0 8 5 13t13 5h964z m-712 36q-16 19-29 44-27 55-27 105 0 101 75 173 74 71 219 71 28 0 94-11 36-7 98-27 6-21 12-66 8-68 8-102 0-10-3-25l-7-2-46 4-8 1q-28 83-58 114-49 51-117 51-64 0-101-33-38-32-38-81 0-41 37-78t156-72q38-12 96-37 33-16 53-29h-414z m283-143h229q4-22 4-51 0-62-23-119-13-31-40-58-20-19-61-45-44-27-85-37-45-12-113-12-64 0-109 13l-78 23q-32 8-40 15-5 5-5 12v8q0 60-1 87 0 17 0 38l1 20v25l57 1q8-19 17-40t12-31 7-15q20-32 45-52 24-20 59-32 33-12 73-12 36 0 78 15 43 14 68 48 26 34 26 72 0 47-45 87-19 16-76 40z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="underline" unicode="" d="M27 726q-21 1-25 2l-2 49q7 1 22 1 34 0 63-3 74-4 93-4 47 0 93 2 65 2 82 3 31 0 48 1l-1-8 1-36v-5q-33-5-69-5-33 0-44-14-7-7-7-73 0-7 0-18t0-15l1-127 8-157q3-69 28-112 20-33 54-52 49-26 98-26 59 0 107 16 31 10 55 28 27 20 37 36 20 31 29 63 12 41 12 128 0 44-2 72t-6 68-8 89l-2 33q-3 37-13 49-19 20-43 19l-56-1-8 2 1 48h47l114-6q43-2 110 6l10-1q3-22 3-29 0-4-2-17-25-7-47-8-41-6-44-9-8-8-8-23 0-4 0-15t1-17q5-11 13-221 3-109-9-170-8-42-23-68-21-36-62-69-42-31-102-49-61-19-142-19-93 0-159 26-66 26-99 68-34 42-47 109-9 45-9 132v186q0 105-9 119-14 20-82 22z m830-787v36q0 8-5 13t-13 5h-821q-8 0-13-5t-5-13v-36q0-8 5-13t13-5h821q8 0 13 5t5 13z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="table" unicode="" d="M286 82v107q0 8-5 13t-13 5h-179q-7 0-12-5t-6-13v-107q0-8 6-13t12-5h179q8 0 13 5t5 13z m0 214v108q0 7-5 12t-13 5h-179q-7 0-12-5t-6-12v-108q0-7 6-12t12-5h179q8 0 13 5t5 12z m285-214v107q0 8-5 13t-12 5h-179q-8 0-13-5t-5-13v-107q0-8 5-13t13-5h179q7 0 12 5t5 13z m-285 429v107q0 8-5 13t-13 5h-179q-7 0-12-5t-6-13v-107q0-8 6-13t12-5h179q8 0 13 5t5 13z m285-215v108q0 7-5 12t-12 5h-179q-8 0-13-5t-5-12v-108q0-7 5-12t13-5h179q7 0 12 5t5 12z m286-214v107q0 8-5 13t-13 5h-178q-8 0-13-5t-5-13v-107q0-8 5-13t13-5h178q8 0 13 5t5 13z m-286 429v107q0 8-5 13t-12 5h-179q-8 0-13-5t-5-13v-107q0-8 5-13t13-5h179q7 0 12 5t5 13z m286-215v108q0 7-5 12t-13 5h-178q-8 0-13-5t-5-12v-108q0-7 5-12t13-5h178q8 0 13 5t5 12z m0 215v107q0 8-5 13t-13 5h-178q-8 0-13-5t-5-13v-107q0-8 5-13t13-5h178q8 0 13 5t5 13z m72 178v-607q0-37-27-63t-63-26h-750q-36 0-63 26t-26 63v607q0 37 26 63t63 27h750q37 0 63-27t27-63z" horiz-adv-x="928.6" />
|
||||
|
||||
<glyph glyph-name="magic" unicode="" d="M664 526l164 163-60 60-164-163z m250 163q0-15-10-25l-718-718q-10-10-25-10t-25 10l-111 111q-10 10-10 25t10 25l718 718q10 10 25 10t25-10l111-111q10-10 10-25z m-754 106l54-16-54-17-17-55-17 55-55 17 55 16 17 55z m195-90l109-34-109-33-34-109-33 109-109 33 109 34 33 109z m519-267l55-17-55-16-17-55-17 55-54 16 54 17 17 55z m-357 357l54-16-54-17-17-55-17 55-54 17 54 16 17 55z" horiz-adv-x="928.6" />
|
||||
|
||||
<glyph glyph-name="upload-cloud" unicode="" d="M714 368q0 8-5 13l-196 196q-5 5-13 5t-13-5l-196-196q-5-6-5-13 0-8 5-13t13-5h125v-196q0-8 5-13t12-5h108q7 0 12 5t5 13v196h125q8 0 13 5t5 13z m357-161q0-89-62-151t-152-63h-607q-103 0-177 73t-73 177q0 72 39 134t105 92q-1 17-1 24 0 118 84 202t202 84q87 0 159-49t105-129q40 35 93 35 59 0 101-42t42-101q0-43-23-77 72-17 119-76t46-133z" horiz-adv-x="1071.4" />
|
||||
|
||||
<glyph glyph-name="circle" unicode="" d="M857 350q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="code" unicode="" d="M344 69l-28-28q-5-5-12-5t-13 5l-260 261q-6 5-6 12t6 13l260 260q5 6 13 6t12-6l28-28q6-5 6-13t-6-12l-219-220 219-219q6-6 6-13t-6-13z m330 596l-208-721q-2-7-9-11t-13-1l-34 9q-8 3-11 9t-2 14l209 720q2 8 8 11t13 2l35-10q7-2 11-9t1-13z m367-363l-260-261q-6-5-13-5t-13 5l-28 28q-5 6-5 13t5 13l219 219-219 220q-5 5-5 12t5 13l28 28q6 6 13 6t13-6l260-260q5-5 5-13t-5-12z" horiz-adv-x="1071.4" />
|
||||
|
||||
<glyph glyph-name="unlink" unicode="" d="M245 141l-143-143q-6-5-13-5t-12 5q-6 6-6 13t6 13l142 142q6 5 13 5t13-5q5-5 5-12t-5-13z m94-23v-179q0-8-5-13t-13-5-12 5-5 13v179q0 8 5 13t12 5 13-5 5-13z m-125 125q0-8-5-13t-13-5h-178q-8 0-13 5t-5 13 5 13 13 5h178q8 0 13-5t5-13z m706-72q0-66-48-113l-82-81q-46-47-113-47-68 0-114 48l-186 187q-12 12-24 31l134 10 152-153q15-15 38-15t38 15l82 81q16 16 16 37 0 23-16 38l-153 154 10 133q20-11 31-23l188-188q47-48 47-114z m-345 404l-133-10-152 153q-16 16-38 16-22 0-38-15l-82-82q-16-15-16-37 0-22 16-38l153-153-10-134q-20 12-32 24l-187 187q-47 48-47 114 0 67 47 113l82 82q47 46 114 46 67 0 114-47l186-187q12-12 23-32z m354-46q0-8-5-13t-13-5h-179q-8 0-13 5t-5 13 5 12 13 5h179q8 0 13-5t5-12z m-304 303v-178q0-8-5-13t-13-5-13 5-5 13v178q0 8 5 13t13 5 13-5 5-13z m227-84l-143-143q-6-5-13-5t-12 5q-5 6-5 13t5 13l143 143q5 5 12 5t13-5q5-6 5-13t-5-13z" horiz-adv-x="928.6" />
|
||||
|
||||
<glyph glyph-name="info" unicode="" d="M357 100v-71q0-15-10-25t-26-11h-285q-15 0-25 11t-11 25v71q0 15 11 25t25 11h35v214h-35q-15 0-25 11t-11 25v71q0 15 11 25t25 11h214q15 0 25-11t11-25v-321h35q15 0 26-11t10-25z m-71 643v-107q0-15-11-25t-25-11h-143q-14 0-25 11t-11 25v107q0 14 11 25t25 11h143q15 0 25-11t11-25z" horiz-adv-x="357.1" />
|
||||
|
||||
<glyph glyph-name="superscript" unicode="" d="M501 86v-93h-139l-89 141-13 23q-4 5-6 12h-2q0-2-1-4t-2-4-2-4q-5-11-14-25l-86-139h-144v93h71l110 162-103 152h-76v94h154l77-127q1-2 13-24 4-5 6-11h2q1 5 6 11l14 24 78 127h143v-94h-69l-103-149 114-165h61z m355 379v-115h-287l-1 15q-3 16-3 26 0 36 15 65t36 48 47 37 47 30 36 30 15 36q0 21-17 35t-39 13q-29 0-54-21-8-6-20-22l-59 52q15 20 35 37 47 36 105 36 61 0 99-33t38-89q0-31-13-57t-35-43-45-33-46-28-37-28-17-36h130v45h70z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="subscript" unicode="" d="M501 86v-93h-139l-89 141-13 23q-4 5-6 12h-2q0-2-1-4t-2-4-2-4q-5-11-14-25l-86-139h-144v93h71l110 162-103 152h-76v94h154l77-127q1-2 13-24 4-5 6-11h2q1 5 6 11l14 24 78 127h143v-94h-69l-103-149 114-165h61z m356-121v-115h-287l-2 15q-2 25-2 26 0 35 15 65t36 48 47 37 47 30 36 30 15 36q0 21-17 35t-39 13q-28 0-54-21-8-6-20-22l-59 52q15 20 35 37 45 36 105 36 62 0 100-33t37-89q0-37-19-66t-47-48-55-35-49-35-23-41h130v45h70z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="puzzle" unicode="" d="M929 237q0-45-25-75t-69-30q-23 0-43 10t-33 21-32 21-39 10q-62 0-62-69 0-22 9-65t8-64v-3q-12 0-18 0-19-2-54-7t-65-7-54-3q-35 0-58 15t-23 47q0 20 9 39t22 32 21 33 10 43q0 44-31 69t-75 25q-47 0-80-26t-33-71q0-24 9-46t18-36 19-30 8-28q0-25-25-50-21-19-65-19-54 0-137 13-5 1-16 2t-15 3l-7 1q-1 0-2 0-1 0-1 1v571q1 0 10-2t19-2 12-2q83-14 137-14 44 0 65 20 25 24 25 49 0 13-8 29t-19 29-18 36-9 47q0 45 33 71t81 25q44 0 74-25t31-69q0-23-10-43t-21-33-22-31-9-40q0-32 23-47t58-14q35 0 100 8t91 9v-1q-1-1-2-9t-3-19-2-12q-13-84-13-137 0-45 19-65 25-26 50-26 12 0 28 8t30 19 36 19 46 8q46 0 71-33t26-80z" horiz-adv-x="928.6" />
|
||||
|
||||
<glyph glyph-name="doc-inv" unicode="" d="M571 564v264q13-8 21-16l227-228q8-7 16-20h-264z m-71-18q0-22 16-37t38-16h303v-589q0-23-15-38t-38-16h-750q-23 0-38 16t-16 38v892q0 23 16 38t38 16h446v-304z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="right" unicode="" d="M964 352q0-8-5-14l-215-197q-8-8-19-4-11 5-11 17v125h-696q-8 0-13 5t-5 12v108q0 7 5 12t13 5h696v125q0 12 11 17t19-3l215-195q5-6 5-13z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="cubes" unicode="" d="M357-61l214 107v176l-214-92v-191z m-36 254l226 96-226 97-225-97z m608-254l214 107v176l-214-92v-191z m-36 254l225 96-225 97-226-97z m-250 163l214 92v149l-214-92v-149z m-36 212l246 105-246 106-246-106z m607-289v-233q0-20-10-37t-29-26l-250-125q-14-8-32-8t-32 8l-250 125q-2 1-4 2-1-1-4-2l-250-125q-14-8-32-8t-31 8l-250 125q-19 9-29 26t-11 37v233q0 21 12 39t32 26l242 104v223q0 22 12 40t31 26l250 107q13 6 28 6t28-6l250-107q20-9 32-26t12-40v-223l242-104q20-8 32-26t11-39z" horiz-adv-x="1285.7" />
|
||||
|
||||
<glyph glyph-name="recycle" unicode="" d="M467 198l-9-206-1-12-234 16q-20 2-38 18t-26 36q-6 15-8 31t2 36 7 31 12 36 11 29q43-6 284-15z m-216 327l100-212-82 52q-35-41-62-81t-41-70-22-53-10-35l-2-11-106 199q-10 14-10 31t3 26l4 10q20 35 64 105l-78 48z m687-289l-105-200q-7-16-21-26t-24-12l-10-2q-40-4-122-7l4-91-128 205 118 202 4-97q94-9 157-2t95 18z m-439 516q-26-35-147-243l-177 104-11 7 126 199q11 17 33 25t45 5q13-1 27-6t23-12 23-18 21-20 20-22 17-19z m366-171l118-203q10-21 7-42t-15-42q-7-11-18-20t-22-16-27-12-26-9-29-8-25-7q-19 40-148 244l174 108z m-80 126l79 46-122-208-234 11 84 48q-19 50-42 93t-42 69-36 44-26 26l-10 7 226 0q18 1 33-6t22-16l6-8q21-34 62-106z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="paragraph" unicode="" d="M713 745v-41q0-16-10-34t-24-18q-28 0-30-1-14-3-18-17-1-6-1-36v-643q0-14-11-24t-24-10h-60q-14 0-24 10t-10 24v680h-80v-680q0-14-9-24t-25-10h-60q-14 0-24 10t-10 24v277q-82 7-137 33-70 33-107 100-36 65-36 145 0 92 50 159 49 66 116 89 62 21 233 21h267q14 0 24-10t10-24z" horiz-adv-x="714.3" />
|
||||
</font>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 24 KiB |
BIN
themes/system/fonts/fontello.ttf
Normal file
BIN
themes/system/fonts/fontello.woff
Normal file
BIN
themes/system/fonts/fontello.woff2
Normal file
BIN
themes/system/images/aeos_logo_A_blanc.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
themes/system/images/avatar.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 150 B |
BIN
themes/system/images/favicon.png
Normal file
|
After Width: | Height: | Size: 253 B |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1 KiB |
|
Before Width: | Height: | Size: 994 B |
|
Before Width: | Height: | Size: 1 KiB |
|
Before Width: | Height: | Size: 997 B |
|
Before Width: | Height: | Size: 1 KiB |
|
Before Width: | Height: | Size: 1 KiB |
|
Before Width: | Height: | Size: 1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1 KiB |
|
Before Width: | Height: | Size: 973 B |
|
Before Width: | Height: | Size: 973 B |
|
Before Width: | Height: | Size: 1 KiB |
|
Before Width: | Height: | Size: 976 B |
|
Before Width: | Height: | Size: 968 B |
|
Before Width: | Height: | Size: 1,007 B |
|
Before Width: | Height: | Size: 1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1 KiB |
|
Before Width: | Height: | Size: 968 B |
|
Before Width: | Height: | Size: 961 B |
|
Before Width: | Height: | Size: 1,001 B |
|
Before Width: | Height: | Size: 1 KiB |
|
Before Width: | Height: | Size: 959 B |
|
Before Width: | Height: | Size: 881 B |
|
Before Width: | Height: | Size: 1 KiB |
|
Before Width: | Height: | Size: 1 KiB |
|
Before Width: | Height: | Size: 1,015 B |
|
Before Width: | Height: | Size: 1 KiB |
|
Before Width: | Height: | Size: 1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 931 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 995 B |
BIN
themes/system/images/layout.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
themes/system/images/logo_a4_300.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
themes/system/images/logo_aeos.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 6.3 KiB |
BIN
themes/system/images/logo_mini.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 284 B |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 983 B |
0
themes/system/maintenance.php
Executable file → Normal file
0
themes/system/modification.xml
Executable file → Normal file
854
themes/system/styles.css
Executable file → Normal file
|
|
@ -1,575 +1,347 @@
|
|||
* {margin:0; padding:0;}
|
||||
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
|
||||
* {margin:0; padding:0; font-size:inherit; font-family:inherit;}
|
||||
a {color:#4f97ea; text-decoration:none;}
|
||||
select {-webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; outline: 0; box-shadow: none; border: 0 !important;}
|
||||
|
||||
body,html
|
||||
{
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
font-family: "Roboto", sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
text-rendering: optimizeLegibility;
|
||||
font-size: 14px;
|
||||
margin:0;
|
||||
color: #666;
|
||||
width:100%;
|
||||
background:url('images/bg_content.png');
|
||||
background:#ecf0f1;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#General {height:100%;}
|
||||
#Left {float:left; width:280px; height:100%; background:#3E424D; position:fixed;}
|
||||
#Left #Logo {height:60px; text-align:center; background:#33363F;}
|
||||
#Left #Logo img {left: 0; margin: 4px 0 0 105px;position: absolute; width:50px;}
|
||||
#Left #Identification {background:#3E424D; height:45px; border-bottom:1px solid #33363F; padding:25px;}
|
||||
#Left #Identification .Option1 {font-weight:bold; padding-top:5px; color:#FFFFFF;}
|
||||
#Left #Identification .Option2 {color:#FFFFFF;}
|
||||
#Left #Identification img {border-radius:50%; height:50px; width:50px; float:left; margin:-5px 10px 0px 0;}
|
||||
|
||||
#SurHeader
|
||||
{
|
||||
background:#232323;
|
||||
height:15px;
|
||||
padding:7px 10px 5px 10px;
|
||||
z-index:5;
|
||||
position:relative;
|
||||
#Left ul.Menu li {list-style-type:none; padding:16px 0 20px 10px; border-left:5px solid #3E424D; color:#C0C0C0;}
|
||||
#Left ul.Menu li i.fas {margin-right:15px; min-width:15px;}
|
||||
#Left ul.Menu li:hover {background:#33363F; border-left:5px solid #B33434; color:#FFFFFF;}
|
||||
#Left ul.Menu li.selected {background:#33363F; border-left:5px solid #3478B3; color:#FFFFFF;}
|
||||
|
||||
#Left ul.Menu a li.middleMenu {background:#54565d; border-left:5px solid #54565d; height: 25px; padding: 10px 0 0 14px;}
|
||||
#Left ul.Menu a li.middleMenuSelected {color: white; border-left: 5px solid #909090;}
|
||||
|
||||
#Right {margin-left:280px;}
|
||||
#Right h3 {margin: 25px 0 25px 0; font-size: 20px;}
|
||||
#Right #SideMenu {height:31px; background:#FFFFFF; box-shadow:0px 0px 10px #c0c0c0; padding:19px 40px 10px 40px; }
|
||||
#Right #SideMenu li {color:#33363F; font-weight:bold; list-style-type:none; font-size:20px; font-weight:normal;}
|
||||
#Right #SideMenu ul li.headerMenu a {color:#33363F;}
|
||||
#Right #Content {padding:0 40px 40px 40px; margin-top:40px;}
|
||||
#Right #Content .notification {color:#FFFFFF; padding:20px 40px 20px 40px; margin-bottom:40px; position:relative; box-shadow:0px 0px 10px #c0c0c0; -webkit-animation: fadeOut 3s forwards; animation: fadeOut 3s forwards;}
|
||||
#Right #Content .notification p {width:80%; }
|
||||
|
||||
|
||||
@keyframes fadeOut {
|
||||
0% {}
|
||||
90% {}
|
||||
100% {color:#666B85; background:#FFFFFF;}
|
||||
}
|
||||
#SurHeader h1 {font-size:10px; margin:0; padding:0;}
|
||||
#SurHeader h2 {font-size:10px; margin:0; padding:0;}
|
||||
#SurHeader h6 {font-size:10px; text-align:right; margin:-12px 0 0 0;}
|
||||
|
||||
|
||||
#Header
|
||||
{
|
||||
background: url(images/bg_header.png) repeat-x #D8D8D8;
|
||||
overflow: hidden;
|
||||
height:56px;
|
||||
z-index:2;
|
||||
position:relative;
|
||||
}
|
||||
#Header img {margin:-45px 0 0 10px;}
|
||||
#Header .Menu li {display:inline;}
|
||||
|
||||
ul.Menu {overflow: hidden;}
|
||||
ul.Menu li {float: left;margin: -2px 0 0 0; width:109px; cursor:pointer; background:url('images/menu.png') no-repeat; padding:18px 0 0 0; text-align:center; height:58px;}
|
||||
ul.Menu li:hover{color: #4b537a; background:url('images/menu_hover.png') no-repeat;}
|
||||
ul.Menu li.selected {background:url('images/menu_hover.png') no-repeat;}
|
||||
ul.Menu a li {text-decoration:none; color:#FFFFFF;}
|
||||
ul.Menu a li:hover {text-decoration:none; color:#FFFFFF;}
|
||||
|
||||
.Menu .logo {width:226px; background:none; margin: 0 5px 0 -5px; padding:0 5px 0 0;}
|
||||
.Menu .logo:hover {background:none;}
|
||||
|
||||
.headerMenu {background:url('images/sidemenu_header.png') no-repeat; height:38px; list-style-type:none; padding:10px 10px 10px 20px; margin:0 0 -20px 0; color:#EAEAEC; font-weight:bold; text-shadow:1px 1px 0 #606062;}
|
||||
.headerMenu:hover {background:url('images/sidemenu_header_hover.png') no-repeat;}
|
||||
.middleMenu {background:url('images/sidemenu.png') no-repeat; height:38px; list-style-type:none; padding:10px 10px 10px 20px; margin:0 0 -20px 0;}
|
||||
.middleMenu:hover {background:url('images/sidemenu.png') no-repeat;}
|
||||
.middleMenuSelected {background:url('images/sidemenu_selected.png') no-repeat; height:38px;}
|
||||
.middleMenuSelected:hover{background:url('images/sidemenu_selected.png') no-repeat;}
|
||||
|
||||
#SideMenu {position:fixed; left:0; top:0; border-right:1px solid #4E4F50; width:231px; background:url('images/sidemenu.png'); height:100%; z-index:1;}
|
||||
#SideMenu ul {margin:83px 0 0 0;}
|
||||
#SideMenu a {color:#FFFFFF; text-decoration:none;}
|
||||
#SurHeader h6 img {cursor:pointer; text-decoration:none;}
|
||||
|
||||
#Content
|
||||
{
|
||||
margin: 0 0 0 231px;
|
||||
padding:0 20px 20px 20px;
|
||||
@-webkit-keyframes fadeOut {
|
||||
0% {}
|
||||
90% {}
|
||||
100% {color:#666B85;background:#FFFFFF;}
|
||||
}
|
||||
|
||||
#Content h3 {margin:0 0 20px 0; padding:20px 0 0 0;}
|
||||
#Content h4 {font-size:13px; margin:0 0 20px 0;}
|
||||
#Content form table tr td {padding:10px 20px 10px 10px; min-width:120px;}
|
||||
|
||||
#Footer
|
||||
{
|
||||
text-align: center;
|
||||
position:fixed;
|
||||
left:30px;
|
||||
bottom:15px;
|
||||
color:#FFFFFF;
|
||||
font-size:11px;
|
||||
z-index:5;
|
||||
}
|
||||
#Footer a {color:#A9002F; text-decoration:none; font-weight:bold;}
|
||||
|
||||
|
||||
|
||||
|
||||
h6 a {text-decoration:none;}
|
||||
.Notifications
|
||||
{
|
||||
font-size: 9px;
|
||||
padding: 1px 2px;
|
||||
color: #f5f5f5;
|
||||
background: #cc0000;
|
||||
border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
-o-border-radius: 5px;
|
||||
border: 1px solid rgba(0,0,0,0.50);
|
||||
z-index: 1;
|
||||
margin:0 0 0 -8px;
|
||||
cursor:pointer;
|
||||
text-decoration:none;
|
||||
#Right #Content .ZoneTexte h4 {font-size:20px; font-weight:normal; margin-bottom:25px;}
|
||||
#Right #Content .ZoneTexte p {margin:10px 0 0 0;}
|
||||
#Right #Footer {text-align: center; font-size: 12px; margin:0 0 25px 0;}
|
||||
|
||||
#Right #Content img.avatar {max-width:200px; margin-bottom:10px;}
|
||||
#Right #Content td.fixedRow h4 {margin:0 0 10px 0;}
|
||||
#Right #Content td.fixedRow {width:230px; height:270px; margin:0 auto 0; text-align:center}
|
||||
|
||||
#Module {width:69%;float:left; min-height:400px; margin-bottom:10px;}
|
||||
|
||||
|
||||
#html-output {
|
||||
white-space: pre-wrap;
|
||||
display:none;
|
||||
}
|
||||
|
||||
.update_valide, .update_erreur {width:100%; margin:0 0 20px -20px; height:25px; padding:13px 25px 0 15px;}
|
||||
.update_valide input, .update_erreur input {float:right; margin:-7px -17px 0 0;}
|
||||
.update_valide form input, .update_erreur form input {float:right; margin:-22px 10px 0 0;}
|
||||
.update_valide {background-color:rgba(0,128,0,.3);}
|
||||
.update_erreur {background-color:rgba(128,0,0,.3);}
|
||||
|
||||
|
||||
|
||||
/* Styles */
|
||||
/*.option {border:1px solid #777; padding:2px;}*/
|
||||
.input_select, .input_text, .area_text {background-color:#FFFFFF; padding:8px; font-family:Arial; font-size:12px; width:100%; margin-bottom:15px; margin:0; -webkit-box-shadow: 0 0 0px 1000px white inset;}
|
||||
.input_text_mini {border:1px solid #777;background-color:#FFFFFF; padding:3px; width:76px; font-family:Arial; font-size:12px;}
|
||||
.area_text {width:500px; height:250px;}
|
||||
.input_button
|
||||
{
|
||||
background-color: #ccc;
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
|
||||
background-image: -webkit-linear-gradient(top, #eee, #ccc);
|
||||
background-image: -moz-linear-gradient(top, #eee, #ccc);
|
||||
background-image: -ms-linear-gradient(top, #eee, #ccc);
|
||||
background-image: -o-linear-gradient(top, #eee, #ccc);
|
||||
background-image: linear-gradient(top, #eee, #ccc);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
|
||||
border: 1px solid #777;
|
||||
padding: 0 1.5em;
|
||||
font: bold 1em/2em Arial, Helvetica;
|
||||
text-decoration: none;
|
||||
color: #333;
|
||||
text-shadow: 0 1px 0 rgba(255,255,255,.8);
|
||||
-moz-border-radius: .2em;
|
||||
-webkit-border-radius: .2em;
|
||||
border-radius: .2em;
|
||||
-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
|
||||
-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
|
||||
box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
|
||||
margin:18px 0 18px 0;
|
||||
height:27px;
|
||||
.pell {
|
||||
border: 1px solid rgba(10, 10, 10, 0.1);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.input_button:hover
|
||||
{
|
||||
background-color: #ddd;
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
|
||||
background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
|
||||
background-image: -moz-linear-gradient(top, #fafafa, #ddd);
|
||||
background-image: -ms-linear-gradient(top, #fafafa, #ddd);
|
||||
background-image: -o-linear-gradient(top, #fafafa, #ddd);
|
||||
background-image: linear-gradient(top, #fafafa, #ddd);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
|
||||
.pell-content {
|
||||
box-sizing: border-box;
|
||||
height: 300px;
|
||||
outline: 0;
|
||||
overflow-y: auto;
|
||||
padding: 10px;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
|
||||
.input_button:active
|
||||
{
|
||||
-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
|
||||
-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
|
||||
box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
|
||||
.pell-actionbar {
|
||||
background-color: #FFF;
|
||||
border-bottom: 1px solid rgba(10, 10, 10, 0.1);
|
||||
}
|
||||
|
||||
.pell-button {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
height: 30px;
|
||||
outline: 0;
|
||||
width: 30px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.pell-button-selected {
|
||||
background-color: #F0F0F0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
.owEditor {margin-bottom:10px; box-sizing: border-box; width:100%; height:300px; text-align:left; }
|
||||
.owEdit-panelContain {background: #FFFFFF; border: 1px solid #ccc;} {width:100%;}
|
||||
.owEdit-button-undefined {background-color: #FFFFFF;}
|
||||
*/
|
||||
#Options {background:#ffffff; width:29%; float:right; min-height:400px;}
|
||||
|
||||
|
||||
/* === Global === */
|
||||
.button_erreur, .button_valide,
|
||||
.button_basic, .input_basic, .select_basic, .field_basic {border:none; padding:10px; border-radius:5px; color:#FFFFFF;}
|
||||
|
||||
.button_erreur {background:#B57577; position: absolute; right: 8px; bottom: 10px;}
|
||||
.button_erreur:hover {background:#482627;}
|
||||
|
||||
.button_valide {background:#B57577; position: absolute; right: 8px; bottom: 10px;}
|
||||
.button_valide:hover {background:#482627;}
|
||||
|
||||
.button_basic {background:#3478B3; position: absolute; right: 8px; top: 10px;}
|
||||
.button_basic:hover {background:#205A8C;}
|
||||
|
||||
.input_basic {background:#3478B3;}
|
||||
.input_basic:hover {background:#205A8C;}
|
||||
|
||||
.input_normal {background: #c6c6c6; color: #000000; cursor:pointer;}
|
||||
.input_normal:hover {background:#989898;}
|
||||
|
||||
.field_basic {background: #ffffff; color: #666B85; border: 1px solid #ccc; border-radius:0; width: calc((100%) - (22px)); margin: 0 0 10px 0;}
|
||||
|
||||
div.error {background:#9A5456;}
|
||||
div.valide {background:#3C874A;}
|
||||
.valide {color:#3C874A;}
|
||||
.error {color:#B57577;}
|
||||
.standby {}
|
||||
|
||||
/* === Administration === */
|
||||
#Administration {width: 360px; padding: 8% 0 0; margin: auto;}
|
||||
#Administration h1 {font-size: 14px; text-align: center; background: #437ec6; height: 100px; font-family: "Roboto", sans-serif; text-transform: uppercase; color: #FFFFFF;}
|
||||
#Administration h1 img {position:absolute; width:76px; left:50%; margin:10px 0 0 -38px;}
|
||||
#Administration hr {height: 2px; border: 0; border-top: 1px solid #cbcbcb;}
|
||||
|
||||
#Administration .form {position: relative; z-index: 1; background: #FFFFFF; max-width: 360px; margin: 0 auto 100px; padding: 45px; text-align: center;
|
||||
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);}
|
||||
#Administration .form input, #Administration .form button {font-family: inherit; font-size:inherit; border: 0; padding: 15px; outline:0; width:100%;}
|
||||
#Administration .form input { background: #f2f2f2; margin: 0 0 15px; box-sizing: border-box;}
|
||||
#Administration .form button { text-transform: uppercase; background: #437ec6; color: #FFFFFF; -webkit-transition: all 0.3 ease; transition: all 0.3 ease;}
|
||||
#Administration .form button:hover,#Administration .form button:active,#Administration .form button:focus {background: #3568a1;}
|
||||
#Administration .form .message {margin: 15px 0 0; color: #b3b3b3; font-size: 12px;}
|
||||
#Administration .form .message a {color: #437ec6; text-decoration: none;}
|
||||
|
||||
#Administration .notification {position:absolute; top:15px; width:340px; color:#ffffff; padding:10px;}
|
||||
|
||||
#Administration #Footer {text-align:center; margin:0 auto 0;}
|
||||
#Administration #Footer .copyright {text-align:center; margin: 10px 0 10px 0;}
|
||||
|
||||
#Update img {text-align:center; width:220px;}
|
||||
#Update hr {border-top:1px solid #FFFFFF; margin:2px;}
|
||||
#Update {width:220px; text-align:center; margin:0 auto 0; color:#c0c0c0; position:absolute; bottom:15px; left:20px;}
|
||||
|
||||
/* === Basics === */
|
||||
.ZoneTexte, .Bloc {background:#FFFFFF; padding:40px; box-shadow:0px 0px 10px #c0c0c0; margin-bottom:40px;}
|
||||
.Bloc {padding:0; border-top:4px solid #9ea7af; border-bottom:4px solid #9ea7af; }
|
||||
.Bloc p {padding:20px;}
|
||||
.clear {clear: both;}
|
||||
.small {font-size:12px;}
|
||||
.flex {display:flex;}
|
||||
.hidden {display:none;}
|
||||
.italic {font-style: italic;}
|
||||
|
||||
button, input[type=submit] {cursor:pointer;}
|
||||
|
||||
table {
|
||||
background: #FFF;
|
||||
border-collapse: collapse;
|
||||
margin: 0 auto 20px;
|
||||
padding:5px;
|
||||
width: 100%;
|
||||
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
th {
|
||||
color:#C0C0C0;
|
||||
background:#3e424d;
|
||||
border-bottom:4px solid #9ea7af;
|
||||
border-right: 1px solid #343a45;
|
||||
font-size:17px;
|
||||
font-weight: 100;
|
||||
padding:10px 10px 10px 15px;
|
||||
text-align:left;
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
tr {
|
||||
border-top: 1px solid #C1C3D1;
|
||||
border-bottom: 1px solid #C1C3D1;
|
||||
color:#666B85;
|
||||
font-size:16px;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
tr:hover td {
|
||||
background:#F5F5F5;
|
||||
color:#666666;
|
||||
}
|
||||
|
||||
tr a {color:#666B85;}
|
||||
|
||||
|
||||
|
||||
td {
|
||||
background:#FFFFFF;
|
||||
padding:10px 10px 10px 15px;
|
||||
text-align:left;
|
||||
vertical-align:middle;
|
||||
font-weight:300;
|
||||
font-size:15px;
|
||||
/*border-right: 1px solid #C1C3D1;*/
|
||||
border-right:none;
|
||||
}
|
||||
|
||||
tr:first-child {border-top:4px solid #9ea7af;}
|
||||
tr:last-child {border-bottom:4px solid #9ea7af;}
|
||||
td:last-child {border-right: 0px;}
|
||||
th:last-child {border-right:none;}
|
||||
|
||||
/*
|
||||
tr:nth-child(odd) td {background:#EBEBEB;}
|
||||
tr:nth-child(odd):hover td {background:#D4D6D8;}
|
||||
*/
|
||||
|
||||
th.text-left, td.text-left {text-align: left;}
|
||||
th.text-center, td.text-center {text-align: center;}
|
||||
th.text-right, td.text-right {text-align: right;}
|
||||
|
||||
|
||||
/* Custom Select */
|
||||
.select_basic, .owEdit-select_basic {
|
||||
position: relative;
|
||||
display: block;
|
||||
width: 20em;
|
||||
height: 3em;
|
||||
line-height: 3;
|
||||
background: #ffffff;
|
||||
overflow: hidden;
|
||||
border-radius: .25em;
|
||||
color:#666B85;
|
||||
padding:0;
|
||||
margin:0 25px 0 0;
|
||||
}
|
||||
|
||||
.owEdit-select_basic {margin:2px 0 0 0; border:1px solid #ccc; border-radius: 0; width:99%;}
|
||||
|
||||
select {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0 0 0 .5em;
|
||||
background: #ffffff;
|
||||
cursor: pointer;
|
||||
}
|
||||
select::-ms-expand {
|
||||
display: none;
|
||||
}
|
||||
/* Arrow */
|
||||
.select_basic::after, .owEdit-select_basic::after {
|
||||
content: '\25BC';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
padding: 0 1em;
|
||||
|
||||
pointer-events: none;
|
||||
}
|
||||
/* Transition */
|
||||
.select_basic:hover::after, .owEdit-select_basic:hover::after {
|
||||
color: #3478B3;
|
||||
}
|
||||
.select_basic::after, .owEdit-select_basic::after {
|
||||
-webkit-transition: .25s all ease;
|
||||
-o-transition: .25s all ease;
|
||||
transition: .25s all ease;
|
||||
}
|
||||
|
||||
/* Cusotm checkbox */
|
||||
input[type=checkbox]{
|
||||
height: 0;
|
||||
width: 0;
|
||||
visibility: hidden;
|
||||
display:none;
|
||||
}
|
||||
|
||||
label.checkbox {
|
||||
cursor: pointer;
|
||||
text-indent: -9999px;
|
||||
width: 25px;
|
||||
height: 15px;
|
||||
background: grey;
|
||||
display: block;
|
||||
border-radius: 100px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.input_button:focus
|
||||
{
|
||||
background: #fafafa;
|
||||
}
|
||||
|
||||
.input_button:before
|
||||
{
|
||||
background: #ccc;
|
||||
background: rgba(0,0,0,.1);
|
||||
float: left;
|
||||
width: 1em;
|
||||
text-align: center;
|
||||
font-size: 1.5em;
|
||||
margin: 0 1em 0 -1em;
|
||||
padding: 0 .2em;
|
||||
-moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
|
||||
-webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
|
||||
box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
|
||||
-moz-border-radius: .15em 0 0 .15em;
|
||||
-webkit-border-radius: .15em 0 0 .15em;
|
||||
border-radius: .15em 0 0 .15em;
|
||||
}
|
||||
|
||||
/* Formulaire */
|
||||
/*
|
||||
#option_table a {text-decoration:none; color:#666666;}
|
||||
#option_table td {border:1px solid #5EB2DC; padding:3px; height:34px;}
|
||||
#option_table td:hover {padding:3px; background-image:none; background-color:#FFFFFF; height:34px;}
|
||||
.div_unique1 {float:left; border:1px solid #5EB2DC;width:184px; margin:0 0 30px 20px; height:237px; padding:20px;}
|
||||
*/
|
||||
|
||||
|
||||
/* Boutons */
|
||||
.erreur {color:darkred; font-weight:bold;}
|
||||
.valide {color:green; font-weight:bold;}
|
||||
/*
|
||||
.input {border:1px solid #219AD2;}
|
||||
#add_but {background:url(images/icones/ajout.png) no-repeat; padding:4px 0px 4px 17px; border:none; background-position:left center; font-size:12px; font-family:Arial; color:#A60000; cursor:pointer;}
|
||||
#apply_but {background:url(images/icones/apply.png) no-repeat; padding:4px 0px 4px 17px; border:none; background-position:left center; font-size:12px; font-family:Arial; color:#666666; cursor:pointer;}
|
||||
#save_but {background:url(images/icones/save.png) no-repeat; padding:4px 0px 4px 17px; border:none; background-position:left center; font-size:12px; font-family:Arial; color:#666666; cursor:pointer;}
|
||||
*/
|
||||
|
||||
/* Icones */
|
||||
/*
|
||||
.icon {margin:0 4px -2px 0;}
|
||||
.petit_decalage {margin:0 5px 0 5px;}
|
||||
.decalageBas {margin:0 0 -10px 0;}
|
||||
*/
|
||||
|
||||
|
||||
/* Bases */
|
||||
ul{margin-left: 0; padding-left: 0; list-style-position: inside;}
|
||||
a{color: #b70034;}
|
||||
h6 {font-size:14px; margin:10px 0 5px 0;}
|
||||
/*
|
||||
.text_left {text-align:justify; padding:10px;}
|
||||
.link {text-decoration:none;}
|
||||
.gauche {float:left;}
|
||||
.gauche50 {float:left; margin:0 50px 0 0;}
|
||||
*/
|
||||
a img {border:0;}
|
||||
|
||||
input[type="text"], input[type="password"], textarea, select {outline: none;}
|
||||
*:focus { outline:none; }
|
||||
|
||||
|
||||
/* ToolTip */
|
||||
a.tooltip {outline:none; }
|
||||
a.tooltip strong {line-height:30px;}
|
||||
a.tooltip:hover {text-decoration:none;}
|
||||
a.tooltip span
|
||||
{
|
||||
z-index:10;display:none; padding:14px 20px;
|
||||
margin-top:-25px; margin-left:-310px;
|
||||
width:240px; line-height:16px;
|
||||
}
|
||||
a.tooltip:hover span
|
||||
{
|
||||
display:inline; position:absolute; color:#111;
|
||||
border:1px solid #DCA; background:#fffAF0;
|
||||
}
|
||||
|
||||
a.tooltip span
|
||||
{
|
||||
border-radius:4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
|
||||
-moz-box-shadow: 2px 2px 8px #CCC;
|
||||
-webkit-box-shadow: 2px 2px 8px #CCC;
|
||||
box-shadow: 2px 2px 8px #CCC;
|
||||
}
|
||||
.tooltipi {z-index:20;position:absolute;top:20px;border:0;right:-12px;}
|
||||
|
||||
/* owEditor */
|
||||
.owEditor
|
||||
{
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
color:#666;
|
||||
font-size:12px;
|
||||
text-shadow: 1px 1px 0px #fff;
|
||||
background:#eaebec;
|
||||
border:#ccc 1px solid;
|
||||
|
||||
-moz-border-radius:3px;
|
||||
-webkit-border-radius:3px;
|
||||
border-radius:3px;
|
||||
|
||||
-moz-box-shadow: 0 1px 2px #d1d1d1;
|
||||
-webkit-box-shadow: 0 1px 2px #d1d1d1;
|
||||
box-shadow: 0 1px 2px #d1d1d1;
|
||||
|
||||
}
|
||||
|
||||
.owEditor textarea {width:100%; height:220px;}
|
||||
|
||||
.owEdit-panel
|
||||
{
|
||||
padding:11px 15px 12px 15px;
|
||||
border-top:1px solid #fafafa;
|
||||
border-bottom:1px solid #e0e0e0;
|
||||
|
||||
background: #ededed;
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
|
||||
background: -moz-linear-gradient(top, #ededed, #ebebeb);
|
||||
}
|
||||
.owEdit-panelContain{}
|
||||
#owEdit-main, .owEdit-main {width:100%;}
|
||||
|
||||
/* Tableaux / Input / Textarea / Select*/
|
||||
|
||||
input[type=text], input[type=password] {min-width:400px;}
|
||||
input, select, textarea
|
||||
{
|
||||
border:none;
|
||||
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
color:#666;
|
||||
font-size:12px;
|
||||
text-shadow: 1px 1px 0px #fff;
|
||||
background:#eaebec;
|
||||
border:#ccc 1px solid;
|
||||
|
||||
-moz-border-radius:3px;
|
||||
-webkit-border-radius:3px;
|
||||
border-radius:3px;
|
||||
|
||||
-moz-box-shadow: 0 1px 2px #d1d1d1;
|
||||
-webkit-box-shadow: 0 1px 2px #d1d1d1;
|
||||
box-shadow: 0 1px 2px #d1d1d1;
|
||||
|
||||
}
|
||||
|
||||
input, select
|
||||
{
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
}
|
||||
|
||||
select, textarea
|
||||
{
|
||||
min-width:100%;
|
||||
min-height:33px;
|
||||
margin:0 0 20px 0;
|
||||
background:#FFFFFF;
|
||||
|
||||
/*Against the Shadow*/
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
padding:7px 5px;
|
||||
}
|
||||
|
||||
table td a img {margin:0 0 -3px 5px;}
|
||||
|
||||
table.Full a:link {
|
||||
color: #666;
|
||||
font-weight: bold;
|
||||
text-decoration:none;
|
||||
}
|
||||
table.Full a:visited {
|
||||
color: #999999;
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
}
|
||||
table.Full a:active,
|
||||
table.Full a:hover {
|
||||
color: #bd5a35;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
table.Full {
|
||||
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
color:#666;
|
||||
font-size:12px;
|
||||
text-shadow: 1px 1px 0px #fff;
|
||||
background:#eaebec;
|
||||
border:#ccc 1px solid;
|
||||
|
||||
-moz-border-radius:3px;
|
||||
-webkit-border-radius:3px;
|
||||
border-radius:3px;
|
||||
|
||||
-moz-box-shadow: 0 1px 2px #d1d1d1;
|
||||
-webkit-box-shadow: 0 1px 2px #d1d1d1;
|
||||
box-shadow: 0 1px 2px #d1d1d1;
|
||||
|
||||
width:100%;
|
||||
|
||||
margin-bottom:20px;
|
||||
}
|
||||
table.Full th {
|
||||
padding:11px 15px 12px 15px;
|
||||
border-top:1px solid #fafafa;
|
||||
border-bottom:1px solid #e0e0e0;
|
||||
|
||||
background: #ededed;
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
|
||||
background: -moz-linear-gradient(top, #ededed, #ebebeb);
|
||||
}
|
||||
table.Full th:first-child{
|
||||
text-align: left;
|
||||
padding-left:20px;
|
||||
}
|
||||
table.Full tr:first-child th:first-child{
|
||||
-moz-border-radius-topleft:3px;
|
||||
-webkit-border-top-left-radius:3px;
|
||||
border-top-left-radius:3px;
|
||||
}
|
||||
table.Full tr:first-child th:last-child{
|
||||
-moz-border-radius-topright:3px;
|
||||
-webkit-border-top-right-radius:3px;
|
||||
border-top-right-radius:3px;
|
||||
}
|
||||
table.Full tr{
|
||||
text-align: center;
|
||||
padding-left:20px;
|
||||
}
|
||||
table.Full tr td:first-child{
|
||||
text-align: left;
|
||||
padding-left:20px;
|
||||
border-left: 0;
|
||||
}
|
||||
table.Full tr td {
|
||||
padding:10px 20px 10px 20px;
|
||||
border-top: 1px solid #ffffff;
|
||||
border-bottom:1px solid #e0e0e0;
|
||||
border-left: 1px solid #e0e0e0;
|
||||
|
||||
background: #fafafa;
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
|
||||
background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
|
||||
}
|
||||
table.Full tr.darkRow td{
|
||||
background: #f6f6f6;
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
|
||||
background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
|
||||
}
|
||||
table.Full tr:last-child td{
|
||||
border-bottom:0;
|
||||
}
|
||||
table.Full tr:last-child td:first-child{
|
||||
-moz-border-radius-bottomleft:3px;
|
||||
-webkit-border-bottom-left-radius:3px;
|
||||
border-bottom-left-radius:3px;
|
||||
}
|
||||
table.Full tr:last-child td:last-child{
|
||||
-moz-border-radius-bottomright:3px;
|
||||
-webkit-border-bottom-right-radius:3px;
|
||||
border-bottom-right-radius:3px;
|
||||
}
|
||||
table.Full tr:hover td{
|
||||
background: #f2f2f2;
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
|
||||
background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
|
||||
}
|
||||
|
||||
.ZoneTexte
|
||||
{
|
||||
background: #fafafa;
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
|
||||
background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
|
||||
|
||||
font-size:12px;
|
||||
text-shadow: 1px 1px 0px #fff;
|
||||
|
||||
border:#ccc 1px solid;
|
||||
|
||||
-moz-box-shadow: 0 1px 2px #d1d1d1;
|
||||
-webkit-box-shadow: 0 1px 2px #d1d1d1;
|
||||
box-shadow: 0 1px 2px #d1d1d1;
|
||||
|
||||
margin-bottom:20px;
|
||||
}
|
||||
|
||||
#Content .ZoneTexte h4
|
||||
{
|
||||
color:#666;
|
||||
font-size:12px;
|
||||
text-shadow: 1px 1px 0px #fff;
|
||||
|
||||
padding:11px 15px 12px 15px;
|
||||
border-top:1px solid #fafafa;
|
||||
border-bottom:1px solid #e0e0e0;
|
||||
|
||||
background: #ededed;
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
|
||||
background: -moz-linear-gradient(top, #ededed, #ebebeb);
|
||||
}
|
||||
|
||||
.ZoneTexte p {padding:0 20px 10px 20px;}
|
||||
.ZoneTexte ul {margin:0 0 0 40px;}
|
||||
.Center {width:100%;}
|
||||
|
||||
|
||||
|
||||
.NotificationZone {display:inline; text-align:left;}
|
||||
.NotificationZone li
|
||||
{
|
||||
position: relative;
|
||||
list-style: none;
|
||||
display:inline;
|
||||
padding:5px;
|
||||
width:250px;
|
||||
}
|
||||
|
||||
.NotificationZone li ul li
|
||||
{
|
||||
background:rgba(0,0,0,0.80);
|
||||
border-bottom: 1px solid #4F4F4F;
|
||||
}
|
||||
|
||||
.NotificationZone li ul li:hover
|
||||
{
|
||||
background:rgba(20,140,180,0.80);
|
||||
border-bottom: 1px solid #4F4F4F;
|
||||
}
|
||||
|
||||
|
||||
.NotificationZone li a
|
||||
{
|
||||
text-decoration: none;
|
||||
font-size: 12px;
|
||||
font-weight:200;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.NotificationZone ul
|
||||
{
|
||||
label.checkbox:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
margin:4px 0 0 -105px;
|
||||
display: none;
|
||||
width:250px;
|
||||
z-index:3;
|
||||
top: 1px;
|
||||
left: 1px;
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
background: #fff;
|
||||
border-radius: 90px;
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
.NotificationZone li:hover > ul { display: block; }
|
||||
|
||||
|
||||
|
||||
.NotificationZone ul li a
|
||||
{
|
||||
padding:0 15px 0 15px;
|
||||
margin: 0;
|
||||
border: none;
|
||||
line-height:30px;
|
||||
input:checked + label.checkbox {
|
||||
background: #bada55;
|
||||
}
|
||||
|
||||
.NotificationZone ul li {display:block;}
|
||||
.NotificationZone ul li ul li img {margin:0 0 0 50px;}
|
||||
.NotificationZone ul li:last-child a { border: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
|
||||
.NotificationZone ul li:last-child
|
||||
{
|
||||
-webkit-border-bottom-right-radius: 5px;
|
||||
-webkit-border-bottom-left-radius: 5px;
|
||||
-moz-border-radius-bottomright: 5px;
|
||||
-moz-border-radius-bottomleft: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
border-bottom-left-radius: 5px;
|
||||
input:checked + label.checkbox:after {
|
||||
left: calc(100% - 1px);
|
||||
transform: translateX(-100%);
|
||||
}
|
||||
|
||||
/* ====== Admin BOX ======= */
|
||||
#Administration
|
||||
{
|
||||
width:350px;
|
||||
position:absolute;
|
||||
top:30%;
|
||||
left:50%;
|
||||
margin:-175px 0 0 -175px;
|
||||
label.checkbox:active:after {
|
||||
width: 8px;
|
||||
}
|
||||
#Administration a {color:#FFFFFF;}
|
||||
#Administration h6 {margin:3px 0 20px 0;}
|
||||
#Administration p {margin:0 0 20px 0;}
|
||||
#Administration h1, #Administration h6, #Administration p {font-size:12px; text-align:center; color:#EAEAEC; font-weight:bold; text-shadow:1px 1px 0 #606062;}
|
||||
#Administration input {min-width:200px;}
|
||||
#Administration .input_button, #Administration .input_text {width:235px; height:35px;}
|
||||
|
||||
#Layout
|
||||
{
|
||||
width:350px;
|
||||
height:100%;
|
||||
position:absolute;
|
||||
top:0;
|
||||
left:50%;
|
||||
margin:0 0 0 -175px;
|
||||
background:url(images/sidemenu.png);
|
||||
border-right:1px solid #4E4F50;
|
||||
border-left:1px solid #4E4F50;
|
||||
}
|
||||
/* Install.css */
|
||||
|
||||
|
||||
|
||||
|
||||
.language, h3, h4 {margin-bottom:20px;}
|
||||
h6 {font-size:20px;}
|
||||
|
|
|
|||