Advertisement
Capoeirista

Style for phpinfo

Feb 18th, 2025
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.34 KB | None | 0 0
  1. body {
  2.     background: #181818 url('https://blagoyar-tishina.inf.ua/img/phpinfo.png') !important;
  3.     background-repeat: repeat-x !important;
  4.     background-repeat: repeat-y !important;
  5.     background-attachment: fixed !important;
  6.     font-weight: normal !important;
  7.     /*  font-family: Arial, sans-serif;*/
  8.     margin: 0;
  9.     padding: 0;
  10.     -webkit-box-shadow: 0px 7px 74px 19px rgba(0, 0, 0, 1);
  11.     -moz-box-shadow: 0px 7px 74px 19px rgba(0, 0, 0, 1);
  12.     box-shadow: 0px 7px 74px 19px rgba(0, 0, 0, 1);
  13. }
  14. .phpinfo-container {
  15.     width: 100%;
  16.     margin: 20px auto;
  17.     border-radius: 10px;
  18.     position: relative;
  19.  
  20. }
  21. .center {
  22.     width: 100%;
  23.     max-width: 100%;
  24.     box-sizing: border-box;
  25.     margin: 0 auto;
  26.     background: #333 !important;
  27.     border-radius: 10px;
  28.     box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.6);
  29.     -webkit-box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.6);
  30.     -moz-box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.6);
  31. }
  32. .center>table:nth-child(1) {
  33.     border-bottom:3px solid #000;
  34.     margin-bottom:30px;
  35. }
  36. ::selection {
  37.   color: #D93939 !important;
  38. }
  39. ::-moz-selection {
  40.     background: #C3C3F3 !important;
  41.     color: #3B3B3B !important;
  42.     text-shadow: 2px 2px 2px #000,0 -2px 3px #000,-2px 0 3px #000 !important;
  43. }
  44. .e::-moz-selection {
  45.     background: #C3C3F3 !important;
  46.     color: #B8B8B8 !important;
  47.     text-shadow:2px 2px 2px #fff,0 -2px 3px #fff,-2px 0 3px #fff !important;
  48. }
  49. h1::-moz-selection, h2::-moz-selection, a::-moz-selection {
  50.     background: #E6E6E6 !important;
  51.     color: #B8B8B8 !important;
  52.     text-shadow:2px 2px 2px #fff,0 -2px 3px #fff,-2px 0 3px #fff !important;
  53. }
  54. .p::-moz-selection {
  55.     background:#9999CC !important;
  56.     color:#B8B8B8 !important;
  57. }
  58. tr.h a {
  59.     float: inline-start;
  60.     margin: -30px 0 -35px 70px;
  61. }
  62. a:link {
  63.     color: #ACDB1A !important;
  64.     background:none !important;
  65. }
  66. a:visited {
  67.     color: #89B800 !important;
  68.     background:none !important;
  69. }
  70. pre {
  71.     font-weight: bold !important;
  72.     font-size: 110% !important;
  73.     font-family:'Ubuntu', sans-serif !important;
  74. }
  75. table {
  76.     border-radius:5px !important;
  77.     border-spacing:8px !important;
  78.     border-collapse:separate !important;
  79.     table-layout: fixed;
  80.     width: 100%;
  81.  
  82. }
  83. .center table:nth-child(3), .center table tr.h th, td {
  84.     width: 100%;
  85. }
  86. hr {
  87.     border: none;
  88.     border-top: 2px solid #000 !important;
  89. }
  90. td, th, h1, h2 {
  91.     font-family:'Ubuntu', sans-serif !important;
  92. }
  93. .h {
  94.     color: #fff !important;
  95. }
  96. .color-FF8000 {
  97.     color: #FF8000 !important;
  98. }
  99. .color-FF8000 {
  100.     color: #FF8000 !important;
  101. }
  102. .color-0000BB {
  103.     color: #0000BB !important;
  104. }
  105. .color-0000BB {
  106.     color: #0000BB !important;
  107. }
  108. .color-000000 {
  109.     color: #000000 !important;
  110. }
  111. .color-000000 {
  112.     color: #000000 !important;
  113. }
  114. .color-007700 {
  115.     color: #007700 !important;
  116. }
  117. .color-007700 {
  118.     color: #007700 !important;
  119. }
  120. .color-DD0000 {
  121.     color: #DD0000 !important;
  122. }
  123. .color-DD0000 {
  124.     color: #DD0000 !important;
  125. }
  126. .available-text {
  127.     color: #AFFFAF !important;
  128.     text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 3px #000, 0 0 4px #000, 0 0 5px #000, 0 0 6px #000 !important;
  129.     background:#252525 !important;
  130.     border-radius:3px !important;
  131.     padding:5px !important;
  132. }
  133. .enabled-text {
  134.     color: #9ACD32 !important;
  135.     text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 3px #000, 0 0 4px #000, 0 0 5px #000, 0 0 6px #000 !important;
  136.     background:#252525 !important;
  137.     border-radius:3px !important;
  138.     padding:5px !important;
  139. }
  140. .enabled-int {
  141.     color: #9ACD32 !important;
  142.     text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 3px #000, 0 0 4px #000, 0 0 5px #000, 0 0 6px #000 !important;
  143.     background:#252525 !important;
  144.     border-radius:3px !important;
  145.     padding: 5px 10px 5px 10px !important;
  146. }
  147. .disabled-text {
  148.     color: #FF7F50 !important;
  149.     text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 3px #000, 0 0 4px #000, 0 0 5px #000, 0 0 6px #000 !important;
  150.     background:#252525 !important;
  151.     border-radius:3px !important;
  152.     padding:5px !important;
  153. }
  154. .disabled-int {
  155.     color: #FF7F50 !important;
  156.     text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 3px #000, 0 0 4px #000, 0 0 5px #000, 0 0 6px #000 !important;
  157.     background:#252525;
  158.     border-radius:3px !important;
  159.     padding: 5px 10px 5px 10px !important;
  160. }
  161. .no-text {
  162.     color: #666 !important;
  163.     font-size:16px !important;
  164. }
  165. th {
  166.     background-color:rgba(255,255,255, 0.1) !important;
  167.     border:rgba(255,255,255, 0.0) !important;
  168.     border-radius:5px !important;
  169.     text-align:center !important;
  170.     font-size: 110% !important;
  171.     vertical-align:middle !important;
  172.     text-shadow:0px 0px 1px #fff !important;
  173.     box-shadow: 0 0 1px 2px #000 !important;
  174.     padding: 6px 0 6px 0;
  175. }
  176. td {
  177.     text-align:center !important;
  178.     border:none !important;
  179.     border-radius:5px !important;
  180.     vertical-align:middle !important;
  181.     padding: 10px !important;
  182. }
  183. h1:not(.p) {
  184.     font-size:170% !important;
  185.     color:#F07427 !important;
  186.     background-color:#222 !important;
  187.     text-shadow:1px 1px 3px #000,0 -1px 3px #000,-1px 0 3px #000 !important;
  188.     text-align: center !important;
  189.     padding: 20px 0 20px 0 !important;
  190. }
  191. h2:last-child {
  192.     text-align: center !important;
  193. }
  194. h2 {
  195.     font-size:170% !important;
  196.     color:#FFFF87 !important;
  197.     text-shadow:1px 1px 3px #000,0 -1px 3px #000,-1px 0 3px #000 !important;
  198.     padding-left: 10px !important;
  199. }
  200.  
  201. table td.e + td.v:only-of-type {
  202.     width: 100% !important;
  203.     max-width: 100% !important;
  204.     display: table-cell;
  205.     font-size: 110% !important;
  206. }
  207.  
  208. /* Для случая, когда их два, оставляем прежнюю ширину */
  209. table td.e + td.v + td.v {
  210.     width: 35.2% !important;
  211.     font-size: 110% !important;
  212. }
  213.  
  214. td.v {
  215.     word-break: break-word !important; /* Перенос слов */
  216.     white-space: normal !important; /* Позволяет перенос */
  217.     font-weight:bold !important;
  218.     outline:1px dashed #000;
  219.     outline-offset:-2px;
  220.     border-radius:5px !important;
  221.     background-color:rgba(215,215,215, 0.9) !important;
  222.     color:#000 !important;
  223.     text-align:center !important;
  224.     box-shadow:0 0 3px #000 !important;
  225. }
  226. tr.v {
  227.     background:rgba(43,43,114, 0.5) !important;
  228.     box-shadow: 0px 0px 3px 3px rgba(10, 10, 22, 1);
  229.     -webkit-box-shadow: 0px 0px 3px 3px rgba(10, 10, 22, 1);
  230.     -moz-box-shadow: 0px 0px 3px 3px rgba(10, 10, 22, 1);
  231.     text-align:center !important;
  232.     font-weight:bold !important;
  233.     color:#FFF !important;
  234.     border:none !important;
  235.     border-radius:5px !important;
  236.     font-size: 90% !important;
  237.     line-height: 3;
  238. }
  239. tr.v > td > a {
  240.     float: left;
  241.     margin: 45px 0 0 0;
  242. }
  243. td.e {
  244.     width:48% !important;
  245.     color:#fff !important;
  246.     background-color:#151515 !important;
  247.     outline:1px dashed #444;
  248.     outline-offset:-4px;
  249.     border-radius:5px !important;
  250.     box-shadow:0 0 3px #000 !important;
  251.     text-align: left !important;
  252.     font-size: 80% !important;
  253. }
  254. .p {
  255.     text-align:center !important;
  256.     margin: 30px 20px 0px 700px !important;
  257.     border:none !important;
  258.     border-radius:5px !important;
  259.     font-size:170% !important;
  260.     color:#F07427 !important;
  261.     text-shadow:1px 1px 3px #000,0 -1px 3px #000,-1px 0 3px #000 !important;
  262.     text-shadow:0px 0px 5px #000,0 -1px 4px #000,-1px 0 4px #000,0px 0px 10px #000 !important;
  263. }
  264.  
  265. @media only screen and (max-width: 600px) {
  266.  
  267.     .phpinfo-container, .center {
  268.         max-width: 100%;
  269.         width: 100vw;
  270.         margin: 0;
  271.         border-radius: 0;
  272.         padding: 10px;
  273.     }
  274.     .center {
  275.         width: 100%;
  276.         max-width: 100%;
  277.         margin: 0 auto;
  278.         background: #333 !important;
  279.         border-radius: 10px;
  280.         box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.6);
  281.         -webkit-box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.6);
  282.         -moz-box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.6);
  283.     }
  284.     table {
  285.     table-layout: fixed;
  286.     width: 100%;
  287.         border-radius: 5px !important;
  288.         border-spacing: 8px !important;
  289.         border-collapse: separate !important;
  290.     }
  291. table td.e + td.v:only-of-type {
  292.     width: 100% !important;
  293.     max-width: 100% !important;
  294.     display: table-cell;
  295.     font-size: 110% !important;
  296. }
  297.  
  298. /* Для случая, когда их два, оставляем прежнюю ширину */
  299. table td.e + td.v + td.v {
  300.     font-size: 110% !important;
  301.     width: 35.2% !important;
  302. }
  303.  
  304.     td.v {
  305.         word-break: break-word !important;
  306.         font-weight: bold !important;
  307.         outline: 1px dashed #000;
  308.         outline-offset: -2px;
  309.         border-radius: 5px !important;
  310.         background-color: rgba(215, 215, 215, .9) !important;
  311.         color: #000 !important;
  312.         text-align: center !important;
  313.         box-shadow: 0 0 3px #000 !important;
  314.     }
  315.     .p {
  316.         text-align:center !important;
  317.         margin: 30px 20px 0px 700px !important;
  318.         border:none !important;
  319.         border-radius:5px !important;
  320.         font-size:170% !important;
  321.         color:#F07427 !important;
  322.         text-shadow:1px 1px 3px #000,0 -1px 3px #000,-1px 0 3px #000 !important;
  323.         text-shadow:0px 0px 5px #000,0 -1px 4px #000,-1px 0 4px #000,0px 0px 10px #000 !important;
  324.     }
  325. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement