mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
em
This commit is contained in:
parent
cb80e53a9e
commit
e9e271e585
@ -42,9 +42,7 @@ $this->carabiner->display('css');
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="paste">
|
<div class="paste">
|
||||||
<p>Data provided by <a href="<?php echo base_url(); ?>" target="_top">Stikked</a>
|
<p><a href="<?php echo site_url('view/' . $pid); ?>" target="_top">This paste</a> brought to you by <a href="<?php echo base_url(); ?>" target="_top"><?php echo $this->config->item('site_name'); ?></a>. <a class="right" href="<?php echo site_url('view/raw/' . $pid); ?>">View Raw</a></p>
|
||||||
- <a href="<?php echo site_url('view/download/' . $pid); ?>">Download Raw</a>
|
|
||||||
- <a href="<?php echo site_url('view/' . $pid); ?>" target="_top">See Original</a></p>
|
|
||||||
<div class="text_formatted">
|
<div class="text_formatted">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<?php echo $paste; ?>
|
<?php echo $paste; ?>
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
body {
|
||||||
|
}
|
||||||
|
|
||||||
.paste {
|
.paste {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
@ -13,6 +16,10 @@
|
|||||||
.paste p {
|
.paste p {
|
||||||
clear: both;
|
clear: both;
|
||||||
background: #ccc;
|
background: #ccc;
|
||||||
padding: 0 6px;
|
padding: 3px 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.paste .right {
|
||||||
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user