reenadak

stylesheet of Mukesh dak

Sep 16th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.11 KB | None | 0 0
  1. /* http://www.codebeautifier.com */
  2.  
  3.  
  4. * {
  5. margin:0;
  6. padding:0;
  7. }
  8.  
  9. main {
  10. width:800px;
  11. font-size:.8em;
  12. margin:0 auto;
  13. padding:5px px;
  14. }
  15.  
  16. header {
  17. height:60px;
  18. border:1px solid #ccc;
  19. background-color:#FFF;
  20. margin:5px;
  21. padding:5px;
  22. }
  23.  
  24. .parent {
  25. position:relative;
  26. }
  27.  
  28. .vhCenter {
  29. position:absolute;
  30. top:50%;
  31. left:50%;
  32. transform:translate(-50%,-50%);
  33. }
  34.  
  35. .vCenter {
  36. position:absolute;
  37. top:50%;
  38. transform:translateY(-50%);
  39. }
  40.  
  41. nav {
  42. height:25px;
  43. border:1px solid #ccc;
  44. word-spacing:5px;
  45. background-color:#FFF;
  46. margin:5px;
  47. padding:5px;
  48. }
  49.  
  50. footer {
  51. height:15px;
  52. border:1px solid #ccc;
  53. background-color:#FFF;
  54. margin:5px;
  55. padding:5px;
  56. }
  57.  
  58. #nav2 {
  59. margin-bottom:1px;
  60. word-spacing:5px;
  61. background-color:#FFF;
  62. padding:4px;
  63. }
  64.  
  65. #nav2 a:link,.nav2 a:visited {
  66. margin-bottom:5px;
  67. border:1px 1px 1px 1px #000;
  68. word-spacing:5px;
  69. background-color:#e9e9e9;
  70. color:#333;
  71. text-shadow:.02em .02em .02em #333;
  72. padding:3px;
  73. }
  74.  
  75. #nav2 a:hover {
  76. background-color:#FFF;
  77. text-decoration:underline overline;
  78. }
  79.  
  80. #sidebar li {
  81. list-style:none;
  82. line-height:150%;
  83. }
  84.  
  85. #sidebar {
  86. width:200px;
  87. float:right;
  88. margin-bottom:25px;
  89. z-index:-2;
  90. }
  91.  
  92. #site_title {
  93. color:#9C0;
  94. text-align:left;
  95. font:bold 24px Verdana, Arial, Helvetica, sans-serif;
  96. margin:0 0 5px;
  97. padding:5px;
  98. }
  99.  
  100. .highlight {
  101. color:#600;
  102. font-weight:700;
  103. }
  104.  
  105. .message {
  106. color:#000;
  107. font-size:12px;
  108. border:1px solid red;
  109. margin:3px;
  110. padding:3px;
  111. }
  112.  
  113. .debug {
  114. color:#000;
  115. font-size:10px;
  116. background-color:#fff;
  117. border:1px dashed red;
  118. margin:5px;
  119. padding:5px;
  120. }
  121.  
  122. .debug:before {
  123. font-size:10px;
  124. font-weight:700;
  125. content:"Debug Note: ";
  126. }
  127.  
  128. .message-box {
  129. color:#000;
  130. font-size:14px;
  131. border:1px dashed #999;
  132. background-color:#FFC;
  133. margin:5px;
  134. padding:10px;
  135. }
  136.  
  137. #infobox {
  138. font-size:14px;
  139. font-weight:400;
  140. color:#000;
  141. background-color:#FFC;
  142. float:center;
  143. border-color:grey;
  144. border-style:dashed;
  145. border-width:1px;
  146. margin:15px;
  147. padding:5px;
  148. }
  149.  
  150. .textfield {
  151. font-size:12px;
  152. color:#333;
  153. background:#F7F7F7;
  154. border:1px solid #CCC;
  155. padding-left:1px;
  156. }
  157.  
  158. a:hover {
  159. color:#F03;
  160. }
  161.  
  162. a {
  163. color:#00F;
  164. font-size:12px;
  165. text-decoration:none;
  166. }
  167.  
  168. body {
  169. background:#F0F0F0;
  170. font-size:12px;
  171. text-align:center;
  172. font-family:Verdana, Arial, Helvetica, georgia, sans-serif;
  173. font:12px;
  174. margin:0;
  175. padding:10px;
  176. }
  177.  
  178. h1 {
  179. font-size:1.3em;
  180. color:#9C0;
  181. text-align:center;
  182. font:bold 24px Verdana, Arial, Helvetica, sans-serif;
  183. margin:0 0 5px;
  184. padding:0 0 3px;
  185. }
  186.  
  187. h2 {
  188. color:red;
  189. font:bold 18px Verdana, Arial, Helvetica, sans-serif;
  190. margin:0 0 5px;
  191. padding:0 0 3px;
  192. }
  193.  
  194. h3 {
  195. color:#900;
  196. text-align:center;
  197. font:bold 15px Verdana, Arial, Helvetica, sans-serif;
  198. border-bottom:1px dashed #E6E8ED;
  199. margin:0 0 5px;
  200. padding:0 0 3px;
  201. }
  202.  
  203. img {
  204. border-style:none;
  205. }
  206.  
  207. p {
  208. font-size:12px;
  209. }
  210.  
  211. li {
  212. list-style:none;
  213. line-height:200%;
  214. }
  215.  
  216. table {
  217. margin-left:auto;
  218. margin-right:auto;
  219. border-collapse:collapse;
  220. }
  221.  
  222. .protected a:link {
  223. color:#000;
  224. }
  225.  
  226. .unprotected a:link {
  227. color:#060;
  228. font-weight:700;
  229. }
  230.  
  231. .message_box {
  232. text-align:center;
  233. color:#545454;
  234. width:80%;
  235. font-size:12px;
  236. line-height:150%;
  237. margin:5px auto;
  238. padding:10px;
  239. }
  240.  
  241. .clean {
  242. background-color:#efefef;
  243. border-top:2px solid #dedede;
  244. border-bottom:2px solid #dedede;
  245. }
  246.  
  247. .info {
  248. background-color:#f7fafd;
  249. border-top:2px solid #b5d3ff;
  250. border-bottom:2px solid #b5d3ff;
  251. }
  252.  
  253. .ok {
  254. background-color:#d7f7c4;
  255. border-top:2px solid #82cb2f;
  256. border-bottom:2px solid #82cb2f;
  257. }
  258.  
  259. .alert {
  260. background-color:#fef5be;
  261. border-top:2px solid #fdd425;
  262. border-bottom:2px solid #fdd425;
  263. }
  264.  
  265. .error {
  266. background-color:#ffcdd1;
  267. border-top:2px solid #e10c0c;
  268. border-bottom:2px solid #e10c0c;
  269. }
  270.  
  271. .logbox {
  272. background-color:#d7f7c4;
  273. border-top:2px solid #82cb2f;
  274. border-bottom:2px solid #82cb2f;
  275. height:100px;
  276. }
  277.  
  278. .small_text {
  279. color:#ccc;
  280. font-size:8px;
  281. }
  282.  
  283. textarea:focus,input:focus {
  284. border:1px solid #900;
  285. }
  286.  
  287. a,a:hover,a:active,a:focus {
  288. outline:0;
  289. direction:ltr;
  290. }
  291.  
  292. .wrapper2 {
  293. position:relative;
  294. height:25px;
  295. }
  296.  
  297. .mainmenu {
  298. position:absolute;
  299. z-index:100;
  300. font-family:Verdana, Geneva, sans-serif;
  301. font-weight:400;
  302. font-size:90%;
  303. line-height:25px;
  304. left:35%;
  305. margin-left:-303px;
  306. width:806px;
  307. }
  308.  
  309. ul.menu {
  310. list-style:none;
  311. width:auto;
  312. overflow:hidden;
  313. float:left;
  314. background:#ddd;
  315. margin:0 1px 0 0;
  316. padding:0;
  317. }
  318.  
  319. ul.menu a {
  320. text-decoration:none;
  321. color:#000;
  322. padding-left:5px;
  323. }
  324.  
  325. ul.menu li.list {
  326. float:left;
  327. width:250px;
  328. border-radius:15px;
  329. margin:-32767px -125px 0 0;
  330. }
  331.  
  332. ul.menu li.list a.category {
  333. position:relative;
  334. z-index:50;
  335. display:block;
  336. float:left;
  337. width:120px;
  338. margin-top:32767px;
  339. background:transparent;
  340. }
  341.  
  342. ul.menu li.list a.category:hover,ul.menu li.list a.category:focus,ul.menu li.list a.category:active {
  343. margin-right:1px;
  344. background-image:url(images/tophover1.png);
  345. background-repeat:no-repeat;
  346. background-position:left top;
  347. }
  348.  
  349. ul.submenu {
  350. float:left;
  351. list-style:none;
  352. border-radius:15px;
  353. background:transparent;
  354. margin:-25px 0 0;
  355. padding:25px 0 0;
  356. }
  357.  
  358. ul.submenu li a {
  359. float:left;
  360. width:120px;
  361. clear:left;
  362. border-radius:15px;
  363. background:transparent;
  364. }
  365.  
  366. ul.submenu a:hover,ul.submenu a:focus,ul.submenu a:active {
  367. background:#900;
  368. margin-right:1px;
  369. }
  370.  
  371. #content {
  372. clear:both;
  373. width:675px;
  374. float:left;
  375. color:#333;
  376. font-family:Verdana, Arial, Helvetica, georgia, sans-serif;
  377. font-size:12px;
  378. word-wrap:soft;
  379. padding:10px;
  380. }
  381.  
  382. #footer {
  383. clear:both;
  384. width:950px;
  385. height:25px;
  386. border-top:1px solid #ccc;
  387. border-bottom:1px solid #ccc;
  388. padding:5px;
  389. }
  390.  
  391. #header {
  392. width:950px;
  393. height:60px;
  394. border-top:1px solid #ccc;
  395. margin:0 auto 10px;
  396. padding:5px;
  397. }
  398.  
  399. #loginbox {
  400. display:block;
  401. margin:10px;
  402. }
  403.  
  404. #nav {
  405. margin-bottom:10px;
  406. border-bottom:1px solid #CCC;
  407. word-spacing:5px;
  408. background-color:#FFFFE1;
  409. padding:8px;
  410. }
  411.  
  412. #normal {
  413. font:12px;
  414. color:#333;
  415. }
  416.  
  417. #sidebar a {
  418. text-decoration:none;
  419. }
  420.  
  421. #wrapper {
  422. width:960px;
  423. border-left:1px solid #ccc;
  424. border-right:1px solid #ccc;
  425. font-family:verdana, arial, helvetica, georgia, sans-serif;
  426. font-size:12px;
  427. margin:0 auto;
  428. }
  429.  
  430. ui-widget {
  431. font-size:.9em;
  432. }
  433.  
  434. input.ui-button {
  435. padding:1.5px;
  436. }
  437.  
  438. a img {
  439. border:0 none;
  440. }
  441.  
  442. .error,.errors {
  443. color:red;
  444. list-style:none;
  445. margin:0 0 2px;
  446. padding:0;
  447. }
  448.  
  449. .clear {
  450. clear:both;
  451. }
  452.  
  453. .left {
  454. clear:left;
  455. float:left;
  456. width:49%;
  457. }
  458.  
  459. .right {
  460. clear:right;
  461. float:right;
  462. width:49%;
  463. }
  464.  
  465. #owrap {
  466. text-align:left;
  467. width:960px;
  468. margin:0 auto;
  469. }
  470.  
  471. #logo {
  472. color:#0050AF;
  473. clear:left;
  474. float:left;
  475. display:block;
  476. font-size:1.5em;
  477. font-weight:700;
  478. margin-bottom:10px;
  479. text-decoration:none;
  480. }
  481.  
  482. #logo:hover {
  483. color:#0050FF;
  484. }
  485.  
  486. #body {
  487. background:#FFF;
  488. border:1px solid #D6D6D6;
  489. clear:both;
  490. float:left;
  491. width:100%;
  492. padding:5px;
  493. }
  494.  
  495. #catLinks {
  496. clear:both;
  497. border-bottom:1px solid #EEE;
  498. padding-bottom:10px;
  499. margin-bottom:10px;
  500. }
  501.  
  502. #catLinks a {
  503. background:#69c;
  504. display:block;
  505. float:left;
  506. margin-right:5px;
  507. color:#FFF;
  508. padding:5px 10px;
  509. }
  510.  
  511. #catLinks a:hover {
  512. background:#000;
  513. }
  514.  
  515. .pagingLinks {
  516. clear:both;
  517. margin-top:5px;
  518. }
  519.  
  520. .pagingLinks a,.paging_links em {
  521. text-decoration:none;
  522. margin:0 0 0 5px;
  523. }
  524.  
  525. .formBtnsPanel {
  526. margin:6px 0 0;
  527. }
  528.  
  529. .codeTable {
  530. border-bottom:1px solid #CCC;
  531. border-right:1px solid #CCC;
  532. width:100%;
  533. }
  534.  
  535. .codeTable .odd {
  536. background:#FFF;
  537. }
  538.  
  539. .codeTable .even {
  540. background:#EFEFEF;
  541. }
  542.  
  543. .codeTable td {
  544. border-top:1px solid #CCC;
  545. border-left:1px solid #CCC;
  546. white-space:nowrap;
  547. padding:5px 10px;
  548. }
  549.  
  550. h3.codetitle {
  551. background:#EEE;
  552. font-size:.9em;
  553. border:1px solid #EEE;
  554. border-bottom:0 none;
  555. text-align:center;
  556. margin:0;
  557. padding:5px 0;
  558. }
  559.  
  560. #theCode {
  561. border:1px solid #DDD;
  562. background:url(../images/lnbg.png) #F7F7F7 repeat-y top left;
  563. padding-bottom:5px;
  564. }
  565.  
  566. #theCode ol {
  567. margin:0 0 0 5px;
  568. }
  569.  
  570. #shareBox,#embedBox {
  571. border:1px solid #DDD;
  572. background:#F7F7F7;
  573. margin-top:5px;
  574. text-align:center;
  575. display:none;
  576. padding:5px;
  577. }
  578.  
  579. #shareBox input,#embedBox input {
  580. width:98%;
  581. }
  582.  
  583. .formPanel input,.formPanel select {
  584. width:450px;
  585. }
  586.  
  587. .formPanel textarea {
  588. height:100px;
  589. width:450px;
  590. }
  591.  
  592. .footer {
  593. padding-left:2px;
  594. padding-top:5px;
  595. }
  596.  
  597. section,article {
  598. height:100px;
  599. color:#333;
  600. font-size:12px;
  601. word-wrap:soft;
  602. border:1px solid #ccc;
  603. background-color:#FFF;
  604. margin:5px;
  605. padding:5px;
  606. }
  607.  
  608. nav a,#nav a {
  609. display:inline;
  610. text-decoration:none;
  611. border:1px solid #fdf;
  612. vertical-align:center;
  613. background-color:#DDD;
  614. padding:2px;
  615. }
  616.  
  617. nav a:hover,#nav a:hover {
  618. background-color:#3F9;
  619. text-decoration:underline overline;
  620. }
  621.  
  622. nav a:visited,#nav a:visited {
  623. background-color:#FFE1FF;
  624. }
  625.  
  626. nav a:active,#nav a:active {
  627. background-color:#CCC;
  628. }
  629.  
  630. td,th {
  631. font-size:12px;
  632. padding:5px;
  633. }
  634.  
  635. .protected a:visited,.unprotected a:visited {
  636. color:#999;
  637. }
  638.  
  639. .protected a:hover,.unprotected a:hover {
  640. color:#333;
  641. background-color:#3F9;
  642. }
  643.  
  644. .protected a:focus,.unprotected a:focus {
  645. color:#333;
  646. }
  647.  
  648. .protected a:active,.unprotected a:active {
  649. color:#090;
  650. }
  651.  
  652. ul.submenu li a.endlist,ul.submenu li a.endlist:hover,ul.submenu li a.endlist:focus,ul.submenu li a.endlist:active {
  653. background:transparent;
  654. }
  655.  
  656. .formPanel,.radioPanel {
  657. margin:5px 0;
  658. }
Add Comment
Please, Sign In to add comment