Advertisement
Guest User

ps4-exploit-host theme

a guest
Jul 17th, 2018
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.51 KB | None | 0 0
  1. html {
  2.     height: 95%;
  3. }
  4. body {
  5.     background-image: url('/themes/default/image.png');
  6.     background-position: right bottom;
  7.     background-repeat: no-repeat;
  8.     background-attachment: fixed;
  9.     min-height: 100%;
  10. }
  11. #wrapper {
  12.     width: 100%;
  13. }
  14. #contentHeader {
  15.     padding: 20px 40px;
  16.     background: #000000;
  17. }
  18. #content {
  19.     width: 100%;
  20. }
  21. #contentBody {
  22.     margin: 40px 50px;
  23.     color: #333;
  24. }
  25. #ifr {
  26.     margin: 0;
  27.     padding: 0;
  28.     width: 0;
  29.     height: 0;
  30.     border: none;
  31.     display: none;
  32. }
  33. #overlay {
  34.     position: fixed;
  35.     display: none;
  36.     width: 100%;
  37.     height: 100%;
  38.     top: 0;
  39.     left: 0;
  40.     right: 0;
  41.     bottom: 0;
  42.     background-color: rgba(0,0,0,0.9);
  43.     z-index: 2;
  44. }
  45. #barText {
  46.     position: relative;
  47.     top: 40%;
  48.     text-align: center;
  49.     font-size: 250%;
  50.     color: #fff;
  51. }
  52. #barBack {
  53.     position: fixed;
  54.     bottom: 0%;
  55.     width: 100%;
  56. }
  57. #barLoad {
  58.     width: 1%;
  59.     height: 20px;
  60.     background-color: #FF0000;
  61.     text-align: center;
  62.     font-size: 150%;
  63.     line-height: 20px;
  64.     color: #000;
  65. }
  66. h1 {
  67.     font-size: 150%;
  68.     color: #fff;
  69. }
  70. h2 {
  71.     font-size: 130%;
  72.     font-weight: normal;
  73.     border-bottom: 1px solid #000000;
  74.     margin-bottom: 1em;
  75. }
  76. h3 {
  77.     font-size: 120%;
  78.     margin-top: 2em;
  79.     padding-left: 5px;
  80.     border-left: 10px solid #9EC9E1;
  81.     margin-bottom: 1em;
  82. }
  83. h4 {
  84.     font-size: 100%;
  85.     margin-top: 2em;
  86.     margin-left: 24px;
  87.     padding-left: 5px;
  88.     border-left: 5px solid #9EC9E1;
  89.     margin-bottom: 1em;
  90. }
  91. .about {
  92.     font-size: large;
  93.     color: #fff;
  94.     text-decoration: none;
  95.     position: absolute;
  96.     right: 20px;
  97.     top: 80px;
  98. }
  99. ul.default {
  100.     list-style: disc outside;
  101.     margin-bottom: 1em;
  102. }
  103. ul.default li {
  104.     margin-left: 1.5em;
  105.     padding-left: 0;
  106. }
  107. .btn {
  108.     padding: 16px 32px;
  109.     text-align: center;
  110.     text-decoration: none;
  111.     display: inline-block;
  112.     font-size: 24px;
  113.     margin: 4px 2px;
  114.     -webkit-transition-duration: 0.4s;
  115.     transition-duration: 0.4s;
  116.     cursor: pointer;
  117. }
  118. .btn-disabled {
  119.     width: 325px;
  120.     background-color: #777777;
  121.     color: white;
  122.     border-radius: 8px;
  123. }
  124. .btn-main {
  125.     width: 325px;
  126.     background-color: #000000;
  127.     color: white;
  128.     border-radius: 8px;
  129. }
  130. .btn-main:hover {
  131.     width: 325px;
  132.     background-color: #0058b1;
  133.     color: white;
  134.     border-radius: 8px;
  135. }
  136. /*
  137. Copyright (c) 2017-2018 Al Azif, https://github.com/Al-Azif/ps4-exploit-host
  138.  
  139. Permission is hereby granted, free of charge, to any person obtaining
  140. a copy of this software and associated documentation files (the
  141. "Software"), to deal in the Software without restriction, including
  142. without limitation the rights to use, copy, modify, merge, publish,
  143. distribute, sublicense, and/or sell copies of the Software, and to
  144. permit persons to whom the Software is furnished to do so, subject to
  145. the following conditions:
  146.  
  147. The above copyright notice and this permission notice shall be
  148. included in all copies or substantial portions of the Software.
  149.  
  150. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  151. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  152. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  153. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  154. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  155. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  156. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  157. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement