File: 1.11.2a/server/web/css/monitor.css (View as HTML)

  1: <!--
  2: /* -------------------------------------------------------------
  3: This file is part of FreeNATS
  4: 
  5: FreeNATS is (C) Copyright 2008-2010 PurplePixie Systems
  6: 
  7: FreeNATS is free software: you can redistribute it and/or modify
  8: it under the terms of the GNU General Public License as published by
  9: the Free Software Foundation, either version 3 of the License, or
 10: (at your option) any later version.
 11: 
 12: FreeNATS is distributed in the hope that it will be useful,
 13: but WITHOUT ANY WARRANTY; without even the implied warranty of
 14: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 15: GNU General Public License for more details.
 16: 
 17: You should have received a copy of the GNU General Public License
 18: along with FreeNATS.  If not, see www.gnu.org/licenses
 19: 
 20: For more information see www.purplepixie.org/freenats
 21: -------------------------------------------------------------- */
 22: 
 23: div.monitor_popup
 24: 	{
 25: 	position: absolute;
 26: 	display: none;
 27: 	border: solid 1px black;
 28: 	background-color: white;
 29: 	width: 250px;
 30: 	margin: 10px;
 31: 	z-index: 3;
 32: 	}
 33: 
 34: div.popup_top
 35: 	{
 36: 	background-color: black;
 37: 	text-align: right;
 38: 	color: #ffffff;
 39: 	padding: 2px;
 40: 	}
 41: 	
 42: div.popup_top a
 43: 	{
 44: 	color: white;
 45: 	font-size: 14pt;
 46: 	text-decoration: none;
 47: 	font-weight: bold;
 48: 	}
 49: 	
 50: div.popup_bottom
 51: 	{
 52: 	background-color: black;
 53: 	text-align: left;
 54: 	color: red;
 55: 	padding: 1px;
 56: 	}
 57: 	
 58: div.popup_bottom a
 59: 	{
 60: 	color: white;
 61: 	text-decoration: none;
 62: 	}
 63: 	
 64: div.popup_inside
 65: 	{
 66: 	padding: 3px;
 67: 	margin: 2px;
 68: 	}
 69: 
 70: -->
 71: