This website requires JavaScript.
Explore
Help
Register
Sign In
apps
/
fastpastebin
Watch
2
Star
0
Fork
0
You've already forked fastpastebin
Code
Issues
6
Pull Requests
Packages
Projects
1
Releases
4
Wiki
Activity
333fc1d12a
fastpastebin
/
assets
/
css
/
style.css
9 lines
128 B
CSS
Raw
Normal View
History
Unescape
Escape
Initial commit.
2018-04-30 18:42:17 +05:00
#
paste-contents
{
Captcha and design works. Added captcha generation. As we're working without JS - there is no possibility to reload image, only if user will reload whole web page. Some design works - set monospace font for paste textarea (will use system-defined default monospace font) and lowered font size in paste views.
2018-05-01 17:45:36 +05:00
font-family
:
monospace
;
font-size
:
0
.
9rem
;
Initial commit.
2018-04-30 18:42:17 +05:00
height
:
90vh
;
Captcha and design works. Added captcha generation. As we're working without JS - there is no possibility to reload image, only if user will reload whole web page. Some design works - set monospace font for paste textarea (will use system-defined default monospace font) and lowered font size in paste views.
2018-05-01 17:45:36 +05:00
}
.
paste-data
{
font-size
:
0
.
9rem
;
Initial commit.
2018-04-30 18:42:17 +05:00
}
Reference in New Issue
Copy Permalink