comparison default/static/styles.css @ 129:ca42dc037bbf

file (discover): new discovery page: the discovery page will show service, own devices and roster contact devices offering file sharing. An extra field allow to enter free jid. Added a small message in photo/discover.html has photo album discovery is not yes implemented. New block and images macros.
author Goffi <goffi@goffi.org>
date Sat, 24 Mar 2018 11:16:14 +0100
parents 4f27ce980ced
children 0a0d9a953d98
comparison
equal deleted inserted replaced
128:4f27ce980ced 129:ca42dc037bbf
85 } 85 }
86 86
87 .instructions--alt { 87 .instructions--alt {
88 text-align: center; 88 text-align: center;
89 font-style: italic; 89 font-style: italic;
90 }
91
92 /*** blocks ***/
93
94 .block_separator {
95 font-size: 1.4em;
96 display: flex;
97 }
98
99 .block_separator__label {
100 display: inline-block;
101 margin: 0 0.2em;
102 }
103
104 .block_separator__line {
105 height: 1px;
106 background: #ccc;
107 flex: 1;
108 margin-top: 0.7em;
109 }
110
111 /*** grids ***/
112
113 .grid {
114 list-style: none;
115 display: flex;
116 flex-wrap: wrap;
117 }
118
119 .grid--center {
120 justify-content: center;
121 }
122
123 .grid__item>a {
124 text-decoration: none;
125 color: inherit;
126 }
127
128 .grid__item--medium {
129 width: 170px;
130 padding: 0.2em;
131 text-align: center;
132 }
133
134 .grid__item--selectable {
135 cursor: pointer;
136 }
137
138 .grid__item--selectable:hover {
139 background-color: var(--select-bg-color);
90 } 140 }
91 141
92 /*** icons ***/ 142 /*** icons ***/
93 143
94 .icon--medium { 144 .icon--medium {