mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 05:04:21 +01:00
added new features
This commit is contained in:
@@ -210,3 +210,9 @@ div.col-sm-3 img#about {
|
||||
.social li a {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.share-page {
|
||||
padding: 10px 10px 5px;
|
||||
border-top: 1px solid #f0f0f0;
|
||||
border-bottom: 1px solid #f0f0f0;
|
||||
}
|
||||
@@ -1,8 +1,6 @@
|
||||
/**
|
||||
* //////////////////////////////////
|
||||
/*
|
||||
* Project Elements
|
||||
* //////////////////////////////////
|
||||
*/
|
||||
*/
|
||||
.project-outer {
|
||||
display: inline-block;
|
||||
width: 30%;
|
||||
@@ -15,7 +13,6 @@
|
||||
h3.project-headlines {
|
||||
margin: 5px 0;
|
||||
font-size: 20px;
|
||||
border-bottom: 1px #EEE solid;
|
||||
}
|
||||
span.tags {
|
||||
font-size: 10px;
|
||||
@@ -34,6 +31,7 @@ span.tags:last-child{ margin-right: 0; }
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
float: left;
|
||||
text-decoration: none;
|
||||
}
|
||||
.project-footer .project-timeline {
|
||||
display: inline-block;
|
||||
@@ -68,4 +66,7 @@ span.tag-cloud {
|
||||
.tag-cloud.active{
|
||||
background: #ccc;
|
||||
}
|
||||
.project-item.not-show{ display: none; }
|
||||
.project-item.not-show{ display: none; }
|
||||
|
||||
a.project-detail:hover {text-decoration: none;}
|
||||
a.project-detail:hover h3 {color: #62A253;}
|
||||
@@ -1,11 +1,9 @@
|
||||
/* ----------------------------------------------------------------------------------------------------------------*/
|
||||
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
|
||||
/* ----------------------------------------------------------------------------------------------------------------*/
|
||||
*{padding: 0; margin: 0;}
|
||||
/* ---- global settings needed for thickbox ---- */
|
||||
/*
|
||||
*{padding: 0; margin: 0;}
|
||||
*/
|
||||
|
||||
/* ----------------------------------------------------------------------------------------------------------------*/
|
||||
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
|
||||
/* ----------------------------------------------------------------------------------------------------------------*/
|
||||
/* ---- thickbox specific link and font settings ---- */
|
||||
#TB_window {
|
||||
font: 12px Arial, Helvetica, sans-serif;
|
||||
color: #333333;
|
||||
@@ -22,9 +20,7 @@
|
||||
#TB_window a:active {color: #666666;}
|
||||
#TB_window a:focus{color: #666666;}
|
||||
|
||||
/* ----------------------------------------------------------------------------------------------------------------*/
|
||||
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
|
||||
/* ----------------------------------------------------------------------------------------------------------------*/
|
||||
/* ---- thickbox settings ---- */
|
||||
#TB_overlay {
|
||||
position: fixed;
|
||||
z-index:100;
|
||||
@@ -80,9 +76,9 @@ margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = d
|
||||
}
|
||||
|
||||
#TB_closeWindow{
|
||||
height:25px;
|
||||
padding:11px 25px 10px 0;
|
||||
float:right;
|
||||
height: 35px;
|
||||
padding: 10px 15px 10px 0;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#TB_closeAjaxWindow{
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user