mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-27 17:16:01 +00:00
7a858695bf
* website: started new design (#6279)
* upload assets & change font to gt-walsheim
* fix language issue in learn-more page
* design cover for desktop
* website: home page sections (#6285)
* upload assets & change font to gt-walsheim
* fix language issue in learn-more page
* design cover for desktop
* add section 2, 3 & 4 for desktop
---------
Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>
* website: more sections (#6289)
* upload assets & change font to gt-walsheim
* fix language issue in learn-more page
* design cover for desktop
* add section 2, 3 & 4 for desktop
* website: directory page (#6283)
* website: directory page
* core: use markdown in directory entries
* render markdown on directory page
* update markdown
* toggle secrets on click
* update listings asynchronously
* add group links to the listing
* cleanup
* better directory layout with pagination
* script to run website
* update page navigation
* search
* readable markdown colors, better "read less"
* core: atomic update of directory listings, to avoid files unavailable
* fix symlink, sort entries on page with new first
* update listings every 15 min, add activeAt time
* fix sorting in the page and listing url
* replace simplex:/ links on desktop
* website: fix search in directory
* add section 5 for Desktop
* android, desktop: update dependency
* website(directory): add bot address, open simplex links in new tab, improve error handling
* made cover responsive
* directory: show only recent groups in active/new tabs, page improvements (#6290)
* directory: show only recent groups as active or new
* round times
* sorting order
* fix links
* improve
* directory: disable search autocomplete
* directory: show approximate activity/creation time
* scripts: suffix deb packages with distribution codename (#6273)
* directory: show default image in case of loading error (can happen when group is delisted)
* website: add directory to nav bar, fixes (#6293)
* website: add directory to nav bar, fixes
* docs: update readme
* add responsiveness
* add socials
* remove white redundent line
---------
Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>
Co-authored-by: sh <37271604+shumvgolove@users.noreply.github.com>
* website: navbar (#6307)
* add navbar for desktop
* website: complete navbar (#6313)
* website: desktop layout for section 2 3 4 5 (#6317)
* desktop layout for section 2 3 4 5
* improve mobile layout
* resolve navbar issues
* delete unwanted svg
* cover layout
* update section 5 for mobile
* section 5 desktop
* website: improve layout & section 6 (#6321)
* improve layout
* add section 6
* website: promoted groups on home page (#6323)
* website: promoted groups on home page
* use local images when fallback listing is used, replace image on download error with group icon
* welcome message
* more links
* rename CSS classes
* website: adding footer (#6326)
* adding footer
* add footer
* update nav
* improve spaces in .group-images
* quick fix
* add community vouchers page
* fix footer problem
* disable pull to refresh
* address bar now hide in safari
* website: fallback group images (#6342)
* website: new things (#6344)
* add learn_more.md section in /learn-more page
* fix cover swiping bug & improve gradient
* fix click bug of group-images
* website: improve layout (#6361)
* website: improve layout
* fix footer for iphone
* add light mode (#6368)
* website: important updates (#6375)
* design improvements for desktop
* design improvements for mobile
* same navbar for all pages
* add comparison table
* update z-index
* quick fix
* add glassy effect to nav
* quick improvement
* favicon
* quick fix
* update nav glassy effect
* quick nav update
* improve mobile layout
* improve mobile layout
* improve mobile layout
* rotate gradients for mobile
* safearea
* almost remove background from nav
---------
Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>
* website: cover updates (#6380)
* remove background from nav
* add publications
* add security btns
* quick fixes
* quick fixes
* add all btns & made them responsive
* add hash & update pages
* Revert "remove background from nav"
This reverts commit ee27d17484.
* fix web.sh
---------
Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>
* website: translation strings (#6384)
* add translation strings for home page
* add translation strings for comparison table
* update strings
* website: update text (#6387)
* website: update text
* website: additional translation strings
* comparison table
* update colors
* update glossary
* website: fix glossary capitalize issue (#6388)
* fix glossary capitalize issue
* fix gradient scroll issue
* fix gradient scroll issue
* website: community vouchers and token (#6389)
* website: community vouchers and token
* website: change translation string
* update name
* website: update translations, fonts, fix language navigation (#6395)
* website: update translations
* website: update fonts, fix language navigation
* website: update texts (#6404)
* website: update texts
* website: update texts
* update the text
* website: update texts
* update
* web: mobile layout / safe area (#6408)
* improve status bar / safe area coloring
* improve status coloring
* website: popup to mint nft (WIP) (#6410)
* website: popup to mint nft (WIP)
* update dApp
* minting works
* update dApp
* update
* update app
* improve
* update network to arbitrum
* update copyright
* website: layout fixes, token button (#6415)
* update images, add note about arbitrum
* update colors
* website: update tokens, switch dApp to Ethereum
---------
Co-authored-by: M. Sarmad Qadeer <MSarmadQadeer@gmail.com>
Co-authored-by: sh <37271604+shumvgolove@users.noreply.github.com>
299 lines
4.3 KiB
CSS
299 lines
4.3 KiB
CSS
h1,
|
|
#article h1 {
|
|
font-size: 38px;
|
|
font-weight: 700;
|
|
letter-spacing: 0.02em;
|
|
background: -webkit-linear-gradient(to bottom, #53C1FF -50%, #0053D0 160%);
|
|
background: linear-gradient(to bottom, #53C1FF -50%, #0053D0 160%);
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
background-clip: text;
|
|
text-fill-color: transparent;
|
|
|
|
margin-bottom: 32px;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
#article h1 {
|
|
font-size: 45px;
|
|
margin-bottom: 50px;
|
|
}
|
|
}
|
|
|
|
.dark h1,
|
|
.dark #article h1 {
|
|
background: -webkit-linear-gradient(to bottom, #70F0F9 0%, #70F0F9 33%, #50D8F1 100%);
|
|
background: linear-gradient(to bottom, #70F0F9 0%, #70F0F9 33%, #50D8F1 100%);
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
background-clip: text;
|
|
text-fill-color: transparent;
|
|
}
|
|
|
|
section.container>div>p:nth-child(2) {
|
|
margin: 0;
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
letter-spacing: 0.03em;
|
|
color:
|
|
#3F484B;
|
|
}
|
|
|
|
.dark section.container>div>p:nth-child(2) {
|
|
color: #A8B0B4;
|
|
}
|
|
|
|
#article h2 {
|
|
font-size: 28px;
|
|
font-weight: 700;
|
|
color: #3F484B;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
#article h2 {
|
|
font-size: 38px;
|
|
}
|
|
}
|
|
|
|
.dark #article h2 {
|
|
color: white;
|
|
}
|
|
|
|
#article h3 {
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
letter-spacing: 0.02em;
|
|
color: #606C71;
|
|
|
|
margin: 50px 0 25px 0;
|
|
}
|
|
|
|
#article h4 {
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
letter-spacing: 0.02em;
|
|
color: #606C71;
|
|
|
|
margin: 50px 0 25px 0;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
#article h3 {
|
|
font-size: 28px;
|
|
}
|
|
|
|
#article h4 {
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
|
|
.dark #article h3,
|
|
.dark #article h4 {
|
|
color: white;
|
|
}
|
|
|
|
#article p {
|
|
font-weight: 400;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
color: black;
|
|
margin: 1.2rem 0;
|
|
}
|
|
|
|
.dark #article p {
|
|
color: white;
|
|
}
|
|
|
|
#article ul,
|
|
#article ol {
|
|
list-style-position: inside;
|
|
overflow: auto;
|
|
margin: 1rem 0;
|
|
}
|
|
|
|
#article ul li,
|
|
#article ol li {
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
-webkit-margin-start: 1.1rem;
|
|
;
|
|
color: #000;
|
|
}
|
|
|
|
.dark #article ul li,
|
|
.dark #article ol li {
|
|
color: #fff;
|
|
}
|
|
|
|
#article ul li::marker,
|
|
#article ol li::marker {
|
|
color: black;
|
|
}
|
|
|
|
.dark #article ul li::marker,
|
|
.dark #article ol li::marker {
|
|
color: white;
|
|
}
|
|
|
|
#article ul li a,
|
|
#article ol li a {
|
|
line-height: 30px;
|
|
}
|
|
|
|
#article ul li {
|
|
list-style: disc;
|
|
}
|
|
|
|
#article ol li {
|
|
list-style: decimal;
|
|
}
|
|
|
|
#article a {
|
|
color: #0053D0;
|
|
text-decoration: underline;
|
|
text-underline-offset: 4px;
|
|
}
|
|
|
|
.dark #article a {
|
|
color: #70F0F9;
|
|
}
|
|
|
|
pre {
|
|
overflow: auto;
|
|
}
|
|
|
|
.dark pre {
|
|
color: white;
|
|
}
|
|
|
|
/* code{
|
|
width: 100%;
|
|
height: auto;
|
|
} */
|
|
|
|
|
|
|
|
html {
|
|
scroll-behavior: smooth;
|
|
}
|
|
|
|
/* h1::before,
|
|
h2::before,
|
|
h3::before {
|
|
display: block;
|
|
content: " ";
|
|
margin-top: -80px;
|
|
height: 80px;
|
|
visibility: hidden;
|
|
pointer-events: none;
|
|
} */
|
|
|
|
:focus {
|
|
outline: none;
|
|
}
|
|
|
|
#article h1,
|
|
#article h2,
|
|
#article h3,
|
|
#article h4,
|
|
#article h5,
|
|
#article h6 {
|
|
clear: both;
|
|
}
|
|
|
|
#article p img {
|
|
display: inline-block;
|
|
}
|
|
|
|
#article img {
|
|
margin: 0.5rem 0 1rem 0;
|
|
}
|
|
|
|
@media (min-width: 1024px) {
|
|
#article .float-to-left {
|
|
float: left;
|
|
margin-right: 3rem;
|
|
}
|
|
|
|
#article .float-to-right {
|
|
float: right;
|
|
margin-left: 3rem;
|
|
}
|
|
}
|
|
|
|
@media (max-width:768px) {
|
|
#article img {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
#article ol>li {
|
|
list-style-position: inside !important;
|
|
margin-left: -0px !important;
|
|
}
|
|
|
|
#article ol>li::marker {
|
|
font-weight: 500;
|
|
}
|
|
|
|
#article blockquote {
|
|
padding-left: 1em;
|
|
border-left: 2px solid #c0c0c0;
|
|
font-style: italic;
|
|
}
|
|
|
|
#article table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
#article th,
|
|
#article td {
|
|
border: 1px solid #d0d7de;
|
|
padding: 8px 16px;
|
|
}
|
|
|
|
#article th {
|
|
font-weight: 600;
|
|
}
|
|
|
|
#article table {
|
|
border-collapse: collapse;
|
|
margin-bottom: 16px;
|
|
border: 1px solid rgba(255, 255, 255, 0.15);
|
|
}
|
|
|
|
.dark #article th,
|
|
.dark #article td {
|
|
border: 1px solid rgba(255, 255, 255, 0.15);
|
|
}
|
|
|
|
.dark #article th {
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
}
|
|
|
|
#article tr:nth-child(even) {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
#article tr:nth-child(odd) {
|
|
background-color: #f6f8fa;
|
|
}
|
|
|
|
|
|
.dark #article tr:nth-child(even) {
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
}
|
|
|
|
.dark #article tr:nth-child(odd) {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.dark #article td {
|
|
color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
|
|
.dark #article th {
|
|
color: rgba(255, 255, 255, 1);
|
|
} |