You are here

stylesheet.css in MediaFront 7.2

/*******************************************************************************
Slate Theme for Github Pages
by Jason Costello, @jsncostello
*******************************************************************************/

@import url(pygment_trac.css);

/*******************************************************************************
MeyerWeb Reset
*******************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:focus {
  outline: none;
}

/*******************************************************************************
Theme Styles
*******************************************************************************/

body {
  box-sizing: border-box;
  color:#373737;
  background: #212121;
  font-size: 16px;
  font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-weight: 700;
  color:#222222;
  font-family: 'Lucida Grande', 'Calibri', Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
}

h1 {
  font-size: 36px;
  font-weight: 700;
}

h2 {
  padding-bottom: 10px;
  font-size: 32px;
  background: url('../images/bg_hr.png') repeat-x bottom;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 10px 0 15px 0;
}

footer p {
  color: #f2f2f2;
}

a {
  text-decoration: none;
  color: #007edf;
  text-shadow: none;

  transition: color 0.5s ease;
  transition: text-shadow 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -webkit-transition: text-shadow 0.5s ease;
  -moz-transition: color 0.5s ease;
  -moz-transition: text-shadow 0.5s ease;
  -o-transition: color 0.5s ease;
  -o-transition: text-shadow 0.5s ease;
  -ms-transition: color 0.5s ease;
  -ms-transition: text-shadow 0.5s ease;
}

#main_content a:hover {
  color: #0069ba;
  text-shadow: #0090ff 0px 0px 2px;
}

footer a:hover {
  color: #43adff;
  text-shadow: #0090ff 0px 0px 2px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

img {
  position: relative;
  margin: 0 auto;
  max-width: 739px;
  padding: 5px;
  margin: 10px 0 10px 0;
  border: 1px solid #ebebeb;

  box-shadow: 0 0 5px #ebebeb;
  -webkit-box-shadow: 0 0 5px #ebebeb;
  -moz-box-shadow: 0 0 5px #ebebeb;
  -o-box-shadow: 0 0 5px #ebebeb;
  -ms-box-shadow: 0 0 5px #ebebeb;
}

pre, code {
  width: 100%;
  color: #222;
  background-color: #fff;

  font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
  font-size: 14px;

  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;



}

pre {
  width: 100%;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  overflow: auto;
}

code {
  padding: 3px;
  margin: 0 3px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}

pre code {
  display: block;
  box-shadow: none;
}

blockquote {
  color: #666;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  border-left: 3px solid #bbb;
}

ul, ol, dl {
  margin-bottom: 15px
}

ul li {
  list-style: inside;
  padding-left: 20px;
}

ol li {
  list-style: decimal inside;
  padding-left: 20px;
}

dl dt {
  font-weight: bold;
}

dl dd {
  padding-left: 20px;
  font-style: italic;
}

dl p {
  padding-left: 20px;
  font-style: italic;
}

hr {
  height: 1px;
  margin-bottom: 5px;
  border: none;
  background: url('../images/bg_hr.png') repeat-x center;
}

table {
  border: 1px solid #373737;
  margin-bottom: 20px;
  text-align: left;
 }

th {
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 10px;
  background: #373737;
  color: #fff;
 }

td {
  padding: 10px;
  border: 1px solid #373737;
 }

form {
  background: #f2f2f2;
  padding: 20px;
}

img {
  width: 100%;
  max-width: 100%;
}

/*******************************************************************************
Full-Width Styles
*******************************************************************************/

.outer {
  width: 100%;
}

.inner {
  position: relative;
  max-width: 640px;
  padding: 20px 10px;
  margin: 0 auto;
}

#forkme_banner {
  display: block;
  position: absolute;
  top:0;
  right: 10px;
  z-index: 10;
  padding: 10px 50px 10px 10px;
  color: #fff;
  background: url('../images/blacktocat.png') #0090ff no-repeat 95% 50%;
  font-weight: 700;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

#header_wrap {
  background: #212121;
  background: -moz-linear-gradient(top, #373737, #212121);
  background: -webkit-linear-gradient(top, #373737, #212121);
  background: -ms-linear-gradient(top, #373737, #212121);
  background: -o-linear-gradient(top, #373737, #212121);
  background: linear-gradient(top, #373737, #212121);
}

#header_wrap .inner {
  padding: 50px 10px 30px 10px;
}

#project_title {
  margin: 0;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  text-shadow: #111 0px 0px 10px;
}

#project_tagline {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  background: none;
  text-shadow: #111 0px 0px 10px;
}

#downloads {
  position: absolute;
  width: 210px;
  z-index: 10;
  bottom: -40px;
  right: 0;
  height: 70px;
  background: url('../images/icon_download.png') no-repeat 0% 90%;
}

.zip_download_link {
  display: block;
  float: right;
  width: 90px;
  height:70px;
  text-indent: -5000px;
  overflow: hidden;
  background: url(../images/sprite_download.png) no-repeat bottom left;
}

.tar_download_link {
  display: block;
  float: right;
  width: 90px;
  height:70px;
  text-indent: -5000px;
  overflow: hidden;
  background: url(../images/sprite_download.png) no-repeat bottom right;
  margin-left: 10px;
}

.zip_download_link:hover {
  background: url(../images/sprite_download.png) no-repeat top left;
}

.tar_download_link:hover {
  background: url(../images/sprite_download.png) no-repeat top right;
}

#main_content_wrap {
  background: #f2f2f2;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}

#main_content {
  padding-top: 40px;
}

#footer_wrap {
  background: #212121;
}



/*******************************************************************************
Small Device Styles
*******************************************************************************/

@media screen and (max-width: 480px) {
  body {
    font-size:14px;
  }

  #downloads {
    display: none;
  }

  .inner {
    min-width: 320px;
    max-width: 480px;
  }

  #project_title {
  font-size: 32px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 21px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 12px;
  }

  code, pre {
    min-width: 320px;
    max-width: 480px;
    font-size: 11px;
  }

}

File

players/osmplayer/player/minplayer/stylesheets/stylesheet.css
View source
  1. /*******************************************************************************
  2. Slate Theme for Github Pages
  3. by Jason Costello, @jsncostello
  4. *******************************************************************************/
  5. @import url(pygment_trac.css);
  6. /*******************************************************************************
  7. MeyerWeb Reset
  8. *******************************************************************************/
  9. html, body, div, span, applet, object, iframe,
  10. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  11. a, abbr, acronym, address, big, cite, code,
  12. del, dfn, em, img, ins, kbd, q, s, samp,
  13. small, strike, strong, sub, sup, tt, var,
  14. b, u, i, center,
  15. dl, dt, dd, ol, ul, li,
  16. fieldset, form, label, legend,
  17. table, caption, tbody, tfoot, thead, tr, th, td,
  18. article, aside, canvas, details, embed,
  19. figure, figcaption, footer, header, hgroup,
  20. menu, nav, output, ruby, section, summary,
  21. time, mark, audio, video {
  22. margin: 0;
  23. padding: 0;
  24. border: 0;
  25. font: inherit;
  26. vertical-align: baseline;
  27. }
  28. /* HTML5 display-role reset for older browsers */
  29. article, aside, details, figcaption, figure,
  30. footer, header, hgroup, menu, nav, section {
  31. display: block;
  32. }
  33. ol, ul {
  34. list-style: none;
  35. }
  36. blockquote, q {
  37. }
  38. table {
  39. border-collapse: collapse;
  40. border-spacing: 0;
  41. }
  42. a:focus {
  43. outline: none;
  44. }
  45. /*******************************************************************************
  46. Theme Styles
  47. *******************************************************************************/
  48. body {
  49. box-sizing: border-box;
  50. color:#373737;
  51. background: #212121;
  52. font-size: 16px;
  53. font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
  54. line-height: 1.5;
  55. -webkit-font-smoothing: antialiased;
  56. }
  57. h1, h2, h3, h4, h5, h6 {
  58. margin: 10px 0;
  59. font-weight: 700;
  60. color:#222222;
  61. font-family: 'Lucida Grande', 'Calibri', Helvetica, Arial, sans-serif;
  62. letter-spacing: -1px;
  63. }
  64. h1 {
  65. font-size: 36px;
  66. font-weight: 700;
  67. }
  68. h2 {
  69. padding-bottom: 10px;
  70. font-size: 32px;
  71. background: url('../images/bg_hr.png') repeat-x bottom;
  72. }
  73. h3 {
  74. font-size: 24px;
  75. }
  76. h4 {
  77. font-size: 21px;
  78. }
  79. h5 {
  80. font-size: 18px;
  81. }
  82. h6 {
  83. font-size: 16px;
  84. }
  85. p {
  86. margin: 10px 0 15px 0;
  87. }
  88. footer p {
  89. color: #f2f2f2;
  90. }
  91. a {
  92. text-decoration: none;
  93. color: #007edf;
  94. text-shadow: none;
  95. transition: color 0.5s ease;
  96. transition: text-shadow 0.5s ease;
  97. -webkit-transition: color 0.5s ease;
  98. -webkit-transition: text-shadow 0.5s ease;
  99. -moz-transition: color 0.5s ease;
  100. -moz-transition: text-shadow 0.5s ease;
  101. -o-transition: color 0.5s ease;
  102. -o-transition: text-shadow 0.5s ease;
  103. -ms-transition: color 0.5s ease;
  104. -ms-transition: text-shadow 0.5s ease;
  105. }
  106. #main_content a:hover {
  107. color: #0069ba;
  108. text-shadow: #0090ff 0px 0px 2px;
  109. }
  110. footer a:hover {
  111. color: #43adff;
  112. text-shadow: #0090ff 0px 0px 2px;
  113. }
  114. em {
  115. font-style: italic;
  116. }
  117. strong {
  118. font-weight: bold;
  119. }
  120. img {
  121. position: relative;
  122. margin: 0 auto;
  123. max-width: 739px;
  124. padding: 5px;
  125. margin: 10px 0 10px 0;
  126. border: 1px solid #ebebeb;
  127. box-shadow: 0 0 5px #ebebeb;
  128. -webkit-box-shadow: 0 0 5px #ebebeb;
  129. -moz-box-shadow: 0 0 5px #ebebeb;
  130. -o-box-shadow: 0 0 5px #ebebeb;
  131. -ms-box-shadow: 0 0 5px #ebebeb;
  132. }
  133. pre, code {
  134. width: 100%;
  135. color: #222;
  136. background-color: #fff;
  137. font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
  138. font-size: 14px;
  139. border-radius: 2px;
  140. -moz-border-radius: 2px;
  141. -webkit-border-radius: 2px;
  142. }
  143. pre {
  144. width: 100%;
  145. padding: 10px;
  146. box-shadow: 0 0 10px rgba(0,0,0,.1);
  147. overflow: auto;
  148. }
  149. code {
  150. padding: 3px;
  151. margin: 0 3px;
  152. box-shadow: 0 0 10px rgba(0,0,0,.1);
  153. }
  154. pre code {
  155. display: block;
  156. box-shadow: none;
  157. }
  158. blockquote {
  159. color: #666;
  160. margin-bottom: 20px;
  161. padding: 0 0 0 20px;
  162. border-left: 3px solid #bbb;
  163. }
  164. ul, ol, dl {
  165. margin-bottom: 15px
  166. }
  167. ul li {
  168. list-style: inside;
  169. padding-left: 20px;
  170. }
  171. ol li {
  172. list-style: decimal inside;
  173. padding-left: 20px;
  174. }
  175. dl dt {
  176. font-weight: bold;
  177. }
  178. dl dd {
  179. padding-left: 20px;
  180. font-style: italic;
  181. }
  182. dl p {
  183. padding-left: 20px;
  184. font-style: italic;
  185. }
  186. hr {
  187. height: 1px;
  188. margin-bottom: 5px;
  189. border: none;
  190. background: url('../images/bg_hr.png') repeat-x center;
  191. }
  192. table {
  193. border: 1px solid #373737;
  194. margin-bottom: 20px;
  195. text-align: left;
  196. }
  197. th {
  198. font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  199. padding: 10px;
  200. background: #373737;
  201. color: #fff;
  202. }
  203. td {
  204. padding: 10px;
  205. border: 1px solid #373737;
  206. }
  207. form {
  208. background: #f2f2f2;
  209. padding: 20px;
  210. }
  211. img {
  212. width: 100%;
  213. max-width: 100%;
  214. }
  215. /*******************************************************************************
  216. Full-Width Styles
  217. *******************************************************************************/
  218. .outer {
  219. width: 100%;
  220. }
  221. .inner {
  222. position: relative;
  223. max-width: 640px;
  224. padding: 20px 10px;
  225. margin: 0 auto;
  226. }
  227. #forkme_banner {
  228. display: block;
  229. position: absolute;
  230. top:0;
  231. right: 10px;
  232. z-index: 10;
  233. padding: 10px 50px 10px 10px;
  234. color: #fff;
  235. background: url('../images/blacktocat.png') #0090ff no-repeat 95% 50%;
  236. font-weight: 700;
  237. box-shadow: 0 0 10px rgba(0,0,0,.5);
  238. border-bottom-left-radius: 2px;
  239. border-bottom-right-radius: 2px;
  240. }
  241. #header_wrap {
  242. background: #212121;
  243. background: -moz-linear-gradient(top, #373737, #212121);
  244. background: -webkit-linear-gradient(top, #373737, #212121);
  245. background: -ms-linear-gradient(top, #373737, #212121);
  246. background: -o-linear-gradient(top, #373737, #212121);
  247. background: linear-gradient(top, #373737, #212121);
  248. }
  249. #header_wrap .inner {
  250. padding: 50px 10px 30px 10px;
  251. }
  252. #project_title {
  253. margin: 0;
  254. color: #fff;
  255. font-size: 42px;
  256. font-weight: 700;
  257. text-shadow: #111 0px 0px 10px;
  258. }
  259. #project_tagline {
  260. color: #fff;
  261. font-size: 24px;
  262. font-weight: 300;
  263. background: none;
  264. text-shadow: #111 0px 0px 10px;
  265. }
  266. #downloads {
  267. position: absolute;
  268. width: 210px;
  269. z-index: 10;
  270. bottom: -40px;
  271. right: 0;
  272. height: 70px;
  273. background: url('../images/icon_download.png') no-repeat 0% 90%;
  274. }
  275. .zip_download_link {
  276. display: block;
  277. float: right;
  278. width: 90px;
  279. height:70px;
  280. text-indent: -5000px;
  281. overflow: hidden;
  282. background: url(../images/sprite_download.png) no-repeat bottom left;
  283. }
  284. .tar_download_link {
  285. display: block;
  286. float: right;
  287. width: 90px;
  288. height:70px;
  289. text-indent: -5000px;
  290. overflow: hidden;
  291. background: url(../images/sprite_download.png) no-repeat bottom right;
  292. margin-left: 10px;
  293. }
  294. .zip_download_link:hover {
  295. background: url(../images/sprite_download.png) no-repeat top left;
  296. }
  297. .tar_download_link:hover {
  298. background: url(../images/sprite_download.png) no-repeat top right;
  299. }
  300. #main_content_wrap {
  301. background: #f2f2f2;
  302. border-top: 1px solid #111;
  303. border-bottom: 1px solid #111;
  304. }
  305. #main_content {
  306. padding-top: 40px;
  307. }
  308. #footer_wrap {
  309. background: #212121;
  310. }
  311. /*******************************************************************************
  312. Small Device Styles
  313. *******************************************************************************/
  314. @media screen and (max-width: 480px) {
  315. body {
  316. font-size:14px;
  317. }
  318. #downloads {
  319. display: none;
  320. }
  321. .inner {
  322. min-width: 320px;
  323. max-width: 480px;
  324. }
  325. #project_title {
  326. font-size: 32px;
  327. }
  328. h1 {
  329. font-size: 28px;
  330. }
  331. h2 {
  332. font-size: 24px;
  333. }
  334. h3 {
  335. font-size: 21px;
  336. }
  337. h4 {
  338. font-size: 18px;
  339. }
  340. h5 {
  341. font-size: 14px;
  342. }
  343. h6 {
  344. font-size: 12px;
  345. }
  346. code, pre {
  347. min-width: 320px;
  348. max-width: 480px;
  349. font-size: 11px;
  350. }
  351. }