zmiany stylistyczne/usuwanie niepotrzebnych rzeczy
This commit is contained in:
parent
8c44f64135
commit
376859a850
|
@ -25,6 +25,7 @@ header {
|
||||||
|
|
||||||
.header-title {
|
.header-title {
|
||||||
margin-left: auto; /* Przesuwa tytuł na prawo */
|
margin-left: auto; /* Przesuwa tytuł na prawo */
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style dla przycisków kategorii */
|
/* Style dla przycisków kategorii */
|
||||||
|
@ -45,38 +46,49 @@ header {
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
transition: background-color 0.3s, color 0.3s, border 0.3s;
|
transition: background-color 0.3s, color 0.3s, border 0.3s;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.category-buttons button.active {
|
.category-buttons button.active {
|
||||||
background-color: #4CAF50;
|
background-color: seagreen;
|
||||||
color: white;
|
color: white;
|
||||||
border: 1px solid #4CAF50;
|
border: 1px solid seagreen;
|
||||||
}
|
}
|
||||||
|
|
||||||
.up-button {
|
.up-button {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.up-button button {
|
.up-button button {
|
||||||
|
background-color: seagreen;
|
||||||
|
color: white;
|
||||||
|
border: 1px solid seagreen;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: #f2f2f2;
|
border-radius: 10px;
|
||||||
border: 1px solid #ccc;
|
|
||||||
border-radius: 4px;
|
|
||||||
transition: background-color 0.3s, color 0.3s, border 0.3s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.up-button button.active {
|
.up-button button:hover {
|
||||||
background-color: #4CAF50;
|
opacity: 0.9;
|
||||||
color: white;
|
transition: 0.4s;
|
||||||
border: 1px solid #4CAF50;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.up-button button:active {
|
||||||
|
opacity: 0.4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tag {
|
||||||
|
color: white;
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column; /* Elementy jeden pod drugim */
|
flex-direction: column; /* Elementy jeden pod drugim */
|
||||||
|
@ -95,6 +107,7 @@ table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
background-color: whitesmoke;
|
background-color: whitesmoke;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
th, td {
|
th, td {
|
||||||
|
@ -118,6 +131,7 @@ tr:nth-child(even) {
|
||||||
|
|
||||||
.select-role {
|
.select-role {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-class select {
|
.select-class select {
|
||||||
|
@ -125,6 +139,7 @@ tr:nth-child(even) {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
border: 1px solid lightgray;
|
border: 1px solid lightgray;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-role select {
|
.select-role select {
|
||||||
|
@ -137,6 +152,8 @@ tr:nth-child(even) {
|
||||||
/* Stylizacja nagłówków */
|
/* Stylizacja nagłówków */
|
||||||
h1, h2, h3 {
|
h1, h2, h3 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
color: whitesmoke;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Dodatkowe style dla układu */
|
/* Dodatkowe style dla układu */
|
||||||
|
@ -192,15 +209,6 @@ footer.footer {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Stylizacja przycisków ogólna */
|
|
||||||
button {
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
button:hover {
|
|
||||||
opacity: 0.8;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Stylizacja checkboxów */
|
/* Stylizacja checkboxów */
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
transform: scale(1.2);
|
transform: scale(1.2);
|
||||||
|
|
|
@ -170,7 +170,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "konkursy-olimpiady",
|
"id": "konkursy-olimpiady",
|
||||||
"name": "udział w konkursach, olimpiadach przedmiotowych ( każdorazowo)",
|
"name": "Udział w konkursach, olimpiadach przedmiotowych (każdorazowo)",
|
||||||
"criteria_ids": [
|
"criteria_ids": [
|
||||||
4,
|
4,
|
||||||
5,
|
5,
|
||||||
|
@ -185,7 +185,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "konkursy-szkolne",
|
"id": "konkursy-szkolne",
|
||||||
"name": "udział w konkursach szkolnych (każdorazowo)",
|
"name": "Udział w konkursach szkolnych (każdorazowo)",
|
||||||
"criteria_ids": [
|
"criteria_ids": [
|
||||||
13,
|
13,
|
||||||
14
|
14
|
||||||
|
@ -193,7 +193,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "reprezentowanie-szkoły",
|
"id": "reprezentowanie-szkoły",
|
||||||
"name": "reprezentowanie szkoły w zawodach sportowych indywidualnie i w zespole:",
|
"name": "Reprezentowanie szkoły w zawodach sportowych indywidualnie i w zespole:",
|
||||||
"criteria_ids": [
|
"criteria_ids": [
|
||||||
15,
|
15,
|
||||||
16,
|
16,
|
||||||
|
@ -239,7 +239,7 @@
|
||||||
],
|
],
|
||||||
"roles": {
|
"roles": {
|
||||||
"teacher": {
|
"teacher": {
|
||||||
"name": "Teacher",
|
"name": "Nauczyciel",
|
||||||
"criteria_ids": [
|
"criteria_ids": [
|
||||||
1,
|
1,
|
||||||
2,
|
2,
|
||||||
|
@ -266,7 +266,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"homeroom_teacher": {
|
"homeroom_teacher": {
|
||||||
"name": "Homeroom Teacher",
|
"name": "Wychowawca Klasy",
|
||||||
"criteria_ids": [
|
"criteria_ids": [
|
||||||
1,
|
1,
|
||||||
2,
|
2,
|
||||||
|
@ -279,7 +279,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"principal": {
|
"principal": {
|
||||||
"name": "Principal",
|
"name": "Dyrektor",
|
||||||
"criteria_ids": [
|
"criteria_ids": [
|
||||||
8,
|
8,
|
||||||
9,
|
9,
|
||||||
|
@ -288,14 +288,14 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"student": {
|
"student": {
|
||||||
"name": "Student",
|
"name": "Uczeń",
|
||||||
"criteria_ids": [
|
"criteria_ids": [
|
||||||
12,
|
12,
|
||||||
13
|
13
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"patryk": {
|
"patryk": {
|
||||||
"name": "patryk",
|
"name": "Mpabi",
|
||||||
"criteria_ids": [
|
"criteria_ids": [
|
||||||
15,
|
15,
|
||||||
16
|
16
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Ocena Zachowania</title>
|
<title>Ocena Zachowania</title>
|
||||||
<link rel="stylesheet" href="css/style.css">
|
<link rel="stylesheet" href="css/style.css">
|
||||||
|
<link rel="icon" type="image/x-icon" href="ikona.png">
|
||||||
<style>
|
<style>
|
||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -132,14 +133,14 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="select-role">
|
<div class="select-role">
|
||||||
<p>Wybierz role:</p>
|
<p class="tag">Wybierz role:</p>
|
||||||
<select onchange="changeRole()" id="select-role" class="select-role">
|
<select onchange="changeRole()" id="select-role" class="select-role">
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="select-class" id="select-class-container">
|
<div class="select-class" id="select-class-container">
|
||||||
<p>Wybierz klasę:</p>
|
<p class="tag">Wybierz klasę:</p>
|
||||||
<select class="select-class" id="select-class-select">
|
<select class="select-class" id="select-class-select">
|
||||||
<!-- Opcje będą ładowane dynamicznie -->
|
<!-- Opcje będą ładowane dynamicznie -->
|
||||||
</select>
|
</select>
|
||||||
|
@ -183,6 +184,7 @@
|
||||||
<p>S. Ptak</p>
|
<p>S. Ptak</p>
|
||||||
<p>B. Bohdan</p>
|
<p>B. Bohdan</p>
|
||||||
<P>T. Zadworny</P>
|
<P>T. Zadworny</P>
|
||||||
|
<p>J. Rzodkiew</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer-right">
|
<div class="footer-right">
|
||||||
<p>M. Pabiszczak</p>
|
<p>M. Pabiszczak</p>
|
||||||
|
|
Loading…
Reference in New Issue