123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372 |
- /*
- * Copyright (c) 2016, 2024, 5 Mode
- * All rights reserved.
- *
- * This file is part of Avatar Free.
- *
- * Avatar Free is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * Avatar Free is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Avatar Free. If not, see <https://www.gnu.org/licenses/>.
- * config.inc
- *
- * Avatar Free style sheet.
- *
- * @author Daniele Bonini <my25mb@aol.com>
- * @copyrights (c) 2021, 2024, 5 Mode
- */
- @import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
- body {
- margin-top:20px;
- /*background: #C2DBF2;*/
- background-image:url('/res/bg1.jpg');
- }
- #appMenuIco {
- float:left;
- position:relative;
- top:1px;
- left:-20px;
- cursor: pointer;
- }
- .app-Menu {
- float:left;
- position:relative;
- width: 150px;
- top:+43px;
- left:+22px;
- background:#313431;
- cursor: pointer;
- }
- #AFHint {
- display:inline;
- }
- .buttondisplaylist {
- float:right;
- position:relative;
- left:-10px;
- top:+2px;
- background-color:transparent;
- border:0px;
- }
- .element {
- width:80%;
- margin:auto;
- background-color:#FFFFFF;
- border: 3px solid gray;
- height:fit-content;
- margin-bottom:0px;
- }
- .element-ghost {
- width:80%;
- margin:auto;
- background-color:#FFFFFF;
- border: 3px dashed lightgray;
- height:fit-content;
- margin-bottom:20px;
- }
- .eltxtfield0 {
- width:98%;
- font-size: 34px;
- border-radius:5px;
- border:1px solid darkgray;
- }
- .eltxtfield {
- width:98%;
- font-size: 34px;
- border-radius:5px;
- border:1px solid darkgray;
- border-right:0px;
- color: #444;
- }
- .eltxtarea {
- padding-left:20px;
- padding-right:20px;
- }
- .eltitle {
- width:100%;
- height:33px;
- background-color:gray;
- color:#FFFFFF;
- }
- .eltitleghost {
- width:100%;
- height:33px;
- background-color:lightgray;
- color:#FFFFFF;
- }
- #fileList {
- position:absolute;
- top:-0px;
- left:-5px;
- width:450px;
- height:482px;
- display:none;
- }
- #footerCont {
- position: fixed;
- top: 2000px;
- left:-10px;
- width: 102%;
- border: 1px solid #C2DBF2;
- padding: 7px;
- background: white;
- opacity: 0.3;
- color:white;
- font-family: Arial,Sans,Vardana;
- font-size: 12px;
- text-align: center;
- z-index: 99998;
- }
- #footer {
- position: fixed;
- float: right;
- top: 2000px;
- left:-10px;
- width: 100%;
- border: 0px solid #C2DBF2;
- padding: 7px;
- opacity: 1.0;
- color:black;
- font-family: Arial,Sans,Vardana;
- font-size: 12px;
- font-weight: 400;
- text-align: right;
- z-index: 99999;
- }
- #notBoughties {
- display:none;
- }
- .lanelist {
- margin-top:12px;
- margin-right:38px;
- margin-left:38px;
- }
- .lanelistcyan {
- background-color: cyan;
- }
- .lanelistorange {
- background-color: orange;
- }
- .lanelistwhite {
- background-color: white;
- }
- .lanelistred {
- background-color: #f87552;
- }
- .lanelistyellow {
- background-color: yellow;
- }
- .lanelistgray {
- background-color: darkgray;
- }
- .lanelistgreen {
- background-color: green;
- }
- .lanelistblack {
- background-color: black;
- }
- .lanelistblue {
- background-color: blue;
- }
- .lanelistlightgreen {
- background-color: lightgreen;
- }
- .lanelistyellow {
- background-color: yellow;
- }
- .listcont {
- position:relative;
- width:450px;
- margin-top:20px;
- /* margin-left:1.2%;
- margin-bottom:80px;*/
- margin:auto;
- }
- .listcontr {
- float:left;
- width:30%;
- margin-top:20px;
- margin-left:1.2%;
- margin-bottom:80px;
- }
- .list {
- float:left;
- width:100%;
- padding:5px;
- text-align:center;
- margin-bottom:20px;
- }
- .listred {
- background-color: #f87552;
- }
- .listdarkred {
- background-color: darkred;
- }
- .listred-title {
- /*color:#00417c;*/
- color: #666666;
- }
- .listyellow {
- background-color: yellow;
- }
- .listyellow-title {
- /*color:#00417c;*/
- color: #666666;
- }
- .listgray {
- background-color: darkgray;
- }
- .listgray-title {
- color:#444;
- }
- .listgreen {
- background-color: lightgreen;
- }
- .listgreen-title {
- color: greenyellow;
- }
- .listblack {
- background-color: black;
- }
- .listwhite-title {
- color: #FFFFFF;
- }
- .listblue {
- background-color: blue;
- }
- .listcyan-title {
- color: cyan;
- }
- .listorange-title {
- color: orange;
- }
- .listlightgreen {
- background-color: lightgreen;
- }
- .listdarkgreen-title {
- color: darkgreen;
- }
- .listyellow {
- background-color: yellow;
- }
- .listred-title {
- color: red;
- }
- .listel {
- width:100%;
- height:fit-content;
- text-align:center;
- padding-top:20px;
- padding-bottom:50px;
- }
- .no-drop {
- cursor: not-allowed;
- }
- .no-dropzone {
- cursor: not-allowed;
- }
- #pagetitle {
- float:left;
- width:100%;
- height:70px;
- padding:5px;
- text-align:center;
- margin-bottom:20px;
- background-color:#3366ff;
- color:#FFFFFF;
- opacity:0.8;
- font-family:'Indie Flower';
- font-size:30px;
- font-style:italic;
- font-weight:900;
- position:relative;
- top:-60px;
- /*color:#5e383a;*/
- }
- .prodel {
- text-align:left;
- padding:36px;
- padding-top:7px;
- padding-right:16px;
- color:#444;
- font-weight:900;
- }
- .prodlist {
- padding-top:6px;
- }
- .prodname {
- width:45%;
- float:left;
- padding-top:8px;
- border-bottom:1px dotted darkgray;
- }
- .prodprice {
- width:20%;
- float:left;
- padding-top:8px;
- }
- .prodaction {
- width:17%;
- float:left;
- cursor:pointer;
- text-align:center;
- margin:auto;
- }
- .prodactionimg {
- position:relative;
- left:+10px;
- margin-bottom:7px;
- width:42px;
- }
- #carties {
- display: none;
- }
- #results {
- display: none;
- }
- .titlelane {
- text-align:left;
- margin-bottom:8px;
- font-weight:900;
- text-align:left;
- }
- .titlelanecyan {
- color:darkcyan;
- }
- .titlelanered {
- color:darkred;
- }
- .titlelaneblack {
- color:black;
- }
- .titlelanered {
- color: red;
- }
- .titlelaneyellow {
- color: yellow;
- }
- .titlelanegray {
- color: #444;
- }
- .titlelanegreen {
- color: greenyellow;
- }
- .titlelanewhite {
- color: #FFFFFF;
- }
- .titlelaneorange {
- color: orange;
- }
- .titlelanedarkgreen {
- color: darkgreen;
- }
|