Skip to content

Commit

Permalink
0.3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed Jun 13, 2013
0 parents commit 2e584e2
Show file tree
Hide file tree
Showing 9 changed files with 688 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
215 changes: 215 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,215 @@
#################
## Eclipse
#################

*.pydevproject
.project
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath


#################
## Visual Studio
#################

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.sln.docstates

# Build results

[Dd]ebug/
[Rr]elease/
x64/
build/
[Bb]in/
[Oo]bj/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.log
*.scc

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile

# Visual Studio profiler
*.psess
*.vsp
*.vspx

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# NCrunch
*.ncrunch*
.*crunch*.local.xml

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.Publish.xml
*.pubxml

# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/

# Windows Azure Build Output
csx
*.build.csdef

# Windows Store app package directory
AppPackages/

# Others
sql/
*.Cache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.[Pp]ublish.xml
*.pfx
*.publishsettings

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
App_Data/*.mdf
App_Data/*.ldf

#############
## Windows detritus
#############

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Mac crap
.DS_Store


#############
## Python
#############

*.py[co]

# Packages
*.egg
*.egg-info
dist/
build/
eggs/
parts/
var/
sdist/
develop-eggs/
.installed.cfg

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox

#Translations
*.mo

#Mr Developer
.mr.developer.cfg
62 changes: 62 additions & 0 deletions css/vk-post-author.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
@charset "utf-8";
/*-------------------------------------------*/
/* VK Post Author Display CSS 0.3.1.4
/*-------------------------------------------*/
#padSection { clear:both;margin-top:30px; display:block; overflow:hidden; padding:15px 20px; border:3px solid #e5e5e5; box-shadow:inset 1px 1px 0 rgba(255,255,255,0.8); }
#padSection h4,
#padSection h5,
#padSection dl,
#padSection dl dt,
#padSection dl dd { margin:0px; padding:0px; background:none; border:none;color:inherit; }
#padSection dl dt { }
#padSection dl dt #authorName {font-size:18px; }
#padSection dl dt #pad_caption {padding-left:10px;font-size:12px;font-weight: lighter;}
#padSection dl dt #pad_twitter {padding-left:10px;font-size:12px;font-weight: lighter;}
#padSection::before { display:block; overflow:hidden; width:100%;}

#padSection h4 { margin-bottom:15px;padding-bottom:2px; border-bottom:1px dotted #333;}
#padSection #avatar { float:left;}
#padSection #avatar img { border:1px solid #ccc;margin-bottom:15px; }
#padSection #profileTxtSet { margin-left:100px; display:block; overflow:hidden; }
#padSection #profileTxtSet dt { margin-bottom:5px; }

#padSection #latestEntries { padding-top:15px;clear:both; }
#padSection #latestEntries h5 { margin-top:0;margin-bottom:10px;padding-bottom:2px;border-bottom:1px dotted #ccc;color:#333; }
#padSection #latestEntries ul,
#padSection #latestEntries ul li { list-style: none;margin:0;padding:0; }
#padSection #latestEntries ul li .padDate { margin-right:5px;color:#c00;}
#padSection #latestEntries ul li a.padCate { margin-right:5px;font-size:10px; background-color: #e5e5e5; color:#333;padding:0px 5px; line-height:12px; text-decoration: none;}
#padSection #latestEntries ul li a:hover.padCate { background-color: #333;color:#fff; }
#padSection #latestEntries ul li.textList { margin-bottom:0;}
#padSection #latestEntries ul li.textList a.padTitle { display:block; overflow:hidden;clear: both;}
#padSection #latestEntries ul li.thumbnailBox { display:block; overflow:hidden;width:23.5%;margin-right:2%; float:left;font-size:83.3%; line-height: 140%; }
#padSection #latestEntries ul li.thumbnailBox:last-child { margin-right:0;}
#padSection #latestEntries ul li.thumbnailBox img { width:100%;height:auto;margin-bottom:4px;}
#padSection #latestEntries ul li.thumbnailBox a.padTitle { display:block;clear: both; }
#padSection #latestEntries ul li.thumbnailBox .padDate { display:block;float:left; }
#padSection #latestEntries ul li.thumbnailBox a.padCate { display:block; overflow: hidden; text-align: center; padding: 1px;margin-right:0; }

/*-------------------------------------------*/
/* mobile
/*-------------------------------------------*/
@media (max-width: 600px) {
#padSection { padding:10px; }
#padSection #avatar img { width:60px;height:auto; }
#padSection #profileTxtSet { margin-left:70px; }
#padSection dl dt span { display: block; overflow: hidden; }
#padSection dl dt #authorName { padding-bottom:5px;}
#padSection dl dt #pad_caption,
#padSection dl dt #pad_twitter { padding-left:0; }
#padSection dl dd { clear: both; width:100%; }

#padSection #latestEntries ul li { border-bottom:1px dotted #ccc; padding:5px 0; }

/* no thumbnail */

/* show thumbnail */
#padSection #latestEntries ul li.thumbnailBox { display:block; overflow:hidden;width:100%;margin:0%; float:none; }
#padSection #latestEntries ul li.thumbnailBox .postImage { display:block; overflow:hidden;float:left;width:70px; }
#padSection #latestEntries ul li.thumbnailBox .postImage img { width:60px;height:auto;margin:0px;}
#padSection #latestEntries ul li.thumbnailBox a.padTitle { clear: none; }
#padSection #latestEntries ul li.thumbnailBox a.padCate { display:inline-block;padding: 1px 5px; }
}
Binary file added images/thumbnailDummy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2e584e2

Please sign in to comment.