Skip to content

Commit b4d8520

Browse files
Código 20/06
1 parent 9ade9ba commit b4d8520

File tree

23 files changed

+4183
-67
lines changed

23 files changed

+4183
-67
lines changed
5.88 KB
Binary file not shown.
Lines changed: 79 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,89 @@
11
/** Add css rules here for your application. */
2-
3-
42
/** Example rules used by the template application (remove for your app) */
53
h1 {
6-
font-size: 2em;
7-
font-weight: bold;
8-
color: #777777;
9-
margin: 40px 0px 70px;
10-
text-align: center;
4+
font-size: 2em;
5+
font-weight: bold;
6+
color: #777777;
7+
margin: 40px 0px 70px;
8+
text-align: center;
119
}
1210

1311
input[type=text] {
14-
background-color : #d8ecf3;
15-
width: 100%;
16-
padding: 10px 50px;
17-
margin: 0.2px 0;
18-
display: inline-block;
19-
border: 1px solid #000000;
20-
border-radius: 4px;
21-
font-size-adjust: none;
22-
font-weight: bold;
23-
}
24-
25-
/* Texto de las gramática*/
26-
.Grammar-Text{
27-
font-size: 15px;
12+
background-color: #d8ecf3;
13+
width: 100%;
14+
padding: 10px 50px;
15+
margin: 0.2px 0;
16+
display: inline-block;
17+
border: 1px solid #000000;
18+
border-radius: 4px;
19+
font-size-adjust: none;
20+
font-weight: bold;
21+
}
22+
23+
/*body {
24+
background: url('/images/Fondo.jpeg');
25+
-webkit-background-size: xx-large;
26+
-moz-background-size: xx-large;
27+
-o-background-size: xx-large;
28+
background-attachment: fixed;
29+
background-position: center;
30+
}
31+
*/
32+
.InputWrite {
33+
background-color: #ff80c0;
34+
width: 100%;
35+
padding: 10px 50px;
36+
margin: 0.2px 0;
37+
display: inline-block;
38+
border: 1px solid #000000;
39+
border-radius: 4px;
40+
font-size-adjust: none;
41+
font-weight: bold;
2842
}
2943

3044
/*Texto de los paneles*/
31-
.Panel-Text{
45+
.Panel-Text {
3246
font: bolder;
3347
font-size: 18px;
34-
margin: 0.5em;
48+
margin: 0.5em;
3549
}
3650

51+
3752
.gwt-MenuBar .gwt-MenuItem {
38-
cursor: default;
39-
font-family: fantasy;
40-
font-size: 14px;
41-
color: gray;
53+
cursor: default;
54+
font-family: fantasy;
55+
font-size: 14px;
56+
color: gray;
57+
58+
padding: 5px 10px;
59+
vertical-align: bottom;
60+
color: #000;
61+
font-weight: bold;
4262
}
43-
63+
/*
4464
.gwt-MenuBar-horizontal .gwt-MenuItem {
45-
padding: 5px 10px;
46-
vertical-align: bottom;
47-
color: #000;
48-
font-weight: bold;
49-
}
65+
padding: 5px 10px;
66+
vertical-align: bottom;
67+
color: #000;
68+
font-weight: bold;
69+
}*/
5070

5171
.gwt-MenuBar-horizontal .gwt-MenuItemSeparator {
52-
width: 1px;
53-
padding: 0px;
54-
margin: 0px;
55-
border: 0px;
56-
border-left: 1px solid #ccc;
57-
background: white;
72+
width: 1px;
73+
padding: 0px;
74+
margin: 0px;
75+
border: 0px;
76+
border-left: 1px solid #ccc;
77+
background: white;
5878
}
5979

6080
.gwt-MenuBar-vertical .subMenuIcon-selected {
61-
background: #E3E8F3;
81+
background: #E3E8F3;
6282
}
6383

6484
.sendButton {
65-
display: block;
66-
font-size: 16pt;
85+
display: block;
86+
font-size: 16pt;
6787
}
6888

6989
/* stock list flex table */
@@ -80,54 +100,47 @@ input[type=text] {
80100

81101
/* Estilo de las celdas de la flextable*/
82102
.FlexTable-ColumnLabelCell {
83-
border-width: 0 0 2px 0;
84-
border-style: solid;
85-
border-color: white;
86-
margin: 0;
87-
border: 1px solid #BBBBBB;
88-
padding: 3px;
89-
text-align: center;
90-
/*vertical-align: middle;*/
103+
border-width: 0 0 2px 0;
104+
border-style: solid;
105+
border-color: white;
106+
margin: 0;
107+
border: 1px solid #BBBBBB;
108+
padding: 3px;
109+
text-align: center;
110+
/*vertical-align: middle;*/
91111
}
92112

93113
/** Most GWT widgets already have a style name defined */
94114
.gwt-DialogBox {
95-
width: 400px;
115+
width: 400px;
96116
}
97117

98118
.dialogVPanel {
99-
margin: 5px;
119+
margin: 5px;
100120
}
101121

102122
.serverResponseLabelError {
103-
color: red;
104-
}
105-
106-
107-
#closeButton {
108-
margin: 15px 6px 6px;
123+
color: red;
109124
}
110125

111126
.gwt-TextArea {
112-
font-weight: bold;
127+
font-weight: bold;
113128
}
114129

115130
.gwt-RichTextArea {
116131
background-color: wite;
117-
font: "Verdana", sans-serif ;
118-
132+
font: "Verdana", sans-serif;
119133
}
120134
/* Estilo del dockpanel con una separacion de 3px */
121135
.dockpanel td {
122-
padding: 3px;
123-
/*background-color: #dfefff;*/
136+
padding: 3px;
137+
/*background-color: #dfefff;*/
124138
}
125139

126-
.gwt-Big-Text{
140+
.gwt-Big-Text {
127141
padding: 3px;
128142
background-color: #e6e6e6;
129143
border: 1px solid #808080;
130144
margin-top: 7px;
131145
margin: 10px 10px 10px;
132-
}
133-
146+
}

Aplicacion/Thoth-Web/war/GramaticaCS.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
<html>
88
<head>
9+
<link rel="shortcut icon" type="images/png" href="/images/thothIcon2.png"/>
10+
911
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
1012
<meta name="gwt:property" content="locale=es,de,fr,es">
1113

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Indices written at Tue, 13 Jun 2017 22:58:29 CEST -->
1+
<!-- Indices written at Wed, 21 Jun 2017 03:08:19 CEST -->
22

33
<datastore-indexes/>
44

-48 Bytes
Binary file not shown.
-779 Bytes
Binary file not shown.

Aplicacion/Thoth-Web/war/gramaticacs/gramaticacs.devmode.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
1.11 KB
Loading
1.35 KB
Loading
308 Bytes
Loading

0 commit comments

Comments
 (0)