styling tiles
This commit is contained in:
parent
788a9eaf48
commit
f5a4715edf
@ -12,7 +12,6 @@
|
|||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="f0e1128e-d3f4-4b56-88a7-ef7c80dc164c" name="Default Changelist" comment="">
|
<list default="true" id="f0e1128e-d3f4-4b56-88a7-ef7c80dc164c" name="Default Changelist" comment="">
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/src/Controller/DefaultController.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Controller/DefaultController.php" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/templates/default/index.html.twig" beforeDir="false" afterPath="$PROJECT_DIR$/templates/default/index.html.twig" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/templates/default/index.html.twig" beforeDir="false" afterPath="$PROJECT_DIR$/templates/default/index.html.twig" afterDir="false" />
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
@ -199,7 +198,7 @@
|
|||||||
<option name="number" value="Default" />
|
<option name="number" value="Default" />
|
||||||
<option name="presentableId" value="Default" />
|
<option name="presentableId" value="Default" />
|
||||||
<updated>1684327639044</updated>
|
<updated>1684327639044</updated>
|
||||||
<workItem from="1684327640262" duration="9102000" />
|
<workItem from="1684327640262" duration="10322000" />
|
||||||
</task>
|
</task>
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
@ -221,6 +220,10 @@
|
|||||||
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
|
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
|
||||||
</component>
|
</component>
|
||||||
<component name="WindowStateProjectService">
|
<component name="WindowStateProjectService">
|
||||||
|
<state x="644" y="204" width="631" height="628" key="find.popup" timestamp="1684529041936">
|
||||||
|
<screen x="0" y="0" width="1920" height="1036" />
|
||||||
|
</state>
|
||||||
|
<state x="644" y="204" width="631" height="628" key="find.popup/0.0.1920.1036@0.0.1920.1036" timestamp="1684529041936" />
|
||||||
<state x="623" y="226" width="672" height="678" key="search.everywhere.popup" timestamp="1684331173305">
|
<state x="623" y="226" width="672" height="678" key="search.everywhere.popup" timestamp="1684331173305">
|
||||||
<screen x="0" y="0" width="1920" height="1036" />
|
<screen x="0" y="0" width="1920" height="1036" />
|
||||||
</state>
|
</state>
|
||||||
|
@ -14,13 +14,21 @@
|
|||||||
font: 18px/1.5 sans-serif;
|
font: 18px/1.5 sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
figure{
|
||||||
|
max-height: 422px;
|
||||||
|
max-width: 479px;
|
||||||
|
overflow: auto;
|
||||||
|
padding: 0;
|
||||||
|
margin: 5px;
|
||||||
|
}
|
||||||
.example-wrapper img {
|
.example-wrapper img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
float:left;
|
float:left;
|
||||||
|
min-height: 422px;
|
||||||
}
|
}
|
||||||
.example-wrapper strong {
|
.example-wrapper strong {
|
||||||
float: left;
|
float: left;
|
||||||
margin-top: -4em;
|
margin-top: -3em;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
background: rgba(0, 0, 0, .7);
|
background: rgba(0, 0, 0, .7);
|
||||||
@ -35,12 +43,17 @@
|
|||||||
}
|
}
|
||||||
a{
|
a{
|
||||||
float:left;
|
float:left;
|
||||||
width: 50%;
|
|
||||||
}
|
}
|
||||||
a:hover strong{
|
a:hover strong{
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
background: rgba(0, 0, 0, .7);
|
background: rgba(0, 0, 0, .7);
|
||||||
}
|
}
|
||||||
|
img {
|
||||||
|
max-width: 90vw;
|
||||||
|
margin-right: 1em;
|
||||||
|
/*margin-bottom: 1em;*/
|
||||||
|
/*width: 600px;*/
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="example-wrapper">
|
<div class="example-wrapper">
|
||||||
@ -76,11 +89,6 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<style>
|
<style>
|
||||||
img {
|
|
||||||
max-width: 90vw;
|
|
||||||
margin-right: 1em;
|
|
||||||
margin-bottom: 1em;
|
|
||||||
width: 600px;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user