PageRenderTime 23ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/scala-eclipse/plugins/org.eclipse.ui.intro.universal_3.2.701.v20150204-1123/themes/slate/html/root.css

https://gitlab.com/adrian.io/ide
CSS | 271 lines | 197 code | 45 blank | 29 comment | 0 complexity | 06d8f2c43246a75fb5fd33c5e6691c60 MD5 | raw file
  1. /*******************************************************************************
  2. * Copyright (c) 2006, 2010 IBM Corporation and others.
  3. * All rights reserved. This program and the accompanying materials
  4. * are made available under the terms of the Eclipse Public License v1.0
  5. * which accompanies this distribution, and is available at
  6. * http://www.eclipse.org/legal/epl-v10.html
  7. *
  8. * Contributors:
  9. * IBM Corporation - initial API and implementation
  10. *******************************************************************************/
  11. /* Hide the extra div for links in the normal state. */
  12. a .link-extra-div {
  13. display: none;
  14. }
  15. /* Link label properties */
  16. #page-links a .link-label {
  17. top: -1.2em;
  18. color:#00507C;
  19. font-family:Verdana,Arial,Helvetica;
  20. font-weight:bold;
  21. }
  22. #page-links a:hover .link-label {
  23. color: #69c;
  24. text-decoration : underline;
  25. }
  26. #page-links a {
  27. width : 45%;
  28. float : left;
  29. margin-left : 3%;
  30. margin-bottom : 35px;
  31. }
  32. /*
  33. * Set up the content for the root page.
  34. */
  35. html, body {
  36. overflow : auto;
  37. overflow-clip: rect(0, auto, auto, 0);
  38. background-color : none;
  39. background-image : url("../graphics/rootpage/background.jpg");
  40. background-position : top left;
  41. background-repeat : no-repeat;
  42. }
  43. #root {
  44. background-image : url("../graphics/rootpage/root_banner.jpg");
  45. background-position : top left;
  46. background-repeat : repeat-x;
  47. }
  48. #branding {
  49. position: absolute;
  50. top : 0px;
  51. left : 0px;
  52. }
  53. /*
  54. * Set up the navigation bar. It should be centered in the middle
  55. * of the page
  56. */
  57. .intro-header {
  58. padding-top : 90px;
  59. margin-left : 7%;
  60. margin-bottom : 40px;
  61. }
  62. /* For the main page content's title */
  63. .intro-header h1 {
  64. font-family: Verdana, Arial, Helvetica;
  65. color:#333333;
  66. font-weight: normal;
  67. letter-spacing:-0.03em;
  68. }
  69. #page-links a img {
  70. height : 48px;
  71. width : 64px;
  72. vertical-align : middle;
  73. }
  74. #page-links a span {
  75. display : block;
  76. }
  77. #page-links a span.link-label {
  78. position : relative;
  79. top : -45px;
  80. left : 60px;
  81. margin-right: 60px;
  82. font-family: Verdana, Arial, Helvetica;
  83. font-weight: bold;
  84. line-height:1.5;
  85. color: #00507C;
  86. }
  87. #page-links a p .text {
  88. left: 51px;
  89. display : block;
  90. position : relative;
  91. top : -40px;
  92. margin-bottom: -25px;
  93. margin-right: 53px;
  94. font-family: Verdana, Arial, Helvetica;
  95. line-height: 1.3;
  96. }
  97. #page-links a .background-image {
  98. display: none;
  99. }
  100. #page-links a .link-extra-div {
  101. display :none;
  102. }
  103. .content-img {
  104. padding-left: 15px;
  105. }
  106. /* Link images */
  107. #page-links a#overview .content-img { background-image : url("../graphics/rootpage/overview48.png"); }
  108. #page-links a#overview:hover .content-img,
  109. #page-links a#overview:active .content-img,
  110. #page-links a#overview:focus .content-img { background-image : url("../graphics/rootpage/overview48_hov.png"); }
  111. #page-links a#tutorials .content-img { background-image : url("../graphics/rootpage/tutorials48.png"); }
  112. #page-links a#tutorials:hover .content-img,
  113. #page-links a#tutorials:active .content-img,
  114. #page-links a#tutorials:focus .content-img { background-image : url("../graphics/rootpage/tutorials48_hov.png"); }
  115. #page-links a#samples .content-img { background-image : url("../graphics/rootpage/samples48.png"); }
  116. #page-links a#samples:hover .content-img,
  117. #page-links a#samples:active .content-img,
  118. #page-links a#samples:focus .content-img { background-image : url("../graphics/rootpage/samples48_hov.png"); }
  119. #page-links a#whatsnew .content-img { background-image : url("../graphics/rootpage/whatsnew48.png"); }
  120. #page-links a#whatsnew:hover .content-img,
  121. #page-links a#whatsnew:active .content-img,
  122. #page-links a#whatsnew:focus .content-img { background-image : url("../graphics/rootpage/whatsnew48_hov.png"); }
  123. #page-links a#firststeps .content-img { background-image : url("../graphics/rootpage/firststeps48.png"); }
  124. #page-links a#firststeps:hover .content-img,
  125. #page-links a#firststeps:active .content-img,
  126. #page-links a#firststeps:focus .content-img { background-image : url("../graphics/rootpage/firststeps48_hov.png"); }
  127. #page-links a#migrate .content-img { background-image : url("../graphics/rootpage/migrate48.png"); }
  128. #page-links a#migrate:hover .content-img,
  129. #page-links a#migrate:active .content-img,
  130. #page-links a#migrate:focus .content-img { background-image : url("../graphics/rootpage/migrate48_hov.png"); }
  131. #page-links a#webresources .content-img { background-image : url("../graphics/rootpage/webresources48.png"); }
  132. #page-links a#webresources:hover .content-img,
  133. #page-links a#webresources:active .content-img,
  134. #page-links a#webresources:focus .content-img { background-image : url("../graphics/rootpage/webresources48_hov.png"); }
  135. /* Hack for IE6, which cannot display png files with alpha channel transparency */
  136. * html #page-links a#overview .content-img { background-image : url("../graphics/rootpage/overview48.gif"); }
  137. * html #page-links a#overview:hover .content-img,
  138. * html #page-links a#overview:active .content-img,
  139. * html #page-links a#overview:focus .content-img { background-image : url("../graphics/rootpage/overview48_hov.gif"); }
  140. * html #page-links a#tutorials .content-img { background-image : url("../graphics/rootpage/tutorials48.gif"); }
  141. * html #page-links a#tutorials:hover .content-img,
  142. * html #page-links a#tutorials:active .content-img,
  143. * html #page-links a#tutorials:focus .content-img { background-image : url("../graphics/rootpage/tutorials48_hov.gif"); }
  144. * html #page-links a#samples .content-img { background-image : url("../graphics/rootpage/samples48.gif"); }
  145. * html #page-links a#samples:hover .content-img,
  146. * html #page-links a#samples:active .content-img,
  147. * html #page-links a#samples:focus .content-img { background-image : url("../graphics/rootpage/samples48_hov.gif"); }
  148. * html #page-links a#whatsnew .content-img { background-image : url("../graphics/rootpage/whatsnew48.gif"); }
  149. * html #page-links a#whatsnew:hover .content-img,
  150. * html #page-links a#whatsnew:active .content-img,
  151. * html #page-links a#whatsnew:focus .content-img { background-image : url("../graphics/rootpage/whatsnew48_hov.gif"); }
  152. * html #page-links a#firststeps .content-img { background-image : url("../graphics/rootpage/firststeps48.gif"); }
  153. * html #page-links a#firststeps:hover .content-img,
  154. * html #page-links a#firststeps:active .content-img,
  155. * html #page-links a#firststeps:focus .content-img { background-image : url("../graphics/rootpage/firststeps48_hov.gif"); }
  156. * html #page-links a#migrate .content-img { background-image : url("../graphics/rootpage/migrate48.gif"); }
  157. * html #page-links a#migrate:hover .content-img,
  158. * html #page-links a#migrate:active .content-img,
  159. * html #page-links a#migrate:focus .content-img { background-image : url("../graphics/rootpage/migrate48_hov.gif"); }
  160. * html #page-links a#webresources .content-img { background-image : url("../graphics/rootpage/webresources48.gif"); }
  161. * html #page-links a#webresources:hover .content-img,
  162. * html #page-links a#webresources:active .content-img,
  163. * html #page-links a#webresources:focus .content-img { background-image : url("../graphics/rootpage/webresources48_hov.gif"); }
  164. /* End hack for IE6 */
  165. /*
  166. * Not using action links.
  167. */
  168. #action-links {
  169. display: none;
  170. }
  171. /*
  172. * Workbench
  173. */
  174. #page-links a#workbench:hover .link-label
  175. {
  176. color : #FFEC89;
  177. text-decoration : none;
  178. }
  179. #workbench p span {
  180. display : none;
  181. }
  182. * html #page-links a#workbench .content-img {
  183. background-image:url(../graphics/icons/ctool/wb_nav_32.gif);
  184. }
  185. #page-links a#workbench .content-img {
  186. background-image:url(../graphics/icons/ctool/wb_nav_32.gif);
  187. display:block;
  188. color : white;
  189. height:32px;
  190. margin:5px auto 0;
  191. width:32px;
  192. background-repeat:no-repeat;
  193. border-width:0;
  194. }
  195. #page-links a#workbench .link-label {
  196. position : static;
  197. margin-right : 0px;
  198. font-weight : bold;
  199. color : white;
  200. font-family:Arial,sans-serif;
  201. }
  202. #page-links a#workbench .text {
  203. display : none;
  204. }
  205. #page-links a#workbench {
  206. position : absolute;
  207. right : 20px;
  208. top : 0px;
  209. width : auto;
  210. text-align:center;
  211. margin-bottom : 0px;
  212. }
  213. #page-links a#workbench img {
  214. padding : 0px;
  215. }
  216. #page-links a#workbench span {
  217. margin-top : 0px;
  218. line-height : normal;
  219. }
  220. #page-links a#workbench .link-label {
  221. font-size:8pt;
  222. color:white;
  223. font-weight:bold;
  224. text-align:center;
  225. margin-left: 0;
  226. }