style.css 12 KB

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