-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyles.css
More file actions
147 lines (121 loc) · 1.76 KB
/
Styles.css
File metadata and controls
147 lines (121 loc) · 1.76 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
.nav {
text-align: center;
}
.sections li {
list-style-type: none;
display: inline-block;
margin-right: 13%;
font-size: 1.5em;
}
.empty {
width: 5%
}
.info {
width: 65%;
}
.descript {
margin-bottom: 2%;
border: 1px solid black;
border-radius: 2em;
/* float: left;
display: block;*/
}
.descript li {
text-align: left;
font-size: 1.1em;
}
p {
padding-left: 1em;
font-size: 1.4em;
text-align: left;
}
.pic {
height: auto;
width: auto;
max-width: 300px;
max-height: 300px;
display: inline-block;
margin: auto;
margin-top: 1em;
border-radius: 2em;
padding: auto;
/*width: 60%;
height: 30%;*/
}
.blockpic {
border: 1px solid black;
border-radius: 2em;
margin-bottom: 2em;
width: 60%;
margin-left: 20%;
}
.blockpic p {
text-align: center;
}
.posfixed {
position: fixed;
}
a {
color: black;
}
.sections a {
text-decoration: none;
}
td {
text-align: center;
#vertical-align: top;
}
.h1 {
border: 1px solid black;
}
a:hover {
color: #C0C0C0;
}
.photopic {
margin: 0;
margin-left: 10px;
float: left;
}
.bold {
color:red;
font-weight: bold;
}
/*Лаба 2*/
.lab2 {
padding: 30px;
border-collapse: collapse;
border: 5px solid black;
}
.ex_border {
padding: 5px;
border-top: 4px solid green;
border-left: 4px solid darkblue;
}
.in_table{
width:100%;
border-collapse: collapse;
border: 3px solid brown;
}
.in_border{
padding: 5px;
border: 2px solid blue;
}
/* Лаба 3*/
td.calendar{
border: 1px solid #cccccc;
background-color: whitesmoke;
}
table.month {
width: 390px;
height: 280px;
border: 1px solid #cccccc;
margin-top: 10px;
}
td.calendar-today {
border: 3px solid #000000;
}
div.lab3 {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
}