style.css 11 KB

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