it/itf/templates/x0news.html
2011-10-08 03:03:05 -04:00

85 lines
3.4 KiB
HTML
Executable File

<style type="text/css">
.headline {
text-align: center;
font-size: 22px;
font-weight: bold;
}
.mainStory {
position: relative;
padding: 4px;
height: 150px;
}
.column {
float: left;
width: 40%;
}
#firstColumn {
margin-right: 20%;
}
.columnStory {
position: relative;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 0px;
}
img.floatLeft {
float: left;
margin: 4px;
}
</style>
<div id="x0newsWrapper">
<div id="x0mainStory">
<div class="headline">
Lorem Ipsum
</div>
<div>
<img class="floatLeft" height="150" width="150" src="/static/images/150x150.jpg" />
</div>
<div class="mainStory">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages.
<div class="seeAll">
Read More...
</div>
</div>
<div class="storyImage">
<img class="floatLeft" height="150" width="150" src="/static/images/150x150.jpg" />
</div>
<div class="mainStory">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages.
<div class="seeAll">
Read More...
</div>
</div>
<div id="columnsContainer">
<div class="column" id="firstColumn">
<img class="floatLeft" height="50" width="50" src="/static/images/50x50.jpg" />
<div class="columnStory">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages.
<div class="seeAll">
Read More...
</div>
</div>
</div>
<div class="column">
<img class="floatLeft" height="50" width="50" src="/static/images/50x50.jpg" />
<div class="columnStory">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages.
<div class="seeAll">
Read More...
</div>
</div>
</div>
</div>
</div>
</div>