Skip to content

Instantly share code, notes, and snippets.

@jdlich
Created October 11, 2011 23:37
Show Gist options
  • Save jdlich/1279804 to your computer and use it in GitHub Desktop.
Save jdlich/1279804 to your computer and use it in GitHub Desktop.
/* Text */
.uportal-channel-text-white,
.uportal-channel-text-white a {color:#fff;}
.uportal-text-small {font-size:80%;}
.uportal-channel-strong {font-weight:bold;}
.uportal-channel-emphasis {font-style:italic;}
.uportal-channel-code {font-family:"Courier New", Courier, mono; color:#000;}
.uportal-channel-copyright {font-size:80%;}
/* Titles */
.uportal-channel-title,
.uportal-channel-title-reversed {font-size:150%; font-weight:bold;}
.uportal-channel-title-reversed {background-color:#999; color:#fff;}
.uportal-channel-subtitle,
.uportal-channel-subtitle-reversed {font-size:120%; font-weight:bold; color:#333;}
/* Backgrounds */
.uportal-background {background-color:#fff;}
.uportal-background-dark {background-color:#999;}
.uportal-background-med {background-color:#ccc;}
.uportal-background-light {background-color:#eee;}
.uportal-background-content {background-color:#fff; }
.uportal-background-highlight {background-color:#ffd;}
.uportal-background-shadow {background-color:#ccc;}
/* Forms */
.uportal-button {padding:0.2em 1em; background:#336699 url(images/button_bkd_flat.png) top left repeat-x; border:1px solid #000; color:#fff; font-size:85%; font-weight:bold;}
.uportal-button:hover {background-color:#7a9e0d; cursor:pointer;}
/* Messages */
.uportal-channel-error,
p.uportal-channel-error {padding:1em 1em 1em 3em; border:2px solid #cc0000; color:#f00; background:#ffeeee url(/ResourceServingWebapp/rs/famfamfam/silk/1.3/stop.png) 1em 1em no-repeat;}
.uportal-channel-warning,
p.uportal-channel-warning {padding:1em 1em 1em 3em; border:2px solid #FF6600; color:#000; background:#FFCC66 url(/ResourceServingWebapp/rs/famfamfam/silk/1.3/error.png) 1em 1em no-repeat;}
/* Tables */
.uportal-channel-table-caption {font-size:80%; color:#999;}
.uportal-channel-table-header {padding:0.5em 1em; background-color:#999; color:#fff; font-size:80%; font-weight:bold;}
.uportal-channel-table-row-odd {background-color:#fff;}
.uportal-channel-table-row-even {background-color:#eee;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment