Sha256: c31e02027e1477bdb2994e5e9536d8a9e3d219dbba84aac08597bdb48aea0a82

Contents?: true

Size: 1.85 KB

Versions: 34

Compression:

Stored size: 1.85 KB

Contents

// Copyright (c) 2008-2013 Michael Dvorkin and contributors.
//
// Fat Free CRM is freely distributable under the terms of MIT license.
// See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php
//------------------------------------------------------------------------------
$color_body: #e5e5e5;
$color_link: #0033cc;
$color_link_hover: white;
$color_link_hover_background: #0033cc;
$color_link_image: white;
$color_link_image_background: white;

// Standard HTML tags.
//------------------------------------------------------------------------------
html, body {
  background: $color_body;
  font: {
    size-adjust: none;
    stretch: normal;
    style: normal;
    variant: normal;
    weight: normal; };
  height: 100%;
  line-height: normal; }

body, ol, ul, li, dt, tt, label, input, select, textarea {
  font: {
    size: 12px;
    family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif; }; }

body, h1, h2, h3, h4, h5, h6, ol, ul, li {
  margin: 0px;
  padding: 0px; }

form {
  margin: 0px; }

ul li {
  list-style-type: none; }

// Links.
//------------------------------------------------------------------------------
a {
  text-decoration: none;
  &:link, &:visited {
    color: $color_link; }
  &:hover {
    background: $color_link_hover_background;
    color: $color_link_hover; }
  img {
    background-color: $color_link_image_background;
    border: none;
    color: $color_link_image;
    text-decoration: none; } }

#options {
  a {
    border-bottom: 1px dotted darkcyan;
    color: darkcyan;
    text-decoration: none;
    &:hover {
      background: $color_body;
      border-bottom: 1px dotted darkblue;
      color: darkblue; } } }

// Smaller fonts.
//------------------------------------------------------------------------------
abbr {
  font-size: 9px; }

small {
  font-size: 10px; }

dt {
  font-size: 11px; }

tt {
  font-size: 12px; }

Version data entries

34 entries across 34 versions & 2 rubygems

Version Path
fat_free_crm-0.19.2 app/assets/stylesheets/base.scss
fat_free_crm-0.19.0 app/assets/stylesheets/base.scss
fat_free_crm-0.18.2 app/assets/stylesheets/base.scss
fat_free_crm-0.14.2 app/assets/stylesheets/base.scss
fat_free_crm-0.15.2 app/assets/stylesheets/base.scss
fat_free_crm-0.16.4 app/assets/stylesheets/base.scss
fat_free_crm-0.17.3 app/assets/stylesheets/base.scss
fat_free_crm-0.18.1 app/assets/stylesheets/base.scss
fat_free_crm-0.18.0 app/assets/stylesheets/base.scss
fat_free_crm-0.14.1 app/assets/stylesheets/base.scss
fat_free_crm-0.15.1 app/assets/stylesheets/base.scss
fat_free_crm-0.16.3 app/assets/stylesheets/base.scss
fat_free_crm-0.17.2 app/assets/stylesheets/base.scss
fat_free_crm-0.16.2 app/assets/stylesheets/base.scss
fat_free_crm-0.17.1 app/assets/stylesheets/base.scss
fat_free_crm-0.16.1 app/assets/stylesheets/base.scss
fat_free_crm-0.16.0 app/assets/stylesheets/base.scss
fat_free_crm-0.15.0 app/assets/stylesheets/base.scss
fat_free_crm-0.15.0.beta.2 app/assets/stylesheets/base.scss
fat_free_crm-0.15.0.beta app/assets/stylesheets/base.scss