From f9e6078e1f051126a9966da25c689db3964dfc21 Mon Sep 17 00:00:00 2001 From: Paulo Henrique Date: Sat, 14 Feb 2015 23:21:22 -0300 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=B5es=20na=20contribui=C3=A7?= =?UTF-8?q?=C3=A3o=20de=20PERRIS=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/themes/default/css/groups.css | 151 +++++++++++++++++++++++ 1 file changed, 151 insertions(+) create mode 100755 WebContent/themes/default/css/groups.css diff --git a/WebContent/themes/default/css/groups.css b/WebContent/themes/default/css/groups.css new file mode 100755 index 0000000..e474035 --- /dev/null +++ b/WebContent/themes/default/css/groups.css @@ -0,0 +1,151 @@ +.horizontal-menu ul { + padding: 0px; + margin: 0px; + list-style: none; + height: 24px; +} + +.horizontal-menu ul li { + display: inline; + background: #CCCCCC; + border: solid 1px #999999; + color: #52A07E; + padding: 5px; + height: 24px; +} + +.horizontal-menu ul li a { + padding: 5px; +} + +.horizontal-menu ul li:hover { + background: #E7E7E7; +} + +input.button_add { + background-image: url(../imgs/icons/button_cancel-15.png); + /* 16px x 16px */ + background-color: transparent; + background-repeat: no-repeat; + border: none; + cursor: pointer; + /* make the cursor like hovering over an element */ + height: 16px; + padding-left: 16px; /* make text start to the right of the image */ + vertical-align: middle; /* align the text vertically centered */ +} + +table th { + background: #AED1AD; +} + +table td { + background: #FFFFFF; +} + +table th, table td { + border: solid 1px #35784C; +} + +table.viewOneGroup, table.viewOnePerson, table.visualizarGrupo { + width: 100%; +} + +table.criarGrupos { + border-collapse: collapse; + border: none; +} + +th.criarGrupos { + padding-bottom: 5px; +} + +tr.criarGrupos, td.criarGrupos { + border: none; + padding-left: 10px; + padding-right: 10px; +} + +td.disable { + border: none; + padding-left: 10px; + padding-right: 10px; + color: grey; +} + +input.groups { + border: none; +} + +input.groupsName { + width: 129px; +} + +input.convidarRetirar { + width: 70px; + text-align: center; +} + +input { + cursor: pointer; + background: #ffffff; + color: #000000; + border: solid 1px #999999; +} + +input.class1 { + font-size: 12px; +} + +input.class2 { + font-size: 15px; +} + +input.class3 { + font-size: 18px; +} + +input.class4 { + font-size: 21px; +} + +input.class5 { + font-size: 24px; +} + +input.class6 { + font-size: 27px; +} + +input.class7 { + font-size: 30px; +} + +input.class8 { + font-size: 33px; +} + +input.class9 { + font-size: 36px; +} + +input.class10 { + font-size: 39px; +} + +div.cloud { + border: 1px solid grey; +} + +div.cloud input { + width: 100%; +} + +h2, table { + margin-bottom: 10px; +} + +body { + font-family: Arial, Helvetica, sans-serif; + font-size: 0.7em; +} \ No newline at end of file