|
@@ -1022,147 +1022,16 @@ section.news .no-news-found {
|
|
|
color: #4d4d4d;
|
|
color: #4d4d4d;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- /*============================
|
|
|
|
|
- Structures page
|
|
|
|
|
- ============================*/
|
|
|
|
|
-
|
|
|
|
|
-.ot-structures {
|
|
|
|
|
- display: flex;
|
|
|
|
|
- flex-direction: row;
|
|
|
|
|
- width: 100%;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.ot-structures .structure-controls {
|
|
|
|
|
- order: 1;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.ot-structures .structure-results {
|
|
|
|
|
- order: 0;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.ot-structures .structure-controls, .structure-results {
|
|
|
|
|
- display: flex;
|
|
|
|
|
- flex-direction: column;
|
|
|
|
|
- margin: 0 1.5em;
|
|
|
|
|
- flex: 1;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.ot-structures .structure-search {
|
|
|
|
|
- display: flex;
|
|
|
|
|
- flex-direction: column;
|
|
|
|
|
- margin-bottom: 2em;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.ot-structures h3 {
|
|
|
|
|
- font-size: 1.2em;
|
|
|
|
|
- font-weight: bold;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.ot-structures .structure-search form {
|
|
|
|
|
- display: flex;
|
|
|
|
|
- flex-direction: column;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.ot-structures .structure-search form input,
|
|
|
|
|
-.ot-structures .structure-search form button {
|
|
|
|
|
- margin-bottom: 1em;
|
|
|
|
|
- line-height: 1.4em;
|
|
|
|
|
- font-size: 1.1em;
|
|
|
|
|
- border: 1px solid #ccc;
|
|
|
|
|
- border-radius: 4px;
|
|
|
|
|
- padding: 6px 12px;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.ot-structures .structure-search form button {
|
|
|
|
|
- border: solid 2px #cccccc;
|
|
|
|
|
- color: #333333;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.ot-structures .structure-search form button:hover {
|
|
|
|
|
- background-color: #d8edf3;
|
|
|
|
|
- cursor: pointer;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.ot-structures #structure-map {
|
|
|
|
|
- height: 400px;
|
|
|
|
|
|
|
+/*============================
|
|
|
|
|
+Structures page
|
|
|
|
|
+============================*/
|
|
|
|
|
+.ot-structures iframe {
|
|
|
|
|
+ border: none;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- align-self: flex-end;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.ot-structures .structure {
|
|
|
|
|
- display: flex;
|
|
|
|
|
- flex-direction: column;
|
|
|
|
|
- border-bottom: solid 2px #cccccc;
|
|
|
|
|
- border-radius: 4px;
|
|
|
|
|
- height: 200px;
|
|
|
|
|
- padding: 1em;
|
|
|
|
|
- justify-content: space-around;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.ot-structures .structure-preview {
|
|
|
|
|
- display: flex;
|
|
|
|
|
- flex-direction: row;
|
|
|
|
|
- align-items: center;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.ot-structures .structure-preview .structure-poster {
|
|
|
|
|
- flex: 1;
|
|
|
|
|
- display: flex;
|
|
|
|
|
- flex-direction: column;
|
|
|
|
|
- align-items: center;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.ot-structures .structure-preview .structure-poster img {
|
|
|
|
|
- width: auto;
|
|
|
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
|
- min-width: 40%;
|
|
|
|
|
- height: auto;
|
|
|
|
|
- margin-right: 4em;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.ot-structures .structure-preview .structure-summary {
|
|
|
|
|
- flex: 2;
|
|
|
|
|
- display: flex;
|
|
|
|
|
- flex-direction: column;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.ot-structures .structure-preview .structure-summary > span {
|
|
|
|
|
- margin-bottom: 0.5em;
|
|
|
|
|
|
|
+ height: 2400px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.ot-structures .structure-preview .structure-name {
|
|
|
|
|
- font-size: 1.4em;
|
|
|
|
|
- color: #333333;
|
|
|
|
|
- font-weight: bold;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.ot-structures .structure-preview .structure-loc-date {
|
|
|
|
|
- font-size: 1.1em;
|
|
|
|
|
- color: #4d4d4d;
|
|
|
|
|
- font-weight: bold;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.ot-structures .structure-preview .structure-description {
|
|
|
|
|
- color: #4d4d4d;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.ot-structures .structure-see {
|
|
|
|
|
- align-self: stretch;
|
|
|
|
|
- padding: 0.4em 0.8em;
|
|
|
|
|
- font-size: 1.1em;
|
|
|
|
|
- margin-top: 0.4em;
|
|
|
|
|
- display: flex;
|
|
|
|
|
- flex-direction: row;
|
|
|
|
|
- justify-content: center;
|
|
|
|
|
- align-items: center;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.ot-structures .structure-see:hover {
|
|
|
|
|
- text-decoration: none;
|
|
|
|
|
- font-weight: bold;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
/*============================
|
|
/*============================
|
|
|
Sitemap page
|
|
Sitemap page
|
|
|
============================*/
|
|
============================*/
|