Viewing File server/web/css/mobile.css of 1.05.1a
|
1: <!-- 2: /* ------------------------------------------------------------- 3: This file is part of FreeNATS 4: 5: FreeNATS is (C) Copyright 2008 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: 24: 25: table.maintitle 26: { 27: background-color: #e0e0ff; 28: border: dashed 1px #a0a0e0; 29: } 30: 31: b.maintitle { font-size: 14pt; } 32: 33: b.subtitle { font-size: 13pt; } 34: 35: b.sectitle { font-size: 12pt; } 36: 37: td.titlelink 38: { 39: text-align: right; 40: font-size: 10pt; 41: } 42: 43: 44: 45: b.minortitle { 46: font-size: 13pt; 47: text-decoration: underline; 48: } 49: 50: 51: 52: .al-1 { color: black; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; } 53: .al0 { color: green; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; } 54: .al1 { color: orange; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; } 55: .al2 { color: red; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; } 56: 57: table.nptiny-al-1 58: { 59: width: 100px; 60: height: 100px; 61: border: dotted 1px #a0a0a0; 62: padding: 10px 10px 10px 10px; 63: margin: 10px 10px 10px 10px; 64: } 65: 66: table.nptiny-al0 67: { 68: width: 100px; 69: height: 100px; 70: border: dotted 1px green; 71: padding: 10px 10px 10px 10px; 72: margin: 10px 10px 10px 10px; 73: } 74: 75: table.nptiny-al1 76: { 77: width: 100px; 78: height: 100px; 79: border: dotted 1px orange; 80: padding: 10px 10px 10px 10px; 81: margin: 10px 10px 10px 10px; 82: } 83: 84: table.nptiny-al2 85: { 86: width: 100px; 87: height: 100px; 88: border: dotted 1px red; 89: padding: 10px 10px 10px 10px; 90: margin: 10px 10px 10px 10px; 91: } 92: 93: table.npbig-al-1 94: { 95: border: dotted 1px #e0e0e0; 96: margin: 10px 10px 10px 10px; 97: } 98: 99: table.npbig-al0 100: { 101: border: dotted 1px green; 102: margin: 10px 10px 10px 10px; 103: } 104: 105: table.npbig-al1 106: { 107: border: dotted 1px orange; 108: margin: 10px 10px 10px 10px; 109: } 110: 111: table.npbig-al2 112: { 113: border: dotted 1px red; 114: margin: 10px 10px 10px 10px; 115: } 116: 117: --> 118: