diff --git a/school/static/css/club.css b/school/static/css/club.css new file mode 100644 index 0000000..da1f678 --- /dev/null +++ b/school/static/css/club.css @@ -0,0 +1,217 @@ + @font-face { + font-family: 'IM_Hyemin-Bold'; + src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/IM_Hyemin-Bold.woff2') format('woff'); + font-weight: normal; + font-style: normal; +} +html{ + height: 100vh; + width: 100vw; + overflow: auto; +} +:root{ + --maincolor: #CDF0FF; /*메인 색상*/ + --font50: 50px; /*메인 폰트 사이즈*/ + --font30:30px; + --font15: 15px; + --fonit20:20px; + --font40:40px; + +} +.pagination{ + display: flex; + margin-top: 20px; + justify-content: center; +} + .containner { + display: grid; + grid-template-areas: + 'marginL header marginR' + 'marginL boardnav marginR' + 'marginL main marginR' + 'marginL undermargin marginR'; + + grid-template-columns: 1fr 1200px 1fr; /*세로 좌:300px고정 가운데 1fr: 유동식 우 300px 고정*/ + grid-template-rows: 90px 160px 1fr 140px; /*가로 */ + } +.containner div { + display: grid; + +} + +.header { + grid-area: header; +} + +.marginL { + grid-area: marginL; +} + +.main { + grid-area: main; + margin-top: 2vh; +} + +.marginR { + grid-area: marginR; + height: 100vh; +} + +.undermargin { + grid-area: undermargin; +} + +.navbr { + justify-items: center; + align-items: center; + width: 100%; +} +.boardnav { /*아직 안정함*/ + grid-area: boardnav; + background-color: var(--maincolor); + border-radius: 10px; + padding: 8px; + margin-bottom: 20px; + height: 160px; +} + +.middleboard{ + padding: 8px; + background-color: white; + +} +.mainboard{ + + background-color: var(--maincolor); +} +.introduce{ + +} +.writetext{ + display: flex !important; + background-color: var(--maincolor); + border-radius: 30px; + height: 15vh; + padding : 1rem 0.8rem 1rem 0.8rem; + flex-direction: row ; +} +.writetext div{ + border: 3px solid black; +} +.writeList{ + overflow:auto; + height: auto; + border-bottom: black 1px solid ; + padding: 10px; + background-color: var(--maincolor); +} + +.writeList > .title{ + margin: 2vh 0 10px 1vh; + font-size: var(--fonit20); + +} +.sort_bar{ + background-color: var(--maincolor); +} +.writearea{ + + border-color: var(--maincolor); + font-family: 'IM_Hyemin-Bold'; + font-size: var(--fonit20); +} +.test1{ + height: 100%; + width: 100%; +} +.test1 button{ + width: 100%; + height: 100%; +} +.writeList > .mainstory{ + border: 1px solid black ; + position: relative; + height: 6vh; + border-radius: 10px; + margin: 0 1vw 1vh 1vw; + background-color: white; +} +.number{ + background-color: var(--maincolor); + height: 120px; +} + +.nextnav{ + display: flex; + justify-content: center; +} +.nextnav span{ + margin: 0 1vw 0 1vw; +} +.content{ + font-family: 'IM_Hyemin-Bold'; + + display:flex; + align-items: center; + justify-content: center; + margin: 0 20px 0 20px; +} +.imagesize{ + width: 40px; + height: 40px; + border: black 1px solid; +} + +.mainboard{ + height: 100%; + border-radius: 20px; +} +.content a{ + margin: 0 3vw 0 3vw; + border-left: solid white 2px; + border-right: solid white 2px; + padding: 10px; +} +.h{ + height: 50px; +} +.name{ + font-size: 2.0vw; + vertical-align: center; + margin-top: 40px; +} +.mains{ + display: flex !important; + +} + + +.sub_1{ + font-size: 15px; + margin-top: 10px; + margin-left: 50px; +} +.sort_bar{ + display: flex; + flex-direction: row; + height: 100%; + margin-bottom: 15px; +} +/*.likebutton_bar {*/ +/* display: flex;*/ +/*}*/ +.writeconpent{ + margin-bottom: 20px; + border-bottom: 1px solid white; +} +.look{ + margin-top: 10px; + margin-bottom: 10px; +} +.notice_board{ + background-color: white; + width: 90%; + display: flex; + + flex-direction: row; +} \ No newline at end of file diff --git a/school/static/css/contest.css b/school/static/css/contest.css new file mode 100644 index 0000000..da1f678 --- /dev/null +++ b/school/static/css/contest.css @@ -0,0 +1,217 @@ + @font-face { + font-family: 'IM_Hyemin-Bold'; + src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/IM_Hyemin-Bold.woff2') format('woff'); + font-weight: normal; + font-style: normal; +} +html{ + height: 100vh; + width: 100vw; + overflow: auto; +} +:root{ + --maincolor: #CDF0FF; /*메인 색상*/ + --font50: 50px; /*메인 폰트 사이즈*/ + --font30:30px; + --font15: 15px; + --fonit20:20px; + --font40:40px; + +} +.pagination{ + display: flex; + margin-top: 20px; + justify-content: center; +} + .containner { + display: grid; + grid-template-areas: + 'marginL header marginR' + 'marginL boardnav marginR' + 'marginL main marginR' + 'marginL undermargin marginR'; + + grid-template-columns: 1fr 1200px 1fr; /*세로 좌:300px고정 가운데 1fr: 유동식 우 300px 고정*/ + grid-template-rows: 90px 160px 1fr 140px; /*가로 */ + } +.containner div { + display: grid; + +} + +.header { + grid-area: header; +} + +.marginL { + grid-area: marginL; +} + +.main { + grid-area: main; + margin-top: 2vh; +} + +.marginR { + grid-area: marginR; + height: 100vh; +} + +.undermargin { + grid-area: undermargin; +} + +.navbr { + justify-items: center; + align-items: center; + width: 100%; +} +.boardnav { /*아직 안정함*/ + grid-area: boardnav; + background-color: var(--maincolor); + border-radius: 10px; + padding: 8px; + margin-bottom: 20px; + height: 160px; +} + +.middleboard{ + padding: 8px; + background-color: white; + +} +.mainboard{ + + background-color: var(--maincolor); +} +.introduce{ + +} +.writetext{ + display: flex !important; + background-color: var(--maincolor); + border-radius: 30px; + height: 15vh; + padding : 1rem 0.8rem 1rem 0.8rem; + flex-direction: row ; +} +.writetext div{ + border: 3px solid black; +} +.writeList{ + overflow:auto; + height: auto; + border-bottom: black 1px solid ; + padding: 10px; + background-color: var(--maincolor); +} + +.writeList > .title{ + margin: 2vh 0 10px 1vh; + font-size: var(--fonit20); + +} +.sort_bar{ + background-color: var(--maincolor); +} +.writearea{ + + border-color: var(--maincolor); + font-family: 'IM_Hyemin-Bold'; + font-size: var(--fonit20); +} +.test1{ + height: 100%; + width: 100%; +} +.test1 button{ + width: 100%; + height: 100%; +} +.writeList > .mainstory{ + border: 1px solid black ; + position: relative; + height: 6vh; + border-radius: 10px; + margin: 0 1vw 1vh 1vw; + background-color: white; +} +.number{ + background-color: var(--maincolor); + height: 120px; +} + +.nextnav{ + display: flex; + justify-content: center; +} +.nextnav span{ + margin: 0 1vw 0 1vw; +} +.content{ + font-family: 'IM_Hyemin-Bold'; + + display:flex; + align-items: center; + justify-content: center; + margin: 0 20px 0 20px; +} +.imagesize{ + width: 40px; + height: 40px; + border: black 1px solid; +} + +.mainboard{ + height: 100%; + border-radius: 20px; +} +.content a{ + margin: 0 3vw 0 3vw; + border-left: solid white 2px; + border-right: solid white 2px; + padding: 10px; +} +.h{ + height: 50px; +} +.name{ + font-size: 2.0vw; + vertical-align: center; + margin-top: 40px; +} +.mains{ + display: flex !important; + +} + + +.sub_1{ + font-size: 15px; + margin-top: 10px; + margin-left: 50px; +} +.sort_bar{ + display: flex; + flex-direction: row; + height: 100%; + margin-bottom: 15px; +} +/*.likebutton_bar {*/ +/* display: flex;*/ +/*}*/ +.writeconpent{ + margin-bottom: 20px; + border-bottom: 1px solid white; +} +.look{ + margin-top: 10px; + margin-bottom: 10px; +} +.notice_board{ + background-color: white; + width: 90%; + display: flex; + + flex-direction: row; +} \ No newline at end of file diff --git a/school/static/css/free.css b/school/static/css/free.css new file mode 100644 index 0000000..da1f678 --- /dev/null +++ b/school/static/css/free.css @@ -0,0 +1,217 @@ + @font-face { + font-family: 'IM_Hyemin-Bold'; + src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/IM_Hyemin-Bold.woff2') format('woff'); + font-weight: normal; + font-style: normal; +} +html{ + height: 100vh; + width: 100vw; + overflow: auto; +} +:root{ + --maincolor: #CDF0FF; /*메인 색상*/ + --font50: 50px; /*메인 폰트 사이즈*/ + --font30:30px; + --font15: 15px; + --fonit20:20px; + --font40:40px; + +} +.pagination{ + display: flex; + margin-top: 20px; + justify-content: center; +} + .containner { + display: grid; + grid-template-areas: + 'marginL header marginR' + 'marginL boardnav marginR' + 'marginL main marginR' + 'marginL undermargin marginR'; + + grid-template-columns: 1fr 1200px 1fr; /*세로 좌:300px고정 가운데 1fr: 유동식 우 300px 고정*/ + grid-template-rows: 90px 160px 1fr 140px; /*가로 */ + } +.containner div { + display: grid; + +} + +.header { + grid-area: header; +} + +.marginL { + grid-area: marginL; +} + +.main { + grid-area: main; + margin-top: 2vh; +} + +.marginR { + grid-area: marginR; + height: 100vh; +} + +.undermargin { + grid-area: undermargin; +} + +.navbr { + justify-items: center; + align-items: center; + width: 100%; +} +.boardnav { /*아직 안정함*/ + grid-area: boardnav; + background-color: var(--maincolor); + border-radius: 10px; + padding: 8px; + margin-bottom: 20px; + height: 160px; +} + +.middleboard{ + padding: 8px; + background-color: white; + +} +.mainboard{ + + background-color: var(--maincolor); +} +.introduce{ + +} +.writetext{ + display: flex !important; + background-color: var(--maincolor); + border-radius: 30px; + height: 15vh; + padding : 1rem 0.8rem 1rem 0.8rem; + flex-direction: row ; +} +.writetext div{ + border: 3px solid black; +} +.writeList{ + overflow:auto; + height: auto; + border-bottom: black 1px solid ; + padding: 10px; + background-color: var(--maincolor); +} + +.writeList > .title{ + margin: 2vh 0 10px 1vh; + font-size: var(--fonit20); + +} +.sort_bar{ + background-color: var(--maincolor); +} +.writearea{ + + border-color: var(--maincolor); + font-family: 'IM_Hyemin-Bold'; + font-size: var(--fonit20); +} +.test1{ + height: 100%; + width: 100%; +} +.test1 button{ + width: 100%; + height: 100%; +} +.writeList > .mainstory{ + border: 1px solid black ; + position: relative; + height: 6vh; + border-radius: 10px; + margin: 0 1vw 1vh 1vw; + background-color: white; +} +.number{ + background-color: var(--maincolor); + height: 120px; +} + +.nextnav{ + display: flex; + justify-content: center; +} +.nextnav span{ + margin: 0 1vw 0 1vw; +} +.content{ + font-family: 'IM_Hyemin-Bold'; + + display:flex; + align-items: center; + justify-content: center; + margin: 0 20px 0 20px; +} +.imagesize{ + width: 40px; + height: 40px; + border: black 1px solid; +} + +.mainboard{ + height: 100%; + border-radius: 20px; +} +.content a{ + margin: 0 3vw 0 3vw; + border-left: solid white 2px; + border-right: solid white 2px; + padding: 10px; +} +.h{ + height: 50px; +} +.name{ + font-size: 2.0vw; + vertical-align: center; + margin-top: 40px; +} +.mains{ + display: flex !important; + +} + + +.sub_1{ + font-size: 15px; + margin-top: 10px; + margin-left: 50px; +} +.sort_bar{ + display: flex; + flex-direction: row; + height: 100%; + margin-bottom: 15px; +} +/*.likebutton_bar {*/ +/* display: flex;*/ +/*}*/ +.writeconpent{ + margin-bottom: 20px; + border-bottom: 1px solid white; +} +.look{ + margin-top: 10px; + margin-bottom: 10px; +} +.notice_board{ + background-color: white; + width: 90%; + display: flex; + + flex-direction: row; +} \ No newline at end of file diff --git a/school/static/css/graduate.css b/school/static/css/graduate.css new file mode 100644 index 0000000..da1f678 --- /dev/null +++ b/school/static/css/graduate.css @@ -0,0 +1,217 @@ + @font-face { + font-family: 'IM_Hyemin-Bold'; + src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/IM_Hyemin-Bold.woff2') format('woff'); + font-weight: normal; + font-style: normal; +} +html{ + height: 100vh; + width: 100vw; + overflow: auto; +} +:root{ + --maincolor: #CDF0FF; /*메인 색상*/ + --font50: 50px; /*메인 폰트 사이즈*/ + --font30:30px; + --font15: 15px; + --fonit20:20px; + --font40:40px; + +} +.pagination{ + display: flex; + margin-top: 20px; + justify-content: center; +} + .containner { + display: grid; + grid-template-areas: + 'marginL header marginR' + 'marginL boardnav marginR' + 'marginL main marginR' + 'marginL undermargin marginR'; + + grid-template-columns: 1fr 1200px 1fr; /*세로 좌:300px고정 가운데 1fr: 유동식 우 300px 고정*/ + grid-template-rows: 90px 160px 1fr 140px; /*가로 */ + } +.containner div { + display: grid; + +} + +.header { + grid-area: header; +} + +.marginL { + grid-area: marginL; +} + +.main { + grid-area: main; + margin-top: 2vh; +} + +.marginR { + grid-area: marginR; + height: 100vh; +} + +.undermargin { + grid-area: undermargin; +} + +.navbr { + justify-items: center; + align-items: center; + width: 100%; +} +.boardnav { /*아직 안정함*/ + grid-area: boardnav; + background-color: var(--maincolor); + border-radius: 10px; + padding: 8px; + margin-bottom: 20px; + height: 160px; +} + +.middleboard{ + padding: 8px; + background-color: white; + +} +.mainboard{ + + background-color: var(--maincolor); +} +.introduce{ + +} +.writetext{ + display: flex !important; + background-color: var(--maincolor); + border-radius: 30px; + height: 15vh; + padding : 1rem 0.8rem 1rem 0.8rem; + flex-direction: row ; +} +.writetext div{ + border: 3px solid black; +} +.writeList{ + overflow:auto; + height: auto; + border-bottom: black 1px solid ; + padding: 10px; + background-color: var(--maincolor); +} + +.writeList > .title{ + margin: 2vh 0 10px 1vh; + font-size: var(--fonit20); + +} +.sort_bar{ + background-color: var(--maincolor); +} +.writearea{ + + border-color: var(--maincolor); + font-family: 'IM_Hyemin-Bold'; + font-size: var(--fonit20); +} +.test1{ + height: 100%; + width: 100%; +} +.test1 button{ + width: 100%; + height: 100%; +} +.writeList > .mainstory{ + border: 1px solid black ; + position: relative; + height: 6vh; + border-radius: 10px; + margin: 0 1vw 1vh 1vw; + background-color: white; +} +.number{ + background-color: var(--maincolor); + height: 120px; +} + +.nextnav{ + display: flex; + justify-content: center; +} +.nextnav span{ + margin: 0 1vw 0 1vw; +} +.content{ + font-family: 'IM_Hyemin-Bold'; + + display:flex; + align-items: center; + justify-content: center; + margin: 0 20px 0 20px; +} +.imagesize{ + width: 40px; + height: 40px; + border: black 1px solid; +} + +.mainboard{ + height: 100%; + border-radius: 20px; +} +.content a{ + margin: 0 3vw 0 3vw; + border-left: solid white 2px; + border-right: solid white 2px; + padding: 10px; +} +.h{ + height: 50px; +} +.name{ + font-size: 2.0vw; + vertical-align: center; + margin-top: 40px; +} +.mains{ + display: flex !important; + +} + + +.sub_1{ + font-size: 15px; + margin-top: 10px; + margin-left: 50px; +} +.sort_bar{ + display: flex; + flex-direction: row; + height: 100%; + margin-bottom: 15px; +} +/*.likebutton_bar {*/ +/* display: flex;*/ +/*}*/ +.writeconpent{ + margin-bottom: 20px; + border-bottom: 1px solid white; +} +.look{ + margin-top: 10px; + margin-bottom: 10px; +} +.notice_board{ + background-color: white; + width: 90%; + display: flex; + + flex-direction: row; +} \ No newline at end of file diff --git a/school/static/css/header.css b/school/static/css/header.css index ebf1fa3..5be6cb7 100644 --- a/school/static/css/header.css +++ b/school/static/css/header.css @@ -7,7 +7,15 @@ font-style: normal; } +:root{ + --maincolor: #CDF0FF; /*메인 색상*/ + --font50: 50px; /*메인 폰트 사이즈*/ + --font30:30px; + --font15: 15px; + --fonit20:20px; + --font40:40px; +} .navbar{ display: flex; /*flex사용*/ justify-content: space-between; /*중심축 배치*/ diff --git a/school/static/css/market.css b/school/static/css/market.css new file mode 100644 index 0000000..da1f678 --- /dev/null +++ b/school/static/css/market.css @@ -0,0 +1,217 @@ + @font-face { + font-family: 'IM_Hyemin-Bold'; + src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/IM_Hyemin-Bold.woff2') format('woff'); + font-weight: normal; + font-style: normal; +} +html{ + height: 100vh; + width: 100vw; + overflow: auto; +} +:root{ + --maincolor: #CDF0FF; /*메인 색상*/ + --font50: 50px; /*메인 폰트 사이즈*/ + --font30:30px; + --font15: 15px; + --fonit20:20px; + --font40:40px; + +} +.pagination{ + display: flex; + margin-top: 20px; + justify-content: center; +} + .containner { + display: grid; + grid-template-areas: + 'marginL header marginR' + 'marginL boardnav marginR' + 'marginL main marginR' + 'marginL undermargin marginR'; + + grid-template-columns: 1fr 1200px 1fr; /*세로 좌:300px고정 가운데 1fr: 유동식 우 300px 고정*/ + grid-template-rows: 90px 160px 1fr 140px; /*가로 */ + } +.containner div { + display: grid; + +} + +.header { + grid-area: header; +} + +.marginL { + grid-area: marginL; +} + +.main { + grid-area: main; + margin-top: 2vh; +} + +.marginR { + grid-area: marginR; + height: 100vh; +} + +.undermargin { + grid-area: undermargin; +} + +.navbr { + justify-items: center; + align-items: center; + width: 100%; +} +.boardnav { /*아직 안정함*/ + grid-area: boardnav; + background-color: var(--maincolor); + border-radius: 10px; + padding: 8px; + margin-bottom: 20px; + height: 160px; +} + +.middleboard{ + padding: 8px; + background-color: white; + +} +.mainboard{ + + background-color: var(--maincolor); +} +.introduce{ + +} +.writetext{ + display: flex !important; + background-color: var(--maincolor); + border-radius: 30px; + height: 15vh; + padding : 1rem 0.8rem 1rem 0.8rem; + flex-direction: row ; +} +.writetext div{ + border: 3px solid black; +} +.writeList{ + overflow:auto; + height: auto; + border-bottom: black 1px solid ; + padding: 10px; + background-color: var(--maincolor); +} + +.writeList > .title{ + margin: 2vh 0 10px 1vh; + font-size: var(--fonit20); + +} +.sort_bar{ + background-color: var(--maincolor); +} +.writearea{ + + border-color: var(--maincolor); + font-family: 'IM_Hyemin-Bold'; + font-size: var(--fonit20); +} +.test1{ + height: 100%; + width: 100%; +} +.test1 button{ + width: 100%; + height: 100%; +} +.writeList > .mainstory{ + border: 1px solid black ; + position: relative; + height: 6vh; + border-radius: 10px; + margin: 0 1vw 1vh 1vw; + background-color: white; +} +.number{ + background-color: var(--maincolor); + height: 120px; +} + +.nextnav{ + display: flex; + justify-content: center; +} +.nextnav span{ + margin: 0 1vw 0 1vw; +} +.content{ + font-family: 'IM_Hyemin-Bold'; + + display:flex; + align-items: center; + justify-content: center; + margin: 0 20px 0 20px; +} +.imagesize{ + width: 40px; + height: 40px; + border: black 1px solid; +} + +.mainboard{ + height: 100%; + border-radius: 20px; +} +.content a{ + margin: 0 3vw 0 3vw; + border-left: solid white 2px; + border-right: solid white 2px; + padding: 10px; +} +.h{ + height: 50px; +} +.name{ + font-size: 2.0vw; + vertical-align: center; + margin-top: 40px; +} +.mains{ + display: flex !important; + +} + + +.sub_1{ + font-size: 15px; + margin-top: 10px; + margin-left: 50px; +} +.sort_bar{ + display: flex; + flex-direction: row; + height: 100%; + margin-bottom: 15px; +} +/*.likebutton_bar {*/ +/* display: flex;*/ +/*}*/ +.writeconpent{ + margin-bottom: 20px; + border-bottom: 1px solid white; +} +.look{ + margin-top: 10px; + margin-bottom: 10px; +} +.notice_board{ + background-color: white; + width: 90%; + display: flex; + + flex-direction: row; +} \ No newline at end of file diff --git a/school/static/css/notice_new.css b/school/static/css/notice_new.css new file mode 100644 index 0000000..e086d80 --- /dev/null +++ b/school/static/css/notice_new.css @@ -0,0 +1,66 @@ +@font-face { + font-family: 'IM_Hyemin-Bold'; + src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/IM_Hyemin-Bold.woff2') format('woff'); + font-weight: normal; + font-style: normal; +} +:root{ + --maincolor: #CDF0FF; /*메인 색상*/ + --font50: 50px; /*메인 폰트 사이즈*/ + --font30:30px; + --font15: 15px; + --fonit20:20px; + --font40:40px; + +} +/*헤더 css*/ +html{ + font-size: 1.5vw; + font-family: 'IM_Hyemin-Bold'; + +} +body{ + margin:0px; +} + + + +.boardcontainner{ + display: flex; + flex-direction: row; + justify-content: center; + /*grid-template-areas:*/ + + /* 'LMarginLayout' 'main' 'RMarginLayout';*/ + /* ''*/ + /*grid-template-rows: 600px;*/ + /*grid-template-columns: 1fr 600px 1fr;*/ +} +.main{ + background-color: var(--maincolor); + border-radius: 40px; + width: 800px; + height: 618px; +} +.ll{ + display: flex; + justify-content: center; + padding: 30px; +} + +/*.LMarginLayout{*/ +/* grid-area: LMarginLayout;*/ +/* height: 100vh;*/ +/*}*/ + +/*.main{*/ +/* grid-area: main;*/ +/* background-color: var(--maincolor);*/ +/* height: 100vh;*/ + +/*}*/ +/*.RMarginLayout{*/ +/* grid-area:RMarginLayout ;*/ +/* height: 100vh;*/ + +/*}*/ \ No newline at end of file diff --git a/school/static/css/study.css b/school/static/css/study.css index 733046b..e086d80 100644 --- a/school/static/css/study.css +++ b/school/static/css/study.css @@ -1,13 +1,8 @@ - @font-face { - font-family: 'IM_Hyemin-Bold'; - src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/IM_Hyemin-Bold.woff2') format('woff'); - font-weight: normal; - font-style: normal; -} -html{ - height: 100vh; - width: 100vw; - overflow: auto; +@font-face { + font-family: 'IM_Hyemin-Bold'; + src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/IM_Hyemin-Bold.woff2') format('woff'); + font-weight: normal; + font-style: normal; } :root{ --maincolor: #CDF0FF; /*메인 색상*/ @@ -18,170 +13,54 @@ html{ --font40:40px; } -.pagination{ - display: flex; - margin-top: 20px; - justify-content: center; -} - .containner { - display: grid; - grid-template-areas: - 'marginL header marginR' - 'marginL boardnav marginR' - 'marginL main marginR' - 'marginL undermargin marginR'; - - grid-template-columns: 1fr 1200px 1fr; /*세로 좌:300px고정 가운데 1fr: 유동식 우 300px 고정*/ - grid-template-rows: 90px 160px 1fr 140px; /*가로 */ - } -.containner div { - display: grid; - -} - -.header { - grid-area: header; -} - -.marginL { - grid-area: marginL; -} - -.main { - grid-area: main; - margin-top: 2vh; -} - -.marginR { - grid-area: marginR; - height: 100vh; -} - -.undermargin { - grid-area: undermargin; -} +/*헤더 css*/ +html{ + font-size: 1.5vw; + font-family: 'IM_Hyemin-Bold'; -.navbr { - justify-items: center; - align-items: center; - width: 100%; } -.boardnav { /*아직 안정함*/ - grid-area: boardnav; - background-color: var(--maincolor); - border-radius: 10px; - padding: 8px; - margin-bottom: 20px; - height: 160px; +body{ + margin:0px; } -.middleboard{ - padding: 8px; - background-color: white; -} -.mainboard{ - - background-color: var(--maincolor); -} -.introduce{ -} -.writetext{ - display: flex !important; - background-color: var(--maincolor); - border-radius: 30px; - height: 15vh; - padding : 1rem 0.8rem 1rem 0.8rem; - flex-direction: row ; -} -.writetext div{ - border: 3px solid black; -} -.writeList{ - overflow:auto; - height: auto; - border-bottom: black 1px solid ; - padding: 10px; - background-color: var(--maincolor); -} - -.writeList > .title{ - margin: 2vh 0 10px 1vh; - font-size: var(--fonit20); - -} -.sort_bar{ - background-color: var(--maincolor); -} -.writearea{ +.boardcontainner{ + display: flex; + flex-direction: row; + justify-content: center; + /*grid-template-areas:*/ - border-color: var(--maincolor); - font-family: 'IM_Hyemin-Bold'; - font-size: var(--fonit20); + /* 'LMarginLayout' 'main' 'RMarginLayout';*/ + /* ''*/ + /*grid-template-rows: 600px;*/ + /*grid-template-columns: 1fr 600px 1fr;*/ } -.test1{ - width: 95%; -} -.writeList > .mainstory{ - border: 1px solid black ; - position: relative; - height: 6vh; - border-radius: 10px; - margin: 0 1vw 1vh 1vw; - background-color: white; -} -.number{ +.main{ background-color: var(--maincolor); - height: 120px; + border-radius: 40px; + width: 800px; + height: 618px; } - -.nextnav{ +.ll{ display: flex; justify-content: center; + padding: 30px; } -.nextnav span{ - margin: 0 1vw 0 1vw; -} -.content{ - font-family: 'IM_Hyemin-Bold'; - display:flex; - align-items: center; - justify-content: center; - margin: 0 20px 0 20px; -} -.imagesize{ - width: 40px; - height: 40px; - border: black 1px solid; -} +/*.LMarginLayout{*/ +/* grid-area: LMarginLayout;*/ +/* height: 100vh;*/ +/*}*/ -.mainboard{ - height: 100%; - border-radius: 20px; -} -.content a{ - margin: 0 3vw 0 3vw; - border-left: solid white 2px; - border-right: solid white 2px; - padding: 10px; -} -.h{ - height: 50px; -} -.name{ - font-size: 2.0vw; - vertical-align: center; - margin-top: 40px; -} +/*.main{*/ +/* grid-area: main;*/ +/* background-color: var(--maincolor);*/ +/* height: 100vh;*/ -.sort_bar{ - display: flex; - flex-direction: row; - height: 100%; - margin-bottom: 15px; -} -/*.likebutton_bar {*/ -/* display: flex;*/ /*}*/ +/*.RMarginLayout{*/ +/* grid-area:RMarginLayout ;*/ +/* height: 100vh;*/ + +/*}*/ \ No newline at end of file diff --git a/school/templates/base.html b/school/templates/base.html index a36ed87..b2b6742 100644 --- a/school/templates/base.html +++ b/school/templates/base.html @@ -14,7 +14,7 @@
{#헤더입니다#} -