style.css 11 KB

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