Skip to content

Commit

Permalink
Update UI (#183)
Browse files Browse the repository at this point in the history
* Fix wash coding

* Fix wash coding

* UI refactoring

Co-authored-by: andreytopchiy <[email protected]>
  • Loading branch information
Kanaduchi and AnTopch authored Nov 17, 2022
1 parent cd25d03 commit b63b4d3
Show file tree
Hide file tree
Showing 35 changed files with 688 additions and 1,721 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![VW coding](docs/assets/logo.png)
![VW coding](docs/assets/images/logo.png)

## Adding codings

Expand Down
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![VW coding](docs/assets/logo.png)
![VW coding](docs/assets/images/logo.png)

## Description

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![VW coding](docs/assets/logo.png)
![VW coding](docs/assets/images/logo.png)

## ОПИСАНИЕ

Expand Down
3 changes: 3 additions & 0 deletions docs/MQB/tires.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

# Настройка профилей шин

!!! note "Генератор параметрии шин"
[Online генератор TMPS](../utils/tiresCoding.md){ .md-button .md-button--primary }

### Настройка системы контроля давления в шинах через Individual профиль

!!! tip
Expand Down
72 changes: 72 additions & 0 deletions docs/assets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,76 @@ iframe[id*="dsq-app"][src*="comments"] {
margin-bottom: 1rem;
color: currentColor;
font-weight: 700
}

/* Styles for custom pages */

table {
*border-collapse: collapse; /* IE7 and lower */
border-spacing: 0;
width: 100%;
}

.bordered {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 1px 1px #ccc;
-moz-box-shadow: 0 1px 1px #ccc;
box-shadow: 0 1px 1px #ccc;
}

.bordered td, .bordered th {
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
padding: 10px;
text-align: left;
}

.bordered th {
background-color: #3F51B5;
color: #FFFFFF;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
border-top: none;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.bordered tr:hover {
-o-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}

.bordered th:first-child {
-moz-border-radius: 6px 0 0 0;
-webkit-border-radius: 6px 0 0 0;
border-radius: 6px 0 0 0;
}

.bordered th:last-child {
-moz-border-radius: 0 6px 0 0;
-webkit-border-radius: 0 6px 0 0;
border-radius: 0 6px 0 0;
}

.bordered th:only-child{
-moz-border-radius: 6px 6px 0 0;
-webkit-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
-moz-border-radius: 0 0 0 6px;
-webkit-border-radius: 0 0 0 6px;
border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
-moz-border-radius: 0 0 6px 0;
-webkit-border-radius: 0 0 6px 0;
border-radius: 0 0 6px 0;
}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit b63b4d3

Please sign in to comment.