/************************************************************* .. .... ............ ........ . ....... . .... .. . ... .. .. .. .. ..... . .. .. .. ....@@@. .. . ........ . .. . .. ..@.@@..@@. .@@@@@@@ @@@@@@. .... .@@@@. .@@@@. .@@@@..@@.@@..@@@..@@@..@@@@.... .... @@@@... .@@@.. @@ @@ .@..@@..@@...@@@. .@@@@@. .. .@@@.. . @@@. @@.@@..@@.@@..@@@ @@ .@@@@@@.. ..... ...@@@.... @@@ .@@.......... ........ ..... .. . ..@@@@.. . .@@@@. .. ....... . ............. . .. .... .. .. . ... .... . . .... ............. .. ... .. .. ... ........ ... ... ................................ ============================================================== digicode.css - Intranet Style STYLE PAGE DU DIGICODE Copyright (c) 2006 by www.crans.org **************************************************************/ #codesTable { width:60%; border:thin black solid; float:left; } #codesTable thead { color:gray; } #codesTable .code { border-right:thin gray solid; width:70%; } #codesTable tbody .age { text-align:right; } #codesTable td, #codesTable th { margin:0; padding:2px 5px; } #codesTable tbody td { border-top:thin gray solid; } #codesTable thead th { border-top:none; } div#addCodeBox { float: right; border:thin black solid; padding:10px; margin:0 5%; width:25%; } div#addCodeBox h1 { font-size:1.1em; margin:2px 10px 20px 10px; text-align:center; } div#addCodeBox form { } div#addCodeBox form input, div#addCodeBox form button { margin:3px; } form input.textinput { border: thin gray solid; }