Advertisement
Guest User

Untitled

a guest
May 4th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.36 KB | None | 0 0
  1. @font-face {
  2. font-family: SalesforceSans-Regular; src: url('styles/fonts/SalesforceSans-Regular.ttf');
  3. }
  4.  
  5. body {
  6. font-family: SalesforceSans-Regular, sans-serif;
  7. margin-top: 12%;
  8. /*background: url('style/blue.jpg') no-repeat fixed center center;*/
  9. -size: cover;
  10. }
  11.  
  12. .container{
  13. width: 100%;
  14. height: 100%;
  15. display: inline-block;
  16. }
  17. .headercontainer{
  18. width: 100%;
  19. display: inline-block;
  20.  
  21. }
  22.  
  23. footer{
  24. background-color: rgb(0,145,184);
  25. width: 100%;
  26. height: 3.5%;
  27. float: left;
  28. display: inline-block;
  29. position: fixed;
  30. bottom: 0;
  31. left: 0;
  32. font-size: 12px;
  33. }
  34.  
  35.  
  36. div.active{
  37. width: 20%;
  38. height: 100%;
  39. display: inline-block;
  40. }
  41. div.inactive{
  42. width: 20%;
  43. display: inline-block;
  44. }
  45. a:link {
  46. text-decoration: none;
  47. }
  48.  
  49. table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
  50. content: " \25B4\25BE"
  51. }
  52. section {
  53. position: relative;
  54. padding-top: 37px;
  55. background: #009BC9;
  56. height: 400px;
  57. }
  58. section.positioned {
  59. position: absolute;
  60. top:100px;
  61. left:100px;
  62. width:800px;
  63. box-shadow: 0 0 15px #333;
  64. }
  65. .tabl {
  66. overflow-y: auto;
  67. height: 400px;
  68. }
  69. table {
  70. border-spacing: 0;
  71. width:100%;
  72. }
  73. td, th {
  74. background: #ffffff;
  75. color: #000;
  76. padding: 10px 25px;
  77. }
  78. th {
  79. height: 0;
  80. line-height: 0;
  81. padding-top: 0;
  82. padding-bottom: 0;
  83. color: transparent;
  84. border: none;
  85. white-space: nowrap;
  86. }
  87. th div{
  88. position: absolute;
  89. background: transparent;
  90. color: #fff;
  91. padding: 9px 25px;
  92. top: 0;
  93. margin-left: -25px;
  94. line-height: normal;
  95.  
  96. }
  97. th:first-child div{
  98. border: none;
  99. }
  100.  
  101. .filter img {
  102. background: #fff url('style/u0XmBmv.png') 20px top no-repeat;
  103. background-size: 16px 80px;
  104. }
  105.  
  106. .filter img {
  107. background: #fff url('style/u0XmBmv.png') 20px bottom no-repeat;
  108. background-size: 16px 80px;
  109. }
  110.  
  111. .logofooter {
  112. width: 360px;
  113. height: 102px;
  114. margin: 30px auto;
  115. text-align: center;
  116. }
  117.  
  118. .login-block {
  119. width: 620px;
  120. padding: 20px;
  121. background: #fff;
  122. border-radius: 8px;
  123. border-top: 5px solid rgb(0,155,201);
  124. border-bottom: 5px solid rgb(0,155,201);
  125. margin: 15px auto;
  126. }
  127.  
  128. .login-block h1 {
  129. text-align: center;
  130. color: #000;
  131. font-size: 18px;
  132. text-transform: uppercase;
  133. margin-top: 0;
  134. margin-bottom: 20px;
  135. }
  136.  
  137. .login-block input {
  138. width: 100%;
  139. height: 42px;
  140. box-sizing: border-box;
  141. border-radius: 5px;
  142. border: 1px solid #ccc;
  143. margin-bottom: 20px;
  144. font-size: 14px;
  145. font-family: Montserrat;
  146. padding: 0 20px 0 50px;
  147. outline: none;
  148. }
  149.  
  150. .login-block input#username {
  151. background: #fff url('style/u0XmBmv.png') 20px top no-repeat;
  152. background-size: 16px 80px;
  153. }
  154.  
  155. .login-block input#username:focus {
  156. background: #fff url('style/u0XmBmv.png') 20px bottom no-repeat;
  157. background-size: 16px 80px;
  158. }
  159.  
  160. .login-block input#password {
  161. background: #fff url('style/Qf83FTt.png') 20px top no-repeat;
  162. background-size: 16px 80px;
  163. }
  164.  
  165. .login-block input#password:focus {
  166. background: #fff url('style/Qf83FTt.png') 20px bottom no-repeat;
  167. background-size: 16px 80px;
  168. }
  169.  
  170. .login-block input:active, .login-block input:focus {
  171. border: 1px solid rgb(0,145,184);
  172. }
  173.  
  174. .login-block button {
  175. width: 100%;
  176. height: 40px;
  177. background: rgb(0,155,201);
  178. box-sizing: border-box;
  179. border-radius: 5px;
  180. border: 1px solid rgb(0,155,201);
  181. color: #fff;
  182. font-weight: bold;
  183. text-transform: uppercase;
  184. font-size: 14px;
  185. font-family: Montserrat;
  186. outline: none;
  187. cursor: pointer;
  188. }
  189.  
  190. .login-block button:hover {
  191. background: rgb(0,82,142);
  192. }
  193. .caplogo{
  194. border-radius: 8px;
  195. }
  196.  
  197.  
  198. a:hover:not(.active){
  199. background-color: #00529b;
  200. }
  201.  
  202. .active{
  203. background-color:#00529b;
  204. }
  205.  
  206. .header {
  207. width: 100%;
  208. height: 25%;
  209. position: fixed;
  210. top: 0;
  211. left: 0;
  212. z-index: 999;
  213. background-color: white;
  214. display: inline-block;
  215. -webkit-transition: height 0.3s;
  216. -moz-transition: height 0.3s;
  217. -ms-transition: height 0.3s;
  218. -o-transition: height 0.3s;
  219. transition: height 0.3s;
  220. }
  221.  
  222. .header img#logo {
  223. height: 50%;
  224. float: left;
  225.  
  226. position: relative;
  227. display: inline-block;
  228. -webkit-transition: all 0.3s;
  229. -moz-transition: all 0.3s;
  230. -ms-transition: all 0.3s;
  231. -o-transition: all 0.3s;
  232. transition: all 0.3s;
  233. }
  234. .header img#logo2 {
  235. height: 50%;
  236. float: right;
  237. position: relative;
  238. display: inline-block;
  239. -webkit-transition: all 0.3s;
  240. -moz-transition: all 0.3s;
  241. -ms-transition: all 0.3s;
  242. -o-transition: all 0.3s;
  243. transition: all 0.3s;
  244. }
  245. .header nav {
  246. background-color: #3b8dbd;
  247. display: block;
  248. float: left;
  249. margin-right:0px;
  250. height: 40%;
  251. width: 100%;
  252. }
  253. .header nav a {
  254. line-height: 68px;
  255. margin-left: 20px;
  256. color: #9fdbfc;
  257. font-weight: 700;
  258. font-size: 18px;
  259. -webkit-transition: all 0.3s;
  260. -moz-transition: all 0.3s;
  261. -ms-transition: all 0.3s;
  262. -o-transition: all 0.3s;
  263. transition: all 0.3s;
  264. }
  265. .header nav a:hover {
  266. color: white;
  267. }
  268. .header.smaller {
  269. height: 17%;
  270. }
  271. .header.smaller img#logo {
  272. height: 50%;
  273. float: left;
  274. }
  275. .header.smaller img#logo2 {
  276. height: 50%;
  277. float: right;
  278. }
  279. .header.smaller nav a {
  280. line-height: 45px;
  281. font-size: 14px;
  282. }
  283. @media all and (max-width: 660px) {
  284. body {
  285. font-family: SalesforceSans-Regular, sans-serif;
  286. margin-top: 20%;
  287. /*background: url('style/blue.jpg') no-repeat fixed center center;*/
  288. -size: cover;
  289. }
  290. .header img#logo {
  291. display: block;
  292. float: left;
  293. margin: 0 auto;
  294. height: 100px;
  295. }
  296. .header img#logo2 {
  297. display: block;
  298. float: right;
  299. margin: 0 auto;
  300. height: 100px;
  301. }
  302. .header nav {
  303. display: block;
  304. float: none;
  305. height: 50px;
  306. line-height:50px;
  307. text-align: center;
  308. margin: 0 auto;
  309. }
  310. .header nav a {
  311. line-height: 50px;
  312. margin: 0 10px;
  313. }
  314. .header.smaller {
  315. height: 75px;
  316. }
  317. .header.smaller img#logo {
  318. height: 40px;
  319. line-height: 40px;
  320. font-size: 30px;
  321. }
  322. .header.smaller nav {
  323. height: 35px;
  324. line-height:35px;
  325. }
  326. .header.smaller nav a {
  327. line-height: 35px;
  328. }
  329. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement