]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook/style-wide.css
Merge pull request #890 from tobiasd/bbcode_in_registertext
[friendica.git] / view / theme / diabook / style-wide.css
1 @import url('style.css');
2
3 .hide-comments-outer {
4   width: 675px;
5 }
6
7 /* global */
8 body {
9   font-size: 13px;
10 }
11
12 /*marker*/
13 nav .nav-menu {
14   font-size: 15px;
15 }
16
17 /*marker*/
18 aside {
19   padding: 0px 5px 0px 0px;
20 }
21
22 /*marker*/
23 .widget h3 {
24   font-size: 1.05em;
25 }
26
27 /*marker*/
28 .wall-item-decor {
29   left: 780px;
30 }
31 /*marker*/
32 .wall-item-container {
33   width: 770px;
34 }
35
36 /*marker*/
37 .wall-item-container .wall-item-content {
38   max-width: 690px;
39 }
40 /*marker*/
41 .wall-item-photo-container .wall-item-content {
42   max-width: 690px;
43 }
44
45 /*marker*/
46 .wall-item-container.comment {
47   width: 690px;
48 }
49
50 /*marker*/
51 #profile-jot-wrapper{
52         margin: 0 20px 20px 0;
53 }
54
55 /*marker*/
56 ul.tabs {
57   width: 805px;
58 }
59
60 /* ============= */
61 /* = Directory = */
62 /* ============= */
63 section .directory-item dt {
64   float: inherit;
65   margin-left: auto;
66   text-align: inherit;
67   color: inherit;
68 }
69 section .directory-item dd {
70   float: inherit;
71   margin-left: auto;
72 }
73 .directory-profile-wrapper {
74   float: inherit;
75   max-height: none;
76   overflow: auto;
77   width: auto;
78 }
79 .directory-copy-wrapper {
80   float: inherit;
81   overflow: auto;       
82 }
83
84 .directory-item {
85   width: 200px;
86 }
87
88 section .directory-photo-wrapper {
89   float: inherit;
90   height: auto;
91   width: auto;  
92 }
93
94 .contact-name {
95   font-size: 12px;
96   margin-bottom: auto;
97 }
98
99 .page-type {
100   font-size: inherit;
101   font-style: inherit;
102 }
103 .directory-detailscolumn-wrapper {
104   float: inherit;       
105   width: auto;
106   margin-right: auto;  
107 }
108 .directory-profile-wrapper dl {
109   margin-top: auto;
110   margin-bottom: auto;
111 }
112 .directory-profile-title {
113   font-weight: auto;
114   margin-bottom: auto;
115   font-size: auto;
116 }
117