File: 0.00.1a/plugins/patriot/patriot.css (View as HTML)

  1: /* -------------------------------------------------------------
  2: This file is part of FreeDESK
  3: 
  4: FreeDESK is (C) Copyright 2012 David Cutting
  5: 
  6: FreeDESK is free software: you can redistribute it and/or modify
  7: it under the terms of the GNU General Public License as published by
  8: the Free Software Foundation, either version 3 of the License, or
  9: (at your option) any later version.
 10: 
 11: FreeDESK is distributed in the hope that it will be useful,
 12: but WITHOUT ANY WARRANTY; without even the implied warranty of
 13: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 14: GNU General Public License for more details.
 15: 
 16: You should have received a copy of the GNU General Public License
 17: along with FreeDESK.  If not, see www.gnu.org/licenses
 18: 
 19: For more information see www.purplepixie.org/freedesk/
 20: -------------------------------------------------------------- */
 21: 
 22: 
 23: div.header1
 24: {
 25: 	background: red;
 26: 	-moz-border-radius-topleft: 1em;
 27: 	-webkit-border-top-left-radius: 1em;
 28: 	-moz-border-radius-topright: 1em;
 29: 	-webkit-border-top-right-radius: 1em;
 30: 	border-top-left-radius: 1em;
 31: 	border-top-right-radius: 1em;
 32: 	padding: 0.3em;
 33: 	padding-left: 1.0em;
 34: }
 35: 
 36: 
 37: div.footer1
 38: {
 39: 	background: red;
 40: 	-moz-border-radius-bottomleft: 1em;
 41: 	-webkit-border-bottom-left-radius: 1em;
 42: 	-moz-border-radius-bottomright: 1em;
 43: 	-webkit-border-bottom-right-radius: 1em;
 44: 	border-bottom-left-radius: 1em;
 45: 	border-bottom-right-radius: 1em;
 46: 	padding: 0.5em;
 47: 	color: white;
 48: 	clear: both;
 49: 	margin-top: 1em;
 50: }
 51: 
 52: div.header2
 53: {
 54: 	background: white;
 55: 	-moz-border-radius-topleft: 1em;
 56: 	-webkit-border-top-left-radius: 1em;
 57: 	-moz-border-radius-topright: 1em;
 58: 	-webkit-border-top-right-radius: 1em;
 59: 	border-top-left-radius: 1em;
 60: 	border-top-right-radius: 1em;
 61: 	padding: 0.3em;
 62: 	padding-left: 1.0em;
 63: }
 64: 
 65: 
 66: div.footer2
 67: {
 68: 	background: white;
 69: 	-moz-border-radius-bottomleft: 1em;
 70: 	-webkit-border-bottom-left-radius: 1em;
 71: 	-moz-border-radius-bottomright: 1em;
 72: 	-webkit-border-bottom-right-radius: 1em;
 73: 	border-bottom-left-radius: 1em;
 74: 	border-bottom-right-radius: 1em;
 75: 	padding: 0.5em;
 76: 	color: white;
 77: 	clear: both;
 78: 	margin-top: 1em;
 79: }
 80: 
 81: div.header3
 82: {
 83: 	background: blue;
 84: 	-moz-border-radius-topleft: 1em;
 85: 	-webkit-border-top-left-radius: 1em;
 86: 	-moz-border-radius-topright: 1em;
 87: 	-webkit-border-top-right-radius: 1em;
 88: 	border-top-left-radius: 1em;
 89: 	border-top-right-radius: 1em;
 90: 	padding: 0.3em;
 91: 	padding-left: 1.0em;
 92: }
 93: 
 94: 
 95: div.footer3
 96: {
 97: 	background: blue;
 98: 	-moz-border-radius-bottomleft: 1em;
 99: 	-webkit-border-bottom-left-radius: 1em;
100: 	-moz-border-radius-bottomright: 1em;
101: 	-webkit-border-bottom-right-radius: 1em;
102: 	border-bottom-left-radius: 1em;
103: 	border-bottom-right-radius: 1em;
104: 	padding: 0.5em;
105: 	color: white;
106: 	clear: both;
107: 	margin-top: 1em;
108: }
109: 
110: