연습장:카페인러브

imported>카페인러브님의 2013년 8월 18일 (일) 19:09 판 (작품)

카테고리

작품

내용, 목적에 따라
  • 액션
  • 스포츠
  • 판타지
    • 판타지
    • SF
  • 연애
    • 러브코미디 (코미디 요소가 강한 것)
    • 순정 (소녀향 연애물)
    • BL
    • GL
  • 개그 (웃기는 것을 가장 큰 목적으로 하는 작품)
  • 메카
  • 미스터리 (호러, 오컬트, 추리 모두 포함)
  • 아동 (타겟이 아동인 작품)
  • 성인 (성인 이상 이용가인 작품)
    • 성인 남성향
    • 성인 여성향
배경, 소재에 따라
  • 학원 (주 배경이 학교인 작품)
  • 시대 (역사물 포함)
  • 밀리터리 (군대가 중요 소재인 작품)
비사용
  • 일상 (현대물X, 판타지요소X)
  • 치유계
생각해 보자
  • 현시연
  • 카이지

캐릭터

성우

만들 순서

user page ajax load

////////////////////////////////////////
// Bind Infinite Ajax Scroll in User Board
jQuery(function() {
	jQuery.ias({
		container : '.user-page-board',
		item: '.user-board-message',
		loader: '<img src="https://raw.github.com/webcreate/infinite-ajax-scroll/master/dist/images/loader.gif"/>'
	});
});

auto expand textarea

$(document).ready(function($) {
	$("textarea").keyup(function(e) {
		while($(this).outerHeight() < this.scrollHeight + parseFloat($(this).css("borderTopWidth")) + parseFloat($(this).css("borderBottomWidth"))) {
			$(this).css('overflow', 'hidden');
			$(this).height($(this).height()+1);
		};
	});
});

Color scheme

#header {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

+ dropdown-menu { bg : light blue }

최근 바뀜

더 보기