style.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750
  1. /*
  2. * Copyright (c) 2016, 2024, 5 Mode
  3. * All rights reserved.
  4. *
  5. * This file is part of Avatar Free.
  6. *
  7. * Avatar Free is free software: you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License as published by
  9. * the Free Software Foundation, either version 3 of the License, or
  10. * (at your option) any later version.
  11. *
  12. * Avatar Free is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. * GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License
  18. * along with Avatar Free. If not, see <https://www.gnu.org/licenses/>.
  19. * config.inc
  20. *
  21. * Avatar Free style sheet.
  22. *
  23. * @author Daniele Bonini <my25mb@aol.com>
  24. * @copyrights (c) 2021, 2024, 5 Mode
  25. */
  26. @import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
  27. body {
  28. margin-top:20px;
  29. /*background: #C2DBF2;*/
  30. background-image:url('/res/bg1.jpg');
  31. }
  32. #appMenuIco {
  33. float:left;
  34. position:relative;
  35. top:1px;
  36. left:-20px;
  37. cursor: pointer;
  38. }
  39. .app-Menu {
  40. float:left;
  41. position:relative;
  42. width: 150px;
  43. top:+43px;
  44. left:+22px;
  45. background:#313431;
  46. cursor: pointer;
  47. }
  48. #AFHint {
  49. width:100%;
  50. height:fit-content;
  51. position:fixed;
  52. top:-5px;
  53. background:yellow;
  54. color:darkorange;
  55. text-align:center;
  56. cursor:pointer;
  57. display:inline;
  58. z-index:99999;
  59. }
  60. #avatarLogo {
  61. float:left;
  62. width:255px;
  63. height:255px;
  64. }
  65. #avatarName {
  66. width:250px;
  67. height:255px;
  68. padding-top:122px;
  69. float:left;
  70. border:0px solid yellow;
  71. vertical-align:middle;
  72. }
  73. #blog {
  74. height:fit-content;
  75. float:left;
  76. margin:6%;
  77. margin-top:100px;
  78. margin-bottom:5px;
  79. width:90%;
  80. font-size:15px;
  81. font-family:'Press Start 2P';
  82. color:#000000;
  83. }
  84. .blog-content {
  85. width:100%;
  86. float:left;
  87. border:0px solid darkgray;
  88. border-radius:4px;
  89. color:#000000;
  90. margin-top:20px;
  91. }
  92. .blog-entry-nickname {
  93. line-height: 37px;
  94. }
  95. .blog-entry {
  96. width:100%;
  97. margin-bottom:0px;
  98. min-height:80px;
  99. background:#FFFFFF;
  100. border:3px solid darkgray;
  101. padding:30px;
  102. text-align:left;
  103. }
  104. .buttondisplaylist {
  105. float:right;
  106. position:relative;
  107. left:-10px;
  108. top:+2px;
  109. background-color:transparent;
  110. border:0px;
  111. }
  112. #cbLang {
  113. margin-left:22px;
  114. font-size:10px;
  115. }
  116. #cudoz {
  117. width:250px;
  118. height:255px;
  119. padding-top:116px;
  120. float:left;border:0px solid green;
  121. vertical-align:middle;
  122. }
  123. .cudoz-entry {
  124. float:left;
  125. width:46px
  126. }
  127. .cv-entry {
  128. float:left;
  129. width:64px
  130. }
  131. #cvs {
  132. float:right;
  133. border:3px solid darkgray;
  134. border-radius:4px;
  135. padding:4px;
  136. background:#dadada;
  137. font-size:20px;
  138. font-family:'Press Start 2P';
  139. font-weight:900;
  140. }
  141. .dragover {
  142. width:100%;
  143. height:100%;
  144. }
  145. #drop-img {
  146. background: #FFFFFF;
  147. float:left;
  148. margin-left:60px;
  149. margin-top:30px;
  150. width:229px;
  151. height:223px;
  152. overflow:hidden;
  153. border: 0px solid lightgray;
  154. cursor:pointer;
  155. }
  156. .element {
  157. width:80%;
  158. margin:auto;
  159. background-color:#FFFFFF;
  160. border: 3px solid gray;
  161. height:fit-content;
  162. margin-bottom:0px;
  163. }
  164. .element-ghost {
  165. width:80%;
  166. margin:auto;
  167. background-color:#FFFFFF;
  168. border: 3px dashed lightgray;
  169. height:fit-content;
  170. margin-bottom:20px;
  171. }
  172. .eltxtfield0 {
  173. width:98%;
  174. font-size: 34px;
  175. border-radius:5px;
  176. border:1px solid darkgray;
  177. }
  178. .eltxtfield {
  179. width:98%;
  180. font-size: 34px;
  181. border-radius:5px;
  182. border:1px solid darkgray;
  183. border-right:0px;
  184. color: #444;
  185. }
  186. .eltxtarea {
  187. padding-left:20px;
  188. padding-right:20px;
  189. }
  190. .eltitle {
  191. width:100%;
  192. height:33px;
  193. background-color:gray;
  194. color:#FFFFFF;
  195. }
  196. .eltitleghost {
  197. width:100%;
  198. height:33px;
  199. background-color:lightgray;
  200. color:#FFFFFF;
  201. }
  202. .file-entry {
  203. height:fit-content;
  204. min-height:120px;
  205. float:left;
  206. width:fit-content;
  207. border:0px solid green;
  208. padding:10px;
  209. text-align:center;
  210. }
  211. .file-ico {
  212. width:64px;
  213. border:0px solid gray;
  214. }
  215. #fileList {
  216. position:absolute;
  217. top:-0px;
  218. left:-5px;
  219. width:450px;
  220. height:482px;
  221. display:none;
  222. }
  223. #fireupload-old {
  224. position:absolute;
  225. width:255px;
  226. height:255px;
  227. border-radius: 90%;
  228. display:none;
  229. }
  230. #fireupload {
  231. height: 180px;
  232. overflow:hidden;
  233. cursor:pointer;
  234. }
  235. #footerCont {
  236. position: fixed;
  237. top: 2000px;
  238. left:-10px;
  239. width: 102%;
  240. border: 1px solid #C2DBF2;
  241. padding: 7px;
  242. background: white;
  243. opacity: 0.3;
  244. color:white;
  245. font-family: Arial,Sans,Vardana;
  246. font-size: 12px;
  247. text-align: center;
  248. z-index: 99998;
  249. }
  250. #footer {
  251. position: fixed;
  252. float: right;
  253. top: 2000px;
  254. left:-10px;
  255. width: 100%;
  256. border: 0px solid #C2DBF2;
  257. padding: 7px;
  258. opacity: 1.0;
  259. color:black;
  260. font-family: Arial,Sans,Vardana;
  261. font-size: 12px;
  262. font-weight: 400;
  263. text-align: right;
  264. z-index: 99999;
  265. }
  266. #friends {
  267. float:left;
  268. margin:6%;
  269. margin-top:50px;
  270. width:90%;
  271. font-size:15px;
  272. font-family:Arial,Sans,Verdana;
  273. color:#000000;
  274. background:#dadada
  275. }
  276. .friends-content {
  277. width:100%;
  278. float:left;
  279. border:3px solid transparent;
  280. border-radius:4px;
  281. color:#000000;
  282. padding-top:10px;
  283. text-align:center;
  284. }
  285. .friend-entry {
  286. height:fit-content;
  287. min-height:120px;
  288. float:left;
  289. width:fit-content;
  290. border:0px solid green;
  291. padding:10px;
  292. text-align:center;
  293. }
  294. .friend-ico {
  295. width:64px;
  296. border:0px solid gray;
  297. }
  298. #gallery {
  299. float:left;
  300. margin:6%;
  301. margin-top:0px;
  302. margin-bottom:5px;
  303. width:90%;
  304. font-size:15px;
  305. font-family:Arial,Sans,Verdana;
  306. color:#000000;
  307. background:#C2DBF2;
  308. }
  309. .gallery-content {
  310. width:100%;
  311. float:left;
  312. border:3px solid darkgray;
  313. border-radius:4px;
  314. color:#000000;
  315. }
  316. #hashMe {
  317. position:relative;
  318. left:-2px;
  319. top:+5px;
  320. font-size:18px;
  321. font-weight:900;
  322. color:#000000;
  323. }
  324. #header {
  325. line-height: 45px;
  326. }
  327. .image-entry {
  328. height:fit-content;
  329. min-height:120px;
  330. float:left;
  331. width:fit-content;
  332. border:0px solid green;
  333. padding:10px;
  334. text-align:center;
  335. }
  336. .image-ico {
  337. width:64px;
  338. border:1px solid gray;
  339. }
  340. #mynetworkTitle {
  341. font-family:'Press Start 2P';
  342. width:fit-content;
  343. margin:auto;
  344. color:#245269;
  345. }
  346. #notBoughties {
  347. display:none;
  348. }
  349. #labDrop {
  350. }
  351. #labLogin {
  352. font-size: 16px;
  353. font-weight: 900;
  354. line-height: 38px;
  355. }
  356. .lanelist {
  357. margin-top:12px;
  358. margin-right:38px;
  359. margin-left:38px;
  360. }
  361. .lanelistcyan {
  362. background-color: cyan;
  363. }
  364. .lanelistorange {
  365. background-color: orange;
  366. }
  367. .lanelistwhite {
  368. background-color: white;
  369. }
  370. .lanelistred {
  371. background-color: #f87552;
  372. }
  373. .lanelistyellow {
  374. background-color: yellow;
  375. }
  376. .lanelistgray {
  377. background-color: darkgray;
  378. }
  379. .lanelistgreen {
  380. background-color: green;
  381. }
  382. .lanelistblack {
  383. background-color: black;
  384. }
  385. .lanelistblue {
  386. background-color: blue;
  387. }
  388. .lanelistlightgreen {
  389. background-color: lightgreen;
  390. }
  391. .lanelistyellow {
  392. background-color: yellow;
  393. }
  394. .listcont {
  395. position:relative;
  396. width:450px;
  397. margin-top:20px;
  398. /* margin-left:1.2%;
  399. margin-bottom:80px;*/
  400. margin:auto;
  401. }
  402. .listcontr {
  403. float:left;
  404. width:30%;
  405. margin-top:20px;
  406. margin-left:1.2%;
  407. margin-bottom:80px;
  408. }
  409. .list {
  410. float:left;
  411. width:100%;
  412. padding:5px;
  413. text-align:center;
  414. margin-bottom:20px;
  415. }
  416. .listred {
  417. background-color: #f87552;
  418. }
  419. .listdarkred {
  420. background-color: darkred;
  421. }
  422. .listred-title {
  423. /*color:#00417c;*/
  424. color: #666666;
  425. }
  426. .listyellow {
  427. background-color: yellow;
  428. }
  429. .listyellow-title {
  430. /*color:#00417c;*/
  431. color: #666666;
  432. }
  433. .listgray {
  434. background-color: darkgray;
  435. }
  436. .listgray-title {
  437. color:#444;
  438. }
  439. .listgreen {
  440. background-color: lightgreen;
  441. }
  442. .listgreen-title {
  443. color: greenyellow;
  444. }
  445. .listblack {
  446. background-color: black;
  447. }
  448. .listwhite-title {
  449. color: #FFFFFF;
  450. }
  451. .listblue {
  452. background-color: blue;
  453. }
  454. .listcyan-title {
  455. color: cyan;
  456. }
  457. .listorange-title {
  458. color: orange;
  459. }
  460. .listlightgreen {
  461. background-color: lightgreen;
  462. }
  463. .listdarkgreen-title {
  464. color: darkgreen;
  465. }
  466. .listyellow {
  467. background-color: yellow;
  468. }
  469. .listred-title {
  470. color: red;
  471. }
  472. .listel {
  473. width:100%;
  474. height:fit-content;
  475. text-align:center;
  476. padding-top:20px;
  477. padding-bottom:50px;
  478. }
  479. #magicjar1 {
  480. float:left;
  481. margin:6%;
  482. margin-top:0px;
  483. margin-bottom:5px;
  484. width:90%;
  485. font-size:15px;
  486. font-family:Arial,Sans,Verdana;
  487. color:#000000;
  488. background:#f7ecb5;
  489. }
  490. .magicjar1 {
  491. float:left;
  492. width:120px;
  493. height:120px;
  494. background-size:120px 120px;
  495. cursor:pointer;
  496. }
  497. .magicjar1-content {
  498. width:100%;
  499. float:left;
  500. border:3px solid darkgray;
  501. border-radius:4px;
  502. color:#000000;
  503. }
  504. .magicjar2 {
  505. float:left;
  506. width:120px;
  507. height:120px;
  508. background-size:120px 120px;
  509. cursor:pointer;
  510. }
  511. #magicjar2 {
  512. float:left;
  513. margin:6%;
  514. margin-top:0px;
  515. margin-bottom:5px;
  516. width:90%;
  517. font-size:15px;
  518. font-family:Arial,Sans,Verdana;
  519. color:#000000;
  520. background:#f7ecb5;
  521. }
  522. .magicjar2-content {
  523. width:100%;
  524. float:left;
  525. border:3px solid darkgray;
  526. border-radius:4px;
  527. color:#000000;
  528. }
  529. .magicjar3 {
  530. float:left;
  531. width:120px;
  532. height:120px;
  533. background-size:120px 120px;
  534. cursor:pointer;
  535. }
  536. #magicjar3 {
  537. float:left;
  538. margin:6%;
  539. margin-top:0px;
  540. margin-bottom:5px;
  541. width:90%;
  542. font-size:15px;
  543. font-family:Arial,Sans,Verdana;
  544. color:#000000;
  545. background:#f7ecb5;
  546. }
  547. .magicjar3-content {
  548. width:100%;
  549. float:left;
  550. border:3px solid darkgray;
  551. border-radius:4px;
  552. color:#000000;
  553. }
  554. .magicjar-num {
  555. float:right;
  556. margin-left:99.9%;
  557. margin-right:2px;
  558. background:yellow;
  559. color:darkorange;
  560. }
  561. .no-drop {
  562. cursor: not-allowed;
  563. }
  564. .no-dropzone {
  565. cursor: not-allowed;
  566. }
  567. #pagetitle {
  568. float:left;
  569. width:100%;
  570. height:70px;
  571. padding:5px;
  572. text-align:center;
  573. margin-bottom:20px;
  574. background-color:#3366ff;
  575. color:#FFFFFF;
  576. opacity:0.8;
  577. font-family:'Indie Flower';
  578. font-size:30px;
  579. font-style:italic;
  580. font-weight:900;
  581. position:relative;
  582. top:-60px;
  583. /*color:#5e383a;*/
  584. }
  585. #password {
  586. font-size:34px;
  587. background:#202121;
  588. color: #000000;
  589. width: 360px;
  590. height: 44px;
  591. border-radius:15px;
  592. font-weight:900;
  593. color: #000000;
  594. padding-left:12px;
  595. }
  596. #Password {
  597. font-size:18px;
  598. background:transparent;
  599. width: 60%;
  600. border-radius:3px;
  601. font-weight:900;
  602. }
  603. #passworddisplay {
  604. float:left;
  605. position:fixed;
  606. top:680px;
  607. left:50px;
  608. width:255px;
  609. height:120px;
  610. background:darkgray;
  611. text-align:left;
  612. white-space:nowrap;
  613. font-family:Arial,Sans,Verdana;
  614. color:#000000;
  615. font-weight:900;
  616. z-index:99999;
  617. }
  618. #picavatar {
  619. position:relative;
  620. width:255px;
  621. height:255px;
  622. top:-4px;
  623. left:-8px;
  624. border-radius: 90%;
  625. display:none;
  626. }
  627. .prodel {
  628. text-align:left;
  629. padding:36px;
  630. padding-top:7px;
  631. padding-right:16px;
  632. color:#444;
  633. font-weight:900;
  634. }
  635. .prodlist {
  636. padding-top:6px;
  637. }
  638. .prodname {
  639. width:45%;
  640. float:left;
  641. padding-top:8px;
  642. border-bottom:1px dotted darkgray;
  643. }
  644. .prodprice {
  645. width:20%;
  646. float:left;
  647. padding-top:8px;
  648. }
  649. .prodaction {
  650. width:17%;
  651. float:left;
  652. cursor:pointer;
  653. text-align:center;
  654. margin:auto;
  655. }
  656. .prodactionimg {
  657. position:relative;
  658. left:+10px;
  659. margin-bottom:7px;
  660. width:42px;
  661. }
  662. #carties {
  663. display: none;
  664. }
  665. #results {
  666. display: none;
  667. }
  668. #Salt {
  669. position:relative;
  670. top:+5px;
  671. font-size:18px;
  672. background:transparent;
  673. width: 90%;
  674. border-radius:3px;
  675. font-weight:900;
  676. }
  677. .settingson {
  678. float:left;
  679. width:120px;
  680. height:150px;
  681. border:0px solid black;
  682. background:url(/res/settingsoff.png);
  683. background-size:cover;
  684. cursor:pointer;
  685. display:none;
  686. }
  687. .settingsoff {
  688. float:left;
  689. width:120px;
  690. height:150px;
  691. border:0px solid black;
  692. background:url(/res/settingson.png);
  693. background-size:cover;
  694. cursor:pointer;
  695. }
  696. #title {
  697. position:relative;
  698. top:20px;
  699. left:50px;
  700. width:100%;
  701. float:left;
  702. font-size:25px;
  703. font-family:'Press Start 2P';
  704. border:0px solid blue;
  705. }
  706. .titlelane {
  707. text-align:left;
  708. margin-bottom:8px;
  709. font-weight:900;
  710. text-align:left;
  711. }
  712. .titlelanecyan {
  713. color:darkcyan;
  714. }
  715. .titlelanered {
  716. color:darkred;
  717. }
  718. .titlelaneblack {
  719. color:black;
  720. }
  721. .titlelanered {
  722. color: red;
  723. }
  724. .titlelaneyellow {
  725. color: yellow;
  726. }
  727. .titlelanegray {
  728. color: #444;
  729. }
  730. .titlelanegreen {
  731. color: greenyellow;
  732. }
  733. .titlelanewhite {
  734. color: #FFFFFF;
  735. }
  736. .titlelaneorange {
  737. color: orange;
  738. }
  739. .titlelanedarkgreen {
  740. color: darkgreen;
  741. }
  742. .tools {
  743. position:fixed;
  744. top:12px;
  745. width:120px;
  746. height:620px;
  747. display:none;
  748. }