forked from GNUsocial/gnu-social
[UI] FAQ pages markdown fixes
This commit is contained in:
parent
2f05f05dc9
commit
f77f56e1f2
@ -4,10 +4,8 @@
|
||||
margin-top: calc(2 * var(--unit-size) + var(--main-size));
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-left: calc(var(--nav-size));
|
||||
margin-left: var(--nav-size);
|
||||
margin-right: 0;
|
||||
box-shadow: 0px 0px 60px -20px rgba(0, 0, 0, 0.75);
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.faq-nav {
|
||||
@ -55,9 +53,28 @@
|
||||
|
||||
.markd {
|
||||
order: 2;
|
||||
background-color: #00000040;
|
||||
background-color: #00000050;
|
||||
font-size: var(--small-size);
|
||||
padding: calc(3*var(--unit-size));
|
||||
padding-top: var(--unit-size);
|
||||
height: 100%;
|
||||
border-radius: var(--unit-size);
|
||||
margin-top: calc(2 * var(--unit-size));
|
||||
margin-right: var(--side-margin);
|
||||
margin-left: var(--side-margin);
|
||||
box-shadow: 0px 0px 60px -20px rgba(0, 0, 0, 0.75);
|
||||
}
|
||||
|
||||
.markd h2 {
|
||||
margin-top: var(--unit-size);
|
||||
}
|
||||
|
||||
.markd p {
|
||||
margin-top: var(--unit-size);
|
||||
margin-left: calc(0.5 * var(--unit-size));
|
||||
}
|
||||
|
||||
.markd ul {
|
||||
list-style-type: disc;
|
||||
margin-left: calc(2 * var(--unit-size));
|
||||
margin-top: var(--unit-size);
|
||||
}
|
||||
|
@ -56,14 +56,28 @@
|
||||
|
||||
.markd {
|
||||
order: 2;
|
||||
background-color: #00000040;
|
||||
background-color: #00000050;
|
||||
font-size: var(--small-size);
|
||||
padding: calc(3*var(--unit-size));
|
||||
padding-top: var(--unit-size);
|
||||
height: 100%;
|
||||
margin-left: var(--side-margin);
|
||||
margin-right: var(--side-margin);
|
||||
margin-top: calc(2 * var(--unit-size));
|
||||
box-shadow: 0px 0px 60px -20px rgba(0, 0, 0, 0.75);
|
||||
border-radius: var(--unit-size);
|
||||
margin-top: calc(2 * var(--unit-size));
|
||||
margin-right: var(--side-margin);
|
||||
margin-left: var(--side-margin);
|
||||
box-shadow: 0px 0px 60px -20px rgba(0, 0, 0, 0.75);
|
||||
}
|
||||
|
||||
.markd h2 {
|
||||
margin-top: var(--unit-size);
|
||||
}
|
||||
|
||||
.markd p {
|
||||
margin-top: var(--unit-size);
|
||||
margin-left: calc(0.5 * var(--unit-size));
|
||||
}
|
||||
|
||||
.markd ul {
|
||||
list-style-type: disc;
|
||||
margin-left: calc(2 * var(--unit-size));
|
||||
margin-top: var(--unit-size);
|
||||
}
|
||||
|
@ -56,14 +56,28 @@
|
||||
|
||||
.markd {
|
||||
order: 2;
|
||||
background-color: #00000040;
|
||||
background-color: #00000050;
|
||||
font-size: var(--small-size);
|
||||
padding: calc(3*var(--unit-size));
|
||||
padding-top: var(--unit-size);
|
||||
height: 100%;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
margin-top: 0;
|
||||
box-shadow: 0;
|
||||
border-radius: 0;
|
||||
border-radius: var(--unit-size);
|
||||
margin-top: calc(2 * var(--unit-size));
|
||||
margin-right: 1%;
|
||||
margin-left: 1%;
|
||||
box-shadow: 0px 0px 60px -20px rgba(0, 0, 0, 0.75);
|
||||
}
|
||||
|
||||
.markd h2 {
|
||||
margin-top: var(--unit-size);
|
||||
}
|
||||
|
||||
.markd p {
|
||||
margin-top: var(--unit-size);
|
||||
margin-left: calc(0.5 * var(--unit-size));
|
||||
}
|
||||
|
||||
.markd ul {
|
||||
list-style-type: disc;
|
||||
margin-left: calc(2 * var(--unit-size));
|
||||
margin-top: var(--unit-size);
|
||||
}
|
||||
|
@ -15,13 +15,13 @@
|
||||
|
||||
There are many Public OpenID providers, and you may already have an OpenID-enabled account on another service.
|
||||
|
||||
> **On wikis:** If you have an account on an OpenID-enabled wiki, like Wikitravel, wikiHow, Vinismo, AboutUs or Keiki, you can log in to GNU social by entering the full URL of your user page on that other wiki in the box above. For example, http://kei.ki/en/User:Evan.
|
||||
- **On wikis:** If you have an account on an OpenID-enabled wiki, like Wikitravel, wikiHow, Vinismo, AboutUs or Keiki, you can log in to GNU social by entering the full URL of your user page on that other wiki in the box above. For example, http://kei.ki/en/User:Evan.
|
||||
|
||||
> **Yahoo!:** If you have an account with Yahoo!, you can log in to this site by entering your Yahoo!-provided OpenID in the box above. Yahoo! OpenID URLs have the form https://me.yahoo.com/yourusername.
|
||||
- **Yahoo!:** If you have an account with Yahoo!, you can log in to this site by entering your Yahoo!-provided OpenID in the box above. Yahoo! OpenID URLs have the form https://me.yahoo.com/yourusername.
|
||||
|
||||
> **AOL:** If you have an account with AOL, like an AIM account, you can log in to GNU social by entering your AOL-provided OpenID in the box above. AOL OpenID URLs have the form http://openid.aol.com/yourusername. Your username should be all lowercase, no spaces.
|
||||
- **AOL:** If you have an account with AOL, like an AIM account, you can log in to GNU social by entering your AOL-provided OpenID in the box above. AOL OpenID URLs have the form http://openid.aol.com/yourusername. Your username should be all lowercase, no spaces.
|
||||
|
||||
> **Blogger, Wordpress.com, LiveJournal, Vox:** If you have a blog on any of these services, enter your blog URL in the box above. For example, http://yourusername.blogspot.com/, http://yourusername.wordpress.com/, http://yourusername.livejournal.com/, or http://yourusername.vox.com/.
|
||||
- **Blogger, Wordpress.com, LiveJournal, Vox:** If you have a blog on any of these services, enter your blog URL in the box above. For example, http://yourusername.blogspot.com/, http://yourusername.wordpress.com/, http://yourusername.livejournal.com/, or http://yourusername.vox.com/.
|
||||
|
||||
Additionally, once you have an account on GNU social, you can use your profile's URL (https://gnusocial.org/yourusername) as an OpenID elsewhere as well.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user