Menu

[3e9889]: / index.css  Maximize  Restore  History

Download this file

93 lines (82 with data), 1.5 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
body
{
width: 100%;
text-align: center;
background-color: #445566;
margin: 0;
font-family: sans-serif;
color: #555555;
}
#titleimage
{
width: 500px;
position: relative;
top: 25px;
left: 25px;
}
.button
{
display: block;
position: relative;
width: 300px;
height: 82px;
background-image: url(img/button.svg);
background-size: 100%;
background-repeat: no-repeat;
color: #556688;
font-family: sans-serif;
font-size: 24pt;
text-align: center;
line-height: 81px;
cursor: pointer;
}
.footerparagraph
{
width: 80%;
margin: 20px auto;
border-top: 1px solid #555555;
color: #555555;
font-family: sans-serif;
font-size: 13px;
text-align: center;
padding-top: 8px;
}
#listbox
{
width: 380px;
height: 300px;
border-left: 1px solid #888;
border-top: 1px solid #888;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
margin: 10px auto;
overflow: auto;
background-color: #F0F0F0;
text-align: justify;
}
.choiceEntry
{
display: block;
border-bottom: 1px solid #CCC;
padding: 8px;
font-size: 12px;
cursor: pointer;
background-color: #FEFEFE;
text-decoration: none;
color: #444;
}
.choiceEntry:hover
{
background-color: #CBD4E4;
}
.listitemTitle
{
font-weight: bold;
margin: 0;
font-size: 14px;
}
#dialog button
{
width: 100px;
height: 25px;
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.