No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

76 líneas
1.5KB

  1. /* Home page styles */
  2. @font-face {
  3. font-family: 'cakefont';
  4. src: url('../font/cakedingbats-webfont.eot');
  5. src: url('../font/cakedingbats-webfont.eot?#iefix') format('embedded-opentype'),
  6. url('../font/cakedingbats-webfont.woff2') format('woff2'),
  7. url('../font/cakedingbats-webfont.woff') format('woff'),
  8. url('../font/cakedingbats-webfont.ttf') format('truetype'),
  9. url('../font/cakedingbats-webfont.svg#cake_dingbatsregular') format('svg');
  10. font-weight: normal;
  11. font-style: normal;
  12. }
  13. body {
  14. padding: 60px 0;
  15. }
  16. header {
  17. margin-bottom: 60px;
  18. }
  19. img {
  20. margin-bottom: 30px;
  21. }
  22. h1 {
  23. font-weight: bold;
  24. }
  25. ul {
  26. list-style-type: none;
  27. margin: 0 0 30px 0;
  28. padding-left: 25px;
  29. }
  30. a {
  31. color: #0071BC;
  32. text-decoration: underline;
  33. }
  34. hr {
  35. border-bottom: 1px solid #e7e7e7;
  36. border-top: 0;
  37. margin-bottom: 35px;
  38. }
  39. .text-center {
  40. text-align: center;
  41. }
  42. .links a {
  43. margin-right: 10px;
  44. }
  45. .release-name {
  46. color: #D33C43;
  47. font-weight: 400;
  48. font-style: italic;
  49. }
  50. .bullet:before {
  51. font-family: 'cakefont', sans-serif;
  52. font-size: 18px;
  53. display: inline-block;
  54. margin-left: -1.3em;
  55. width: 1.2em;
  56. -webkit-font-smoothing: antialiased;
  57. -moz-osx-font-smoothing: grayscale;
  58. vertical-align: -1px;
  59. }
  60. .success:before {
  61. color: #88c671;
  62. content: "\0056";
  63. }
  64. .problem:before {
  65. color: #d33d44;
  66. content: "\0057";
  67. }
  68. .cake-error {
  69. padding: 10px;
  70. margin: 10px 0;
  71. }
  72. #url-rewriting-warning {
  73. display: none;
  74. }

Powered by TurnKey Linux.