forked from medialab-ufg/tainacan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
83 lines (68 loc) · 2 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
/*
Theme Name: Social DB
Theme URI: https://wordpress.org/themes/twentyfifteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
#div_central{
position: relative;
overflow-y:auto;
overflow-x:hidden;
max-height:100px;
overflow: auto;
}
#comments{
width:630px;
float:left;
border-top:1px solid #bebebe;
}
#comments h3{
font-size:14px;
margin:20px 0;
}
ol.commentlist{
list-style:none;
}
ol.commentlist li{
margin-bottom:30px;
}
ol.commentlist ul{
margin:0px;
}
ol.commentlist ul li{
margin:20px 20px 20px 40px;
}
#respond{
margin:0 0 30px 0;
clear:both;
}
#respond form label{
float:left;
clear:left;
width:60px;
text-align:right;
margin-right:10px;
}
#respond form input{
float:left;
width:250px;
margin-bottom:10px;
}
#respond form textarea{
float:left;
width:400px;
height:100px;
margin-bottom:10px;
}
#respond form input.commentsubmit{
float:left;
margin-left:70px;
}