Guest User

P version

a guest
Dec 27th, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.71 KB | None | 0 0
  1. /* P - AKA Female
  2. -----------------------------------------------------------------------------------------------------------*/
  3.  
  4. .ui-bar-p {
  5.     border: 1px solid #cccccc /*{b-bar-border}*/;
  6.     background: #0044cc /*{b-bar-background-color}*/;
  7.     color: #ffffff /*{b-bar-color}*/;
  8.     font-weight: bold;
  9.     text-shadow: undefined /*{b-bar-shadow-x}*/ undefined /*{b-bar-shadow-y}*/ undefined /*{b-bar-shadow-radius}*/ undefined /*{b-bar-shadow-color}*/;
  10.     background-image: -webkit-gradient(linear, left top, left bottom, from( #0088cc /*{b-bar-background-start}*/), to( #0044cc /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
  11.     background-image: -webkit-linear-gradient( #0088cc /*{b-bar-background-start}*/, #0044cc /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
  12.     background-image:    -moz-linear-gradient( #0088cc /*{b-bar-background-start}*/, #0044cc /*{b-bar-background-end}*/); /* FF3.6 */
  13.     background-image:     -ms-linear-gradient( #0088cc /*{b-bar-background-start}*/, #0044cc /*{b-bar-background-end}*/); /* IE10 */
  14.     background-image:      -o-linear-gradient( #0088cc /*{b-bar-background-start}*/, #0044cc /*{b-bar-background-end}*/); /* Opera 11.10+ */
  15.     background-image:         linear-gradient( #0088cc /*{b-bar-background-start}*/, #0044cc /*{b-bar-background-end}*/);
  16. }
  17. .ui-bar-p .ui-link-inherit {
  18.     color: #ffffff /*{b-bar-color}*/;
  19. }
  20.  
  21. .ui-bar-p a.ui-link {
  22.     color: #7cc4e7 /*{b-bar-link-color}*/;
  23.     font-weight: bold;
  24. }
  25.  
  26. .ui-bar-p a.ui-link:visited {
  27.     color: #2489CE /*{b-bar-link-visited}*/;
  28. }
  29.  
  30. .ui-bar-p a.ui-link:hover {
  31.     color: #2489CE /*{b-bar-link-hover}*/;
  32. }
  33.  
  34. .ui-bar-p a.ui-link:active {
  35.     color: #2489CE /*{b-bar-link-active}*/;
  36. }
  37.  
  38. .ui-bar-p,
  39. .ui-bar-p input,
  40. .ui-bar-p select,
  41. .ui-bar-p textarea,
  42. .ui-bar-p button {
  43.      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
  44. }
  45. .ui-body-p,
  46. .ui-overlay-p {
  47.     border: 1px solid #cccccc /*{b-body-border}*/;
  48.     color: #333333 /*{b-body-color}*/;
  49.     text-shadow: 0 /*{b-body-shadow-x}*/ 0 /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #000000 /*{b-body-shadow-color}*/;
  50.     background-image: #fa5976; /* Old browsers */
  51.     background-image: -moz-linear-gradient(top,  #fa5976 0%, #fa5573 13%, #fa4c6b 30%, #f6374e 100%); /* FF3.6+ */
  52.     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa5976), color-stop(13%,#fa5573), color-stop(30%,#fa4c6b), color-stop(100%,#f6374e)); /* Chrome,Safari4+ */
  53.     background-image: -webkit-linear-gradient(top,  #fa5976 0%,#fa5573 13%,#fa4c6b 30%,#f6374e 100%); /* Chrome10+,Safari5.1+ */
  54.     background-image: -o-linear-gradient(top,  #fa5976 0%,#fa5573 13%,#fa4c6b 30%,#f6374e 100%); /* Opera 11.10+ */
  55.     background-image: -ms-linear-gradient(top,  #fa5976 0%,#fa5573 13%,#fa4c6b 30%,#f6374e 100%); /* IE10+ */
  56.     background-image: linear-gradient(to bottom,  #fa5976 0%,#fa5573 13%,#fa4c6b 30%,#f6374e 100%); /* W3C */
  57.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5976', endColorstr='#f6374e',GradientType=0 ); /* IE6-9 */
  58. }
  59. .ui-overlay-p {
  60.     background-image: none;
  61.     border-width: 0;
  62. }
  63. .ui-body-p,
  64. .ui-body-p input,
  65. .ui-body-p select,
  66. .ui-body-p textarea,
  67. .ui-body-p button {
  68.      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
  69. }
  70. .ui-body-p .ui-link-inherit {
  71.     color: #333333 /*{b-body-color}*/;
  72. }
  73.  
  74. .ui-body-p .ui-link {
  75.     color: #2489CE /*{b-body-link-color}*/;
  76.     font-weight: bold;
  77. }
  78.  
  79. .ui-body-p .ui-link:visited {
  80.     color: #2489CE /*{b-body-link-visited}*/;
  81. }
  82.  
  83. .ui-body-p .ui-link:hover {
  84.     color: #2489CE /*{b-body-link-hover}*/;
  85. }
  86.  
  87. .ui-body-p .ui-link:active {
  88.     color: #2489CE /*{b-body-link-active}*/;
  89. }
  90.  
  91. .ui-btn-up-p {
  92.     border: 1px solid #0056bc /*{b-bup-border}*/;
  93.     background: #0044cc /*{b-bup-background-color}*/;
  94.     font-weight: bold;
  95.     color: #ffffff /*{b-bup-color}*/;
  96.     text-shadow: 0 /*{b-bup-shadow-x}*/ 0 /*{b-bup-shadow-y}*/ 0 /*{b-bup-shadow-radius}*/ #ffffff /*{b-bup-shadow-color}*/;
  97.     background-image: #fa5976; /* Old browsers */
  98.     background-image: -moz-linear-gradient(top,  #fa5976 0%, #fa5573 13%, #fa4c6b 30%, #f6374e 100%); /* FF3.6+ */
  99.     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa5976), color-stop(13%,#fa5573), color-stop(30%,#fa4c6b), color-stop(100%,#f6374e)); /* Chrome,Safari4+ */
  100.     background-image: -webkit-linear-gradient(top,  #fa5976 0%,#fa5573 13%,#fa4c6b 30%,#f6374e 100%); /* Chrome10+,Safari5.1+ */
  101.     background-image: -o-linear-gradient(top,  #fa5976 0%,#fa5573 13%,#fa4c6b 30%,#f6374e 100%); /* Opera 11.10+ */
  102.     background-image: -ms-linear-gradient(top,  #fa5976 0%,#fa5573 13%,#fa4c6b 30%,#f6374e 100%); /* IE10+ */
  103.     background-image: linear-gradient(to bottom,  #fa5976 0%,#fa5573 13%,#fa4c6b 30%,#f6374e 100%); /* W3C */
  104.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5976', endColorstr='#f6374e',GradientType=0 ); /* IE6-9 */
  105.  
  106. }
  107. .ui-btn-up-p:visited,
  108. .ui-btn-up-p a.ui-link-inherit {
  109.     color: #ffffff /*{b-bup-color}*/;
  110. }
  111. .ui-btn-hover-p {
  112.     border: 1px solid #0056bc /*{b-bhover-border}*/;
  113.     background: #0044CC /*{b-bhover-background-color}*/;
  114.     font-weight: bold;
  115.     color: #ffffff /*{b-bhover-color}*/;
  116.     text-shadow: undefined /*{b-bhover-shadow-x}*/ undefined /*{b-bhover-shadow-y}*/ undefined /*{b-bhover-shadow-radius}*/ undefined /*{b-bhover-shadow-color}*/;
  117.     background-image: -webkit-gradient(linear, left top, left bottom, from( #0044CC /*{b-bhover-background-start}*/), to( #0044CC /*{b-bhover-background-end}*/)); /* Saf4+, Chrome */
  118.     background-image: -webkit-linear-gradient( #0044CC /*{b-bhover-background-start}*/, #0044CC /*{b-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
  119.     background-image:    -moz-linear-gradient( #0044CC /*{b-bhover-background-start}*/, #0044CC /*{b-bhover-background-end}*/); /* FF3.6 */
  120.     background-image:     -ms-linear-gradient( #0044CC /*{b-bhover-background-start}*/, #0044CC /*{b-bhover-background-end}*/); /* IE10 */
  121.     background-image:      -o-linear-gradient( #0044CC /*{b-bhover-background-start}*/, #0044CC /*{b-bhover-background-end}*/); /* Opera 11.10+ */
  122.     background-image:         linear-gradient( #0044CC /*{b-bhover-background-start}*/, #0044CC /*{b-bhover-background-end}*/);
  123. }
  124. .ui-btn-hover-p:visited,
  125. .ui-btn-hover-p:hover,
  126. .ui-btn-hover-p a.ui-link-inherit {
  127.     color: #ffffff /*{b-bhover-color}*/;
  128. }
  129. .ui-btn-down-p {
  130.     border: 1px solid #0056bc /*{b-bdown-border}*/;
  131.     background: #003AAD /*{b-bdown-background-color}*/;
  132.     font-weight: bold;
  133.     color: #ffffff /*{b-bdown-color}*/;
  134.     text-shadow: undefined /*{b-bdown-shadow-x}*/ undefined /*{b-bdown-shadow-y}*/ undefined /*{b-bdown-shadow-radius}*/ undefined /*{b-bdown-shadow-color}*/;
  135.     background-image: -webkit-gradient(linear, left top, left bottom, from( #003AAD /*{b-bdown-background-start}*/), to( #003AAD /*{b-bdown-background-end}*/)); /* Saf4+, Chrome */
  136.     background-image: -webkit-linear-gradient( #003AAD /*{b-bdown-background-start}*/, #003AAD /*{b-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
  137.     background-image:    -moz-linear-gradient( #003AAD /*{b-bdown-background-start}*/, #003AAD /*{b-bdown-background-end}*/); /* FF3.6 */
  138.     background-image:     -ms-linear-gradient( #003AAD /*{b-bdown-background-start}*/, #003AAD /*{b-bdown-background-end}*/); /* IE10 */
  139.     background-image:      -o-linear-gradient( #003AAD /*{b-bdown-background-start}*/, #003AAD /*{b-bdown-background-end}*/); /* Opera 11.10+ */
  140.     background-image:         linear-gradient( #003AAD /*{b-bdown-background-start}*/, #003AAD /*{b-bdown-background-end}*/);
  141. }
  142. .ui-btn-down-p:visited,
  143. .ui-btn-down-p:hover,
  144. .ui-btn-down-p a.ui-link-inherit {
  145.     color: #ffffff /*{b-bdown-color}*/;
  146. }
  147. .ui-btn-up-p,
  148. .ui-btn-hover-p,
  149. .ui-btn-down-p {
  150.      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
  151.     text-decoration: none;
  152. }
Advertisement
Add Comment
Please, Sign In to add comment